[arch-commits] Commit in system-config-printer/repos/extra-x86_64 (5 files)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Aug 30 18:32:34 UTC 2022


    Date: Tuesday, August 30, 2022 @ 18:32:34
  Author: andyrtr
Revision: 454788

archrelease: copy trunk to extra-x86_64

Added:
  system-config-printer/repos/extra-x86_64/PKGBUILD
    (from rev 454787, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/autoconf-2-70.diff
    (from rev 454787, system-config-printer/trunk/autoconf-2-70.diff)
  system-config-printer/repos/extra-x86_64/keys/
Deleted:
  system-config-printer/repos/extra-x86_64/PKGBUILD
  system-config-printer/repos/extra-x86_64/autoconf-2-70.diff

--------------------+
 PKGBUILD           |   96 +++++++++++++++++++++++++--------------------------
 autoconf-2-70.diff |   20 +++++-----
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 18:32:22 UTC (rev 454787)
+++ PKGBUILD	2022-08-30 18:32:34 UTC (rev 454788)
@@ -1,48 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=system-config-printer
-pkgver=1.5.17
-pkgrel=1
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="https://github.com/OpenPrinting/system-config-printer"
-arch=('x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
-         'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
-optdepends=('libsecret: password management'
-            'python-pysmbc: SMB browser support'
-            'cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges')
-source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz #{,.asc}
-)
-sha256sums=('dc9c8ad03f7983962ddf0ef05621c948370bd1763cd90c3dcff672280aa2d6e6')
-#            'SKIP')
-#validpgpkeys=('7ADB58203CA5F046F28025B215AA6A7F4D4227D7') # "Zdenek Dohnal (Associate Software Engineer) <zdohnal at redhat.com>"
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --with-udevdir=/usr/lib/udev \
-    --with-udev-rules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # Compile *.pyc
-  find "$pkgdir" -name '*.py' -exec python -mpy_compile {} +
-  # Compile *.pyo
-  find "$pkgdir" -name '*.py' -exec python -O -mpy_compile {} +
-  
-  # fix dbus policy location
-  install -dm755 "$pkgdir"/usr/share/dbus-1/system.d
-  mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d
-  rm -rf "$pkgdir"/etc/dbus-1
-}

Copied: system-config-printer/repos/extra-x86_64/PKGBUILD (from rev 454787, system-config-printer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 18:32:34 UTC (rev 454788)
@@ -0,0 +1,48 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=system-config-printer
+pkgver=1.5.18
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="https://github.com/OpenPrinting/system-config-printer"
+arch=('x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
+         'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
+optdepends=('libsecret: password management'
+            'python-pysmbc: SMB browser support'
+            'cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges')
+source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz{,.asc})
+sha256sums=('b1a69e1b4ec2add569a87aeca811a37c5361ee6ae327ec852b79e64223e34bee'
+            'SKIP')
+validpgpkeys=('7082A0A50A2E92640F3880E0E4522DCC9B246FF7') # Zdenek Dohnal (The old 4D4227D7 key revoked) <zdohnal at redhat.com>
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --with-udevdir=/usr/lib/udev \
+    --with-udev-rules \
+    --with-cups-serverbin-dir=/usr/lib/cups
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  # Compile *.pyc
+  find "$pkgdir" -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find "$pkgdir" -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # fix dbus policy location
+  install -dm755 "$pkgdir"/usr/share/dbus-1/system.d
+  mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d
+  rm -rf "$pkgdir"/etc/dbus-1
+}

Deleted: autoconf-2-70.diff
===================================================================
--- autoconf-2-70.diff	2022-08-30 18:32:22 UTC (rev 454787)
+++ autoconf-2-70.diff	2022-08-30 18:32:34 UTC (rev 454788)
@@ -1,10 +0,0 @@
---- system-config-printer-1.5.14/configure.ac	2021-01-06 09:03:08.000000000 +0100
-+++ system-config-printer-1.5.14/configure.ac.new	2021-01-06 10:38:51.997694866 +0100
-@@ -3,6 +3,7 @@
- AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
- IT_PROG_INTLTOOL
- AM_GNU_GETTEXT([external])
-+AM_GNU_GETTEXT_VERSION(0.21)
- AM_PATH_PYTHON([3])
- PACKAGE="AC_PACKAGE_NAME"
- VERSION="AC_PACKAGE_VERSION"

Copied: system-config-printer/repos/extra-x86_64/autoconf-2-70.diff (from rev 454787, system-config-printer/trunk/autoconf-2-70.diff)
===================================================================
--- autoconf-2-70.diff	                        (rev 0)
+++ autoconf-2-70.diff	2022-08-30 18:32:34 UTC (rev 454788)
@@ -0,0 +1,10 @@
+--- system-config-printer-1.5.14/configure.ac	2021-01-06 09:03:08.000000000 +0100
++++ system-config-printer-1.5.14/configure.ac.new	2021-01-06 10:38:51.997694866 +0100
+@@ -3,6 +3,7 @@
+ AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
+ IT_PROG_INTLTOOL
+ AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION(0.21)
+ AM_PATH_PYTHON([3])
+ PACKAGE="AC_PACKAGE_NAME"
+ VERSION="AC_PACKAGE_VERSION"



More information about the arch-commits mailing list