[Lunar-commits] r20031 - moonbase/trunk/printer/cups

Moritz Heiber moe at lunar-linux.org
Wed May 10 21:02:51 UTC 2006


Author: moe
Date: 2006-05-10 21:02:49 +0000 (Wed, 10 May 2006)
New Revision: 20031

Modified:
   moonbase/trunk/printer/cups/BUILD
   moonbase/trunk/printer/cups/DEPENDS
   moonbase/trunk/printer/cups/DETAILS
Log:
CUPS update running smoothly since a few days. Approved by
MAINTAINER=Auke.



Modified: moonbase/trunk/printer/cups/BUILD
===================================================================
--- moonbase/trunk/printer/cups/BUILD	2006-05-10 20:04:40 UTC (rev 20030)
+++ moonbase/trunk/printer/cups/BUILD	2006-05-10 21:02:49 UTC (rev 20031)
@@ -1,23 +1,7 @@
 (
 
-  # add this example to clearify that cups uses this particular ipp
-  # scheme, otherwise you will never find out.
-  sedit 's%ipp://hostname/ipp%ipp://hostname/printers/ipp%' templates/choose-uri.tmpl templates/*/choose-uri.tmpl
+  default_build &&
 
-  sedit "s/etc\/rc.d/etc/" Makedefs.in
-  sedit 's/etc\/rc.d/etc/g' configure
-  ./configure  --bindir=/usr/bin           \
-               --sbindir=/usr/sbin         \
-               --datadir=/usr/share        \
-               --sysconfdir=/etc           \
-               --localstatedir=/var        \
-               --libdir=/usr/lib           \
-               --mandir=/usr/share/man     \
-               $OPTS                 &&
-  make                               &&
-  prepare_install                    &&
-  make    install                    &&
-
   if [ -e /etc/init.d/cups ] ; then
     rm -f /etc/init.d/cups
   fi 

Modified: moonbase/trunk/printer/cups/DEPENDS
===================================================================
--- moonbase/trunk/printer/cups/DEPENDS	2006-05-10 20:04:40 UTC (rev 20030)
+++ moonbase/trunk/printer/cups/DEPENDS	2006-05-10 21:02:49 UTC (rev 20031)
@@ -1,5 +1,30 @@
 depends   chkconfig &&
-optional_depends  "espgs"      ""              ""  "For most required printer drivers" &&
-optional_depends  "hpijs"      ""              ""  "say yes if you have an HP deskjet printer" &&
-optional_depends  "Linux-PAM"  "--enable-pam"  ""  "for pluggable authentication" &&
-optional_depends  "openssl"    "--enable-ssl"  ""  "for encrypted communications" 
+optional_depends  "espgs" \
+		  "" \
+		  "" \
+		  "For most required printer drivers" &&
+
+optional_depends  "hpijs" \
+		  "" \
+		  "" \
+		  "say yes if you have an HP deskjet printer" &&
+
+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  "openldap" \
+		  "--enable-ldap" \
+		  "--disable-ldap" \
+		  "for LDAP printer sharing support" &&
+
+optional_depends  "dbus" \
+		  "--enable-dbus" \
+		  "--disable-dbus" \
+		  "enable DBUS support"

Modified: moonbase/trunk/printer/cups/DETAILS
===================================================================
--- moonbase/trunk/printer/cups/DETAILS	2006-05-10 20:04:40 UTC (rev 20030)
+++ moonbase/trunk/printer/cups/DETAILS	2006-05-10 21:02:49 UTC (rev 20031)
@@ -1,13 +1,13 @@
            MODULE=cups
-         VERSION=1.1.23
+         VERSION=1.2.0
           SOURCE=$MODULE-$VERSION-source.tar.bz2
    SOURCE_URL[0]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$MODULE/$VERSION/
    SOURCE_URL[1]=ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/$MODULE/$VERSION/
-     SOURCE_VFY=sha1:32d5bfb44c4edc1b54ccb014b5a44499295c6c5c
+     SOURCE_VFY=sha1:d966fa826972b5f9b87cb2932587c7896ee01479
       MAINTAINER=sofar at lunar-linux.org
         WEB_SITE=http://www.cups.org
          ENTERED=20020218
-         UPDATED=20050104
+         UPDATED=20060509
            SHORT="cups provides a portable printing layer."
 
 cat << EOF



More information about the Lunar-commits mailing list