[Lunar-commits] r21505 - moonbase/trunk/kde3/apps/karchiver
Dennis Veatch
stumbles at lunar-linux.org
Thu Sep 21 23:17:47 UTC 2006
Author: stumbles
Date: 2006-09-21 23:17:46 +0000 (Thu, 21 Sep 2006)
New Revision: 21505
Modified:
moonbase/trunk/kde3/apps/karchiver/BUILD
moonbase/trunk/kde3/apps/karchiver/DETAILS
Log:
This version bump is a bugfix and new features release.
Modified: moonbase/trunk/kde3/apps/karchiver/BUILD
===================================================================
--- moonbase/trunk/kde3/apps/karchiver/BUILD 2006-09-21 23:00:24 UTC (rev 21504)
+++ moonbase/trunk/kde3/apps/karchiver/BUILD 2006-09-21 23:17:46 UTC (rev 21505)
@@ -1,10 +1,8 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- $OPTS &&
- default_make
-
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3/apps/karchiver/DETAILS
===================================================================
--- moonbase/trunk/kde3/apps/karchiver/DETAILS 2006-09-21 23:00:24 UTC (rev 21504)
+++ moonbase/trunk/kde3/apps/karchiver/DETAILS 2006-09-21 23:17:46 UTC (rev 21505)
@@ -1,23 +1,24 @@
MODULE=karchiver
- VERSION=3.4.1
+ VERSION=3.4.2.b4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://perso.wanadoo.fr/coquelle/$MODULE/
- SOURCE_VFY=sha1:8715c56eb2b25976c0329e6cd220e7721f0d7e8b
+ SOURCE_VFY=sha1:96f3a83cafc21da221ebebc2cf96f90bda734b45
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://perso.wanadoo.fr/coquelle/$MODULE
ENTERED=20030416
- UPDATED=20060906
+ UPDATED=20060921
MAINTAINER=florin at lunar-linux.org
- SHORT="kArchiver is a compressing utility for KDE."
+ SHORT="a compressing utility for KDE."
cat << EOF
-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
-the wizards that will help you in compiling and installing softwares
-throught an interface, in applying patches... Karchiveur is now
-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
+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
+the wizards that will help you in compiling and installing softwares
+throught an interface, in applying patches... Karchiveur is now
+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!
EOF
More information about the Lunar-commits
mailing list