[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Nov 20 19:42:44 UTC 2020


    Date: Friday, November 20, 2020 @ 19:42:44
  Author: andyrtr
Revision: 401566

upgpkg: system-config-printer 1.5.13-3: fix cups systemd service/socket file naming - FS#68690

Modified:
  system-config-printer/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-20 18:47:15 UTC (rev 401565)
+++ PKGBUILD	2020-11-20 19:42:44 UTC (rev 401566)
@@ -3,7 +3,7 @@
 
 pkgname=system-config-printer
 pkgver=1.5.13
-pkgrel=2
+pkgrel=3
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="https://github.com/OpenPrinting/system-config-printer"
 arch=('x86_64')
@@ -43,9 +43,6 @@
   # Compile *.pyo
   find "$pkgdir" -name '*.py' -exec python -O -mpy_compile {} +
   
-  # new cups 2.0.0 service naming
-  sed -i "s|cups.socket|org.cups.cupsd.socket|g" "$pkgdir"/usr/lib/systemd/system/configure-printer at .service
-
   # 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/* "$pkgdir"/usr/share/dbus-1/system.d



More information about the arch-commits mailing list