[Lunar-commits] CVS: moonbase/kde3-apps/karchiver BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.10, 1.11
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:36:45 GMT 2004
Update of /var/cvs/lunar/moonbase/kde3-apps/karchiver
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/karchiver
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/karchiver/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 16 Apr 2003 16:57:36 -0000 1.1
+++ BUILD 24 Feb 2004 08:36:12 -0000 1.2
@@ -1,20 +1,12 @@
(
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
- export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
- export KDEDIR=/opt/lunar/kde/3
-
- ./configure --prefix=/opt/lunar/kde/3 \
- --with-qt-dir=/opt/lunar/qt/3 \
- --enable-final \
- --enable-debug=no \
- --disable-debug \
- --enable-fast-malloc=full \
- --with-xinerama \
- $OPTS &&
-
- make &&
- prepare_install &&
- make install
-
+ default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/karchiver/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 16 Apr 2003 16:57:36 -0000 1.1
+++ DEPENDS 24 Feb 2004 08:36:13 -0000 1.2
@@ -1,6 +1,7 @@
-depends "kdelibs3" &&
-optional_depends "bzip2" "" "" "For bz2 file support" &&
-optional_depends "lha" "" "" "For lha file support" &&
+depends kdelibs3 &&
+
+optional_depends "bzip2" "" "" "For bz2 file support" &&
+optional_depends "lha" "" "" "For lha file support" &&
optional_depends "unzip" "" "" "For zip file decompression" &&
-optional_depends "zip" "" "" "For zip file compression" &&
+optional_depends "zip" "" "" "For zip file compression" &&
optional_depends "unrar" "" "" "For rar file decompression"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/karchiver/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS 24 Jan 2004 12:00:31 -0000 1.10
+++ DETAILS 24 Feb 2004 08:36:13 -0000 1.11
@@ -2,16 +2,16 @@
VERSION=3.0.10
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://perso.wanadoo.fr/coquelle/karchiver/$SOURCE
+ SOURCE_URL[0]=http://perso.wanadoo.fr/coquelle/$MODULE/$SOURCE
SOURCE_VFY=md5:59c383b89581a4cf258491c62bf40b82
- WEB_SITE=http://perso.wanadoo.fr/coquelle/karchiver
+ WEB_SITE=http://perso.wanadoo.fr/coquelle/$MODULE
ENTERED=20030416
UPDATED=20040124
- SHORT="kArchiver is an little utility for Linux & KDE. Its goal is to make your work with all compressed files easy."
- MAINTAINER="florin at lunar-linux.org"
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="kArchiver is an little compressing utility for KDE."
cat << EOF
-With kArchiver, you can create tar.gz, tar.bz2, .zip ... files just by
+With kArchiver, you can create tar.gz, tar.bz2, zip ... files just by
dropping them on this software ! Of course, you can add files, remove,
view one or more files thanks to its multiselection window. You can
also convert files between .tar.gz and .tar.bz2. This release introduce
@@ -20,5 +20,5 @@
provided with an archive "browser", that diplay archives in the current
directoty, a search tool (find archives for easier access) A pretty
tool is an automatic splitter/unsplitter to make a file going into a
-floppy. kArchiver has been made to be intuitive and powerful !
+floppy. kArchiver has been made to be intuitive and powerful!
EOF
More information about the Lunar-commits
mailing list