summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/cups/DEPENDS46
-rwxr-xr-xprinter/cups/DETAILS2
-rw-r--r--printer/cups/HISTORY7
-rw-r--r--printer/cups/op.gpgbin2275 -> 3490 bytes
4 files changed, 26 insertions, 29 deletions
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index cda12135ba..eb77a5fd79 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -4,44 +4,34 @@ depends pkgconfig &&
depends shared-mime-info &&
-optional_depends avahi \
- '--enable-avahi' \
- '--disable-avahi' \
- 'use Avahi Service Discovery' &&
-
-optional_depends mdnsresponder \
- '--enable-dnssd' \
- '--disable-dnssd' \
- 'DNS Service Discovery' &&
-
-optional_depends libpaper \
- '--enable-libpaper' \
- '--disable-libpaper' \
+optional_depends avahi --with{,out}-avahi \
+ 'Avahi Service Discovery' &&
+
+optional_depends mdnsresponder --with{,out}-dnssd \
+ 'DNS Service Discovery' &&
+
+optional_depends libpaper --with{,out}-libpaper \
'Enable libpaper support' &&
-optional_depends "libusb" \
- '--enable-libusb' \
- '--disable-libusb' \
+optional_depends libusb --with{,out}-libusb \
'usb printers' &&
-optional_depends "dbus" \
- "--enable-dbus" \
- "--disable-dbus" \
+
+optional_depends dbus --with{,out}-dbus \
"hardware notifications" &&
-optional_depends "linux-pam" \
- "--enable-pam" \
- "--disable-pam" \
+optional_depends linux-pam --with{,out}-pam \
"for pluggable authentication" &&
-optional_depends gnutls "--enable-gnutls" "--disable-gnutls --disable-ssl" 'security' &&
+optional_depends gnutls --with{,out}-gnutls \
+ 'security' &&
-optional_depends "acl" \
- "--enable-acl" \
- "--disable-acl" \
+optional_depends acl --with{,out}-acl \
"for file system access control lists support" &&
-optional_depends krb5 '--enable-gssapi' '--disable-gssapi' 'GSSAPI support' &&
-optional_depends systemd '--enable-systemd' '--disable-systemd' 'SystemD support' &&
+optional_depends krb5 --with{,out}-gssapi 'Kerberos support - deprecated' &&
+
+optional_depends systemd --with{,out}-systemd \
+ 'SystemD support' &&
suggest_depends ghostscript '' '' 'to print Postscript files'
suggest_depends cups-filters '' '' 'extra backends and filters'
diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS
index 08313647be..3fb1b1b2fd 100755
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -1,5 +1,5 @@
SPELL=cups
- VERSION=2.3.3op2
+ VERSION=2.4.0
SECURITY_PATCH=14
SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index fcdd830468..65ec607f1e 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,10 @@
+2021-11-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS version 2.4.0
+ * CONFIGURE DEPENDS: change all options
+ {en,dis}able-xxx => with{,out}=xxx
+ deprecate Kerberos support
+ * op.gpg: add Zdenek Dohnal
+
2021-03-15 Treeve Jelbert <treeve@sourcemage.org>
* TRIGGERS: deleted, redundant
diff --git a/printer/cups/op.gpg b/printer/cups/op.gpg
index cd3d8a93e9..cf500bb1fd 100644
--- a/printer/cups/op.gpg
+++ b/printer/cups/op.gpg
Binary files differ