From 40aad4251b64bfebb1f298c0b2301f7a17a43fb3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 12 Jun 2025 11:20:00 +0200 Subject: [PATCH] Cups: Update to version 2.4.12 --- cups.be0 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cups.be0 b/cups.be0 index e7bff5929..0bba61e5e 100755 --- a/cups.be0 +++ b/cups.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION cups-2.2.11-1 +# BEE_VERSION cups-2.4.12-0 -# SRCURL[0]="https://github.com/apple/cups/releases/download/v${PKGVERSION}/cups-${PKGVERSION}-source.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/7afbbcd2497e7d742583c492f6de40cd/cups-2.2.11-source.tar.gz" +#SRCURL[0]="https://github.com/OpenPrinting/cups/releases/download/v${PKGVERSION}/cups-${PKGVERSION}-source.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/1f9281c661b95acc7925a220919210e2/cups-2.4.12-source.tar.gz" # fix install -g which rersults in "var/cache/cups/rss': Operation not permitted" PATCHURL+=("https://beehive.molgen.mpg.de/85482e86fb26e092f2757378c030196e/cups-2211-remove-chgrp-install.patch") @@ -22,13 +22,13 @@ build_in_sourcedir #} mee_configure() { - start_cmd sed -i 's:444:644:' ${S}/Makedefs.in - start_cmd sed -i '/MAN.EXT/s:.gz::' ${S}/configure ${S}/config-scripts/cups-manpages.m4 - start_cmd aclocal -I ${S}/config-scripts - start_cmd autoconf -I ${S}/config-scripts - - bee_configure --with-rcdir=${PREFIX}/etc/kannweg \ - --disable-libusb + bee_configure --disable-acl \ + --with-rcdir=${PREFIX}/etc/kannweg \ + --with-systemd=${PREFIX}/etc/kannweg \ + --disable-dbus \ + --with-tls=gnutls \ + --disable-libusb \ + --with-config-file-perm=644 } #mee_build() {