[Lunar-commits] r25864 - in moonbase/trunk/printer: cups ghostscript

Moritz Heiber moe at lunar-linux.org
Wed Sep 19 02:05:08 CEST 2007


Author: moe
Date: 2007-09-19 02:05:08 +0200 (Wed, 19 Sep 2007)
New Revision: 25864

Removed:
   moonbase/trunk/printer/ghostscript/BUILD
Modified:
   moonbase/trunk/printer/cups/DEPENDS
   moonbase/trunk/printer/ghostscript/DEPENDS
Log:
Correct some logical mistakes:

Ghostscript has to have cups installed in order to build required printer
backend for it to actually interface with cups. Thus I removed the
dependency of cups on it. People might need to get a little smarter .. but
hey, gutenprint is going to pull in ghostscript anyway.

Note: espgs is deprecated and should be removed.



Modified: moonbase/trunk/printer/cups/DEPENDS
===================================================================
--- moonbase/trunk/printer/cups/DEPENDS	2007-09-18 23:52:53 UTC (rev 25863)
+++ moonbase/trunk/printer/cups/DEPENDS	2007-09-19 00:05:08 UTC (rev 25864)
@@ -1,10 +1,5 @@
 depends   chkconfig
 
-optional_depends  "%GHOSTSCRIPT" \
-		  "" \
-		  "" \
-		  "for most required printer drivers"
-
 optional_depends  "Linux-PAM" \
 		  "--enable-pam" \
 		  "--disable-pam" \

Deleted: moonbase/trunk/printer/ghostscript/BUILD

Modified: moonbase/trunk/printer/ghostscript/DEPENDS
===================================================================
--- moonbase/trunk/printer/ghostscript/DEPENDS	2007-09-18 23:52:53 UTC (rev 25863)
+++ moonbase/trunk/printer/ghostscript/DEPENDS	2007-09-19 00:05:08 UTC (rev 25864)
@@ -2,3 +2,4 @@
 depends libpng
 
 optional_depends "%X" "--with-x" "--without-x" "For an X frontend"
+optional_depends "cups" "" "" "to build the CUPS backends (recommended)"



More information about the Lunar-commits mailing list