[arch-commits] Commit in system-config-printer/repos (3 files)
Eric Bélanger
eric at archlinux.org
Mon Oct 20 02:05:30 UTC 2014
Date: Monday, October 20, 2014 @ 04:05:30
Author: eric
Revision: 224852
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
system-config-printer/repos/staging-i686/PKGBUILD
(from rev 224851, system-config-printer/trunk/PKGBUILD)
system-config-printer/repos/staging-x86_64/PKGBUILD
(from rev 224851, system-config-printer/trunk/PKGBUILD)
Deleted:
system-config-printer/repos/staging-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
staging-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 38 --------------------------------------
3 files changed, 76 insertions(+), 38 deletions(-)
Copied: system-config-printer/repos/staging-i686/PKGBUILD (from rev 224851, system-config-printer/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2014-10-20 02:05:30 UTC (rev 224852)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=system-config-printer
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 'libnotify'
+ 'gnome-icon-theme' 'python-gobject' 'gtk3' 'python-cairo' 'python-packagekit')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+ 'python-pysmbc: SMB browser support')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --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 {} +
+}
Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD 2014-10-20 02:01:14 UTC (rev 224851)
+++ staging-x86_64/PKGBUILD 2014-10-20 02:05:30 UTC (rev 224852)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=system-config-printer
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="http://cyberelk.net/tim/software/system-config-printer/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 'libnotify'
- 'gnome-icon-theme' 'python-gobject' 'gtk3' 'python-cairo' 'python-packagekit')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('libgnome-keyring: password management'
- 'python-pysmbc: SMB browser support')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --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 {} +
-}
Copied: system-config-printer/repos/staging-x86_64/PKGBUILD (from rev 224851, system-config-printer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-20 02:05:30 UTC (rev 224852)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=system-config-printer
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 'libnotify'
+ 'gnome-icon-theme' 'python-gobject' 'gtk3' 'python-cairo' 'python-packagekit')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+ 'python-pysmbc: SMB browser support')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --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 {} +
+}
More information about the arch-commits
mailing list