[Lunar-commits] r18535 - moonbase/trunk/printer/gimp-print

Jan Eidtmann cmak at lunar-linux.org
Mon Feb 6 04:25:14 UTC 2006


Author: cmak
Date: 2006-02-06 04:25:13 +0000 (Mon, 06 Feb 2006)
New Revision: 18535

Modified:
   moonbase/trunk/printer/gimp-print/BUILD
   moonbase/trunk/printer/gimp-print/DEPENDS
Log:
few applications generate Level 3 PostScript, some small tweaks

Modified: moonbase/trunk/printer/gimp-print/BUILD
===================================================================
--- moonbase/trunk/printer/gimp-print/BUILD	2006-02-06 03:47:36 UTC (rev 18534)
+++ moonbase/trunk/printer/gimp-print/BUILD	2006-02-06 04:25:13 UTC (rev 18535)
@@ -1,13 +1,14 @@
 (
 
-  # from the README: it is not compatible with the GIMP 1.3 or 2.0
   ./configure  --build=$BUILD                      \
                --prefix=$MODULE_PREFIX             \
                --sysconfdir=/etc                   \
                --localstatedir=/var                \
                --infodir=$MODULE_PREFIX/share/info \
                --mandir=$MODULE_PREFIX/share/man   \
-               --without-gimp                      \
+               --with-user-guide                   \
+               --with-samples                      \
+               --with-escputil                     \
                $OPTS                               &&
   default_build
 

Modified: moonbase/trunk/printer/gimp-print/DEPENDS
===================================================================
--- moonbase/trunk/printer/gimp-print/DEPENDS	2006-02-06 03:47:36 UTC (rev 18534)
+++ moonbase/trunk/printer/gimp-print/DEPENDS	2006-02-06 04:25:13 UTC (rev 18535)
@@ -4,5 +4,5 @@
                  "Foomatic spooler config. system" &&
 optional_depends "ijs" "--with-ijs" "" \
                  "IJS-based Ghostscript driver" &&
-optional_depends "cups" "--with-cups --enable-cups-level3-ppds" "" \
+optional_depends "cups" "--with-cups" "" \
                  "CUPS driver"



More information about the Lunar-commits mailing list