[arch-commits] Commit in cups/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Jan 28 12:22:15 UTC 2017


    Date: Saturday, January 28, 2017 @ 12:22:14
  Author: andyrtr
Revision: 287600

upgpkg: cups 2.2.2-2

make colord optional; FS#52731

Modified:
  cups/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-28 11:03:27 UTC (rev 287599)
+++ PKGBUILD	2017-01-28 12:22:14 UTC (rev 287600)
@@ -4,7 +4,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://www.cups.org/"
@@ -115,9 +115,10 @@
         etc/dbus-1/system.d/cups.conf
         etc/logrotate.d/cups
         etc/pam.d/cups)
-depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc' 'colord'
+depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc' 
          'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
-optdepends=('xdg-utils: xdg .desktop file support')
+optdepends=('xdg-utils: xdg .desktop file support'
+            'colord: for ICC color profile support')
 
   cd ${pkgbase}-${pkgver}
   make BUILDROOT=${pkgdir} install-data install-exec



More information about the arch-commits mailing list