[arch-commits] Commit in kdeutils-printer-applet (3 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 05:56:42 UTC 2012


    Date: Wednesday, August 1, 2012 @ 01:56:41
  Author: andrea
Revision: 164488

archrelease: copy trunk to kde-unstable-any

Added:
  kdeutils-printer-applet/repos/kde-unstable-any/PKGBUILD
    (from rev 164487, kdeutils-printer-applet/trunk/PKGBUILD)
Deleted:
  kdeutils-printer-applet/kde-unstable/
  kdeutils-printer-applet/repos/kde-unstable-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: repos/kde-unstable-any/PKGBUILD
===================================================================
--- repos/kde-unstable-any/PKGBUILD	2012-08-01 05:56:19 UTC (rev 164487)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 05:56:41 UTC (rev 164488)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-printer-applet
-pkgver=4.8.97
-pkgrel=1
-pkgdesc='System tray icon for managing print jobs'
-url='http://kde.org/applications/system/printerapplet/'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdebindings-python2' 'system-config-printer-common')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/printer-applet-${pkgver}.tar.xz")
-sha1sums=('972af45987799c1f53ccf76e674f64f79c3acdc9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../printer-applet-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-    "${pkgdir}"/usr/share/apps/printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
-}

Copied: kdeutils-printer-applet/repos/kde-unstable-any/PKGBUILD (from rev 164487, kdeutils-printer-applet/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 05:56:41 UTC (rev 164488)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-printer-applet
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='System tray icon for managing print jobs'
+url='http://kde.org/applications/system/printerapplet/'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdebindings-python2' 'system-config-printer-common')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/printer-applet-${pkgver}.tar.xz")
+sha1sums=('165ec419ac95770699ff17fee1c2da7902931926')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../printer-applet-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    "${pkgdir}"/usr/share/apps/printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
+}




More information about the arch-commits mailing list