[Lunar-commits] <moonbase-other> cups: cups-filters depends on it

v4hn me at v4hn.de
Sun Dec 29 17:42:35 CET 2013


commit b29b926bb43a9b0b23bdf019087a2285a55f4342
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Dec 2013 08:42:20 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/b29b926bb43a9b0b23bdf019087a2285a55f4342

cups: cups-filters depends on it
---
  printer/cups-filters/DEPENDS | +2/-0     
  printer/cups/DEPENDS         | +0/-2     
  printer/cups/POST_INSTALL    | +4/-0     
  3 files changed, 6 insertions(+), 2 deletions(-)

--- a/printer/cups-filters/DEPENDS
+++ b/printer/cups-filters/DEPENDS
@@ -9,6 +9,8 @@ depends fontconfig
 depends ijs
 depends shared-mime-info
 
+depends cups
+
 # required for pstopdf script
 depends bc
 
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -1,5 +1,3 @@
-
-optional_depends "cups-filters" ""                  ""      "needed to print documents other than *.ps"
 optional_depends "Linux-PAM" "--enable-pam"                  "--disable-pam"      "for pluggable authentication"
 optional_depends "openssl"   "--enable-ssl --enable-openssl" "--disable-openssl"  "for encrypted communications"
 optional_depends "gnutls"    "--enable-gnutls --enable-ssl"  "--disable-gnutls"   "for encrypted communications"
--- a/printer/cups/POST_INSTALL
+++ b/printer/cups/POST_INSTALL
@@ -1 +1,5 @@
 rm -f /etc/rc?.d/???cups &> /dev/null
+
+# without this your cups would most likely
+# only support *.ps, so you surely want this too
+lin cups-filters




More information about the Lunar-commits mailing list