[arch-commits] Commit in cups/trunk (PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Sat Nov 6 20:35:56 UTC 2021
Date: Saturday, November 6, 2021 @ 20:35:56
Author: andyrtr
Revision: 427418
upgpkg: cups 1:2.3.3op2-4: drop xinetd suupport only optionally used for cups-lpd
Modified:
cups/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 18:59:28 UTC (rev 427417)
+++ PKGBUILD 2021-11-06 20:35:56 UTC (rev 427418)
@@ -4,7 +4,7 @@
pkgname=('libcups' 'cups')
#_commit=be75d5d99a54c5f62608f7b9e98748d4c7045ec1 # master 2020-11-27
pkgver=2.3.3op2
-pkgrel=3
+pkgrel=4
epoch=1
arch=('x86_64')
license=('Apache' 'custom')
@@ -11,7 +11,7 @@
#url="https://www.cups.org/"
url="https://github.com/OpenPrinting/cups"
makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
+ 'cups-filters' 'bc' 'colord' 'gzip' 'autoconf' 'libusb' 'dbus'
'avahi' 'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 'libpaper' 'valgrind'
'git')
source=(#https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
@@ -192,4 +192,7 @@
# comment out unnecessary PageLogFormat entry
sed -i -e 's:PageLogFormat:#PageLogFormat:' "$pkgdir"/etc/cups/cupsd.conf*
+
+ # no more xinetd support
+ rm -rf "${pkgdir}"/etc/xinetd.d
}
More information about the arch-commits
mailing list