[Lunar-commits] r19898 - moonbase/trunk/printer/gimp-print
Moritz Heiber
moe at lunar-linux.org
Mon May 1 02:12:21 UTC 2006
Author: moe
Date: 2006-05-01 02:12:20 +0000 (Mon, 01 May 2006)
New Revision: 19898
Modified:
moonbase/trunk/printer/gimp-print/BUILD
moonbase/trunk/printer/gimp-print/DEPENDS
Log:
Update to gimp-print. Some of the listed options aren't valid
anymore .. some newer ones have to be added. Also, linuxdoc-utils
is not required to build this anymore (uses docbook-utils now
which is also not required). Readline is sustained .. the
dependency is not needed.
Modified: moonbase/trunk/printer/gimp-print/BUILD
===================================================================
--- moonbase/trunk/printer/gimp-print/BUILD 2006-04-30 21:18:51 UTC (rev 19897)
+++ moonbase/trunk/printer/gimp-print/BUILD 2006-05-01 02:12:20 UTC (rev 19898)
@@ -1,15 +1,7 @@
(
- ./configure --build=$BUILD \
- --prefix=$MODULE_PREFIX \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=$MODULE_PREFIX/share/info \
- --mandir=$MODULE_PREFIX/share/man \
- --with-user-guide \
- --with-samples \
- --with-escputil \
- $OPTS &&
+ OPTS="$OPTS --with-testpattern"
+
default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/printer/gimp-print/DEPENDS
===================================================================
--- moonbase/trunk/printer/gimp-print/DEPENDS 2006-04-30 21:18:51 UTC (rev 19897)
+++ moonbase/trunk/printer/gimp-print/DEPENDS 2006-05-01 02:12:20 UTC (rev 19898)
@@ -1,8 +1,14 @@
-depends linuxdoc-tools &&
-depends readline &&
-optional_depends "foomatic-db-engine" "--with-foomatic" "" \
- "Foomatic spooler config. system" &&
-optional_depends "ijs" "--with-ijs" "" \
- "IJS-based Ghostscript driver" &&
-optional_depends "cups" "--with-cups" "" \
- "CUPS driver"
+optional_depends "cups" \
+ "--with-cups" \
+ "--without-cups" \
+ "to build CUPS drivers" &&
+
+optional_depends "ijs" \
+ "--with-ijs" \
+ "--without-ijs" \
+ "to build IJS-based driver" &&
+
+optional_depends "foomatic-db-engine" \
+ "--with-foomatic" \
+ "--without-foomatic" \
+ "for Foomatic spooler support"
More information about the Lunar-commits
mailing list