Skip to content
Snippets Groups Projects
Commit 88bb7b33 authored by Andreas Radke's avatar Andreas Radke
Browse files

upstream update 2.3.1

parent 6ee98ef8
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver
# bugfixes
cups-systemd-socket.patch
guid.patch)
sha256sums=('acaf0229cf008ea8f06353ffd1bbd62d71dbe88990dd3330650ef87edb95a1a5'
sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
'SKIP'
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
......@@ -156,11 +156,6 @@ optdepends=('xdg-utils: xdg .desktop file support'
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment