[arch-commits] Commit in cups-pk-helper/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Jan 13 21:30:13 UTC 2017


    Date: Friday, January 13, 2017 @ 21:30:12
  Author: andyrtr
Revision: 286225

archrelease: copy trunk to extra-x86_64

Added:
  cups-pk-helper/repos/extra-x86_64/PKGBUILD
    (from rev 286224, cups-pk-helper/trunk/PKGBUILD)
Deleted:
  cups-pk-helper/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 21:29:57 UTC (rev 286224)
+++ PKGBUILD	2017-01-13 21:30:12 UTC (rev 286225)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=cups-pk-helper
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="A helper that makes system-config-printer use PolicyKit"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/cups-pk-helper/releases/"
-license=('GPL')
-depends=(polkit libcups)
-makedepends=(intltool)
-source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/cups-pk-helper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cups-pk-helper/repos/extra-x86_64/PKGBUILD (from rev 286224, cups-pk-helper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-13 21:30:12 UTC (rev 286225)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cups-pk-helper
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="A helper that makes system-config-printer use PolicyKit"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/software/cups-pk-helper/releases/"
+license=('GPL')
+depends=(polkit libcups)
+makedepends=(intltool)
+source=(https://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/cups-pk-helper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list