[Lunar-commits] r18197 - moonbase/trunk/kde3-apps/showimg
Florin Braescu
florin at lunar-linux.org
Thu Jan 19 18:58:12 UTC 2006
Author: florin
Date: 2006-01-19 18:58:11 +0000 (Thu, 19 Jan 2006)
New Revision: 18197
Added:
moonbase/trunk/kde3-apps/showimg/BUILD
Modified:
moonbase/trunk/kde3-apps/showimg/DEPENDS
Log:
put back the BUILD file as it is needed for a correct install location. add an optional depend on kipi-plugins.
Added: moonbase/trunk/kde3-apps/showimg/BUILD
===================================================================
--- moonbase/trunk/kde3-apps/showimg/BUILD 2006-01-19 15:12:57 UTC (rev 18196)
+++ moonbase/trunk/kde3-apps/showimg/BUILD 2006-01-19 18:58:11 UTC (rev 18197)
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3-apps/showimg/DEPENDS
===================================================================
--- moonbase/trunk/kde3-apps/showimg/DEPENDS 2006-01-19 15:12:57 UTC (rev 18196)
+++ moonbase/trunk/kde3-apps/showimg/DEPENDS 2006-01-19 18:58:11 UTC (rev 18197)
@@ -1,4 +1,5 @@
depends kdegraphics3
+optional_depends "kipi-plugins" "--enable-libkipi" "" "for Kipi support"
More information about the Lunar-commits
mailing list