[arch-commits] Commit in cups/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Oct 25 18:10:25 UTC 2019
Date: Friday, October 25, 2019 @ 18:10:23
Author: andyrtr
Revision: 365690
upgpkg: cups 2.3.0-4
add logrotate to opt deps - FS#64259; enable full relro
Modified:
cups/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 16:42:41 UTC (rev 365689)
+++ PKGBUILD 2019-10-25 18:10:23 UTC (rev 365690)
@@ -3,7 +3,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.3.0
-pkgrel=3
+pkgrel=4
arch=('x86_64')
license=('Apache' 'custom')
url="https://www.cups.org/"
@@ -79,6 +79,7 @@
--enable-dbus=yes \
--with-dbusdir=/usr/share/dbus-1 \
--enable-ssl=yes \
+ --enable-relro \
--enable-threads \
--enable-avahi\
--enable-libpaper \
@@ -120,7 +121,8 @@
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc'
'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
optdepends=('xdg-utils: xdg .desktop file support'
- 'colord: for ICC color profile support')
+ 'colord: for ICC color profile support'
+ 'logrotate: for logfile rotation support')
cd "${pkgbase}"-${pkgver}
make BUILDROOT="${pkgdir}" install-data install-exec
More information about the arch-commits
mailing list