[Lunar-commits] r14902 - moonbase/trunk/kde3-utils/kio-locate
Joel Vennin
jol at lunar-linux.org
Sun May 22 07:27:07 UTC 2005
Author: jol
Date: 2005-05-22 07:27:06 +0000 (Sun, 22 May 2005)
New Revision: 14902
Modified:
moonbase/trunk/kde3-utils/kio-locate/BUILD
moonbase/trunk/kde3-utils/kio-locate/DEPENDS
moonbase/trunk/kde3-utils/kio-locate/DETAILS
Log:
- Bump to version 0.4.1
- Change the "autotools" build system to scons.
Modified: moonbase/trunk/kde3-utils/kio-locate/BUILD
===================================================================
--- moonbase/trunk/kde3-utils/kio-locate/BUILD 2005-05-22 07:04:32 UTC (rev 14901)
+++ moonbase/trunk/kde3-utils/kio-locate/BUILD 2005-05-22 07:27:06 UTC (rev 14902)
@@ -1,12 +1,8 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- --enable-fast-malloc=full \
- --with-xinerama \
- $OPTS &&
-
- default_make
-
+ scons configure prefix=${KDE_PREFIX:-$KDEDIR} \
+ qtincludes=${QT_PREFIX:-$QTDIR}/include \
+ kdeincludes=${KDE_PREFIX:-$KDEDIR}/include &&
+ scons &&
+ prepare_install &&
+ scons install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3-utils/kio-locate/DEPENDS
===================================================================
--- moonbase/trunk/kde3-utils/kio-locate/DEPENDS 2005-05-22 07:04:32 UTC (rev 14901)
+++ moonbase/trunk/kde3-utils/kio-locate/DEPENDS 2005-05-22 07:27:06 UTC (rev 14902)
@@ -1,2 +1,2 @@
+depends scons &&
depends kdebase3
-
Modified: moonbase/trunk/kde3-utils/kio-locate/DETAILS
===================================================================
--- moonbase/trunk/kde3-utils/kio-locate/DETAILS 2005-05-22 07:04:32 UTC (rev 14901)
+++ moonbase/trunk/kde3-utils/kio-locate/DETAILS 2005-05-22 07:27:06 UTC (rev 14902)
@@ -1,11 +1,11 @@
MODULE=kio-locate
- VERSION=0.3.4
+ VERSION=0.4.1
SOURCE=$MODULE\_$VERSION.tar.gz
SOURCE_URL=http://arminstraub.de/downloads/$MODULE/
- SOURCE_VFY=sha1:8e9f972575e4dfa2bd290f0affd71c7f602f46b0
+ SOURCE_VFY=sha1:5930e694033d80163e55f7d4f5bd1540ccdf93f2
WEB_SITE=http://arminstraub.de/
ENTERED=20041104
- UPDATED=20050123
+ UPDATED=20050522
SHORT="kio-locate is a KDE I/O Slave for the locate command."
cat << EOF
kio-locate is a KDE I/O Slave for the locate command.
More information about the Lunar-commits
mailing list