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

Andreas Radke andyrtr at archlinux.org
Sun Dec 15 20:25:43 UTC 2019


    Date: Sunday, December 15, 2019 @ 20:25:42
  Author: andyrtr
Revision: 371540

upgpkg: cups 2.3.1-1: upstream update 2.3.1

Modified:
  cups/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 20:14:56 UTC (rev 371539)
+++ PKGBUILD	2019-12-15 20:25:42 UTC (rev 371540)
@@ -2,8 +2,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.3.1
+pkgrel=1
 arch=('x86_64')
 license=('Apache' 'custom')
 url="https://www.cups.org/"
@@ -20,7 +20,7 @@
         # bugfixes
         cups-systemd-socket.patch
         guid.patch)
-sha256sums=('acaf0229cf008ea8f06353ffd1bbd62d71dbe88990dd3330650ef87edb95a1a5'
+sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
             'SKIP'
             'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
             '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -156,11 +156,6 @@
   touch "${pkgdir}"/etc/cups/subscriptions.conf
   chgrp -R 209 "${pkgdir}"/etc/cups
 
-  # fix dbus policy location - --with-dbusdir doens't work
-  install -dm755 "${pkgdir}"/usr/share/dbus-1/system.d
-  mv "${pkgdir}"/etc/dbus-1/system.d/cups.conf "${pkgdir}"/usr/share/dbus-1/system.d
-  rm -rf "${pkgdir}"/etc/dbus-1
-
   # fix .desktop file
   sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open http://localhost:631/|g' "${pkgdir}"/usr/share/applications/cups.desktop
 



More information about the arch-commits mailing list