[arch-commits] Commit in kdeadmin (kde-unstable kde-unstable/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 19:55:08 UTC 2012


    Date: Friday, November 16, 2012 @ 14:55:07
  Author: andrea
Revision: 171168

KDE 4.10 beta1 - first steps

Added:
  kdeadmin/kde-unstable/
Modified:
  kdeadmin/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD	2012-11-16 19:55:07 UTC (rev 171168)
@@ -5,17 +5,16 @@
 pkgbase=kdeadmin
 pkgname=('kdeadmin-kcron'
          'kdeadmin-ksystemlog'
-         'kdeadmin-kuser'
-         'kdeadmin-system-config-printer-kde')
-pkgver=4.9.3
+         'kdeadmin-kuser')
+pkgver=4.9.80
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('cmake' 'automoc4' 'kdebindings-python2' 'system-config-printer-common')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
         'syslog-path.patch')
-sha1sums=('3fa7f1c3018f156b6185a806b66364c8daf7547c'
+sha1sums=('385569286ace7061f42c2c0f333366b0e75e8f9e'
           '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {
@@ -27,10 +26,8 @@
 	cd build
 	cmake ../${pkgbase}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DBUILD_strigi-analyzer=OFF \
-        -DPYTHON_EXECUTABLE=/usr/bin/python2
+		-DBUILD_strigi-analyzer=OFF
 	make
 }
 
@@ -64,19 +61,3 @@
 	cd $srcdir/build/doc/kuser
 	make DESTDIR=$pkgdir install
 }
-
-package_kdeadmin-system-config-printer-kde() {
-	pkgdesc='Configure local and remote Printers'
-	depends=('kdebindings-python2' 'system-config-printer-common' 'cups' 'python2-gobject2')
-	url="http://kde.org/applications/system/printerapplet/"
-	cd $srcdir/build/system-config-printer-kde
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/system-config-printer-kde
-	make DESTDIR=$pkgdir install
-
-    # Use the python2 executable
-    sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-        "${pkgdir}"/usr/share/apps/system-config-printer-kde/{system-config-printer-kde,authconn}.py
-    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-        "${pkgdir}"/usr/share/apps/system-config-printer-kde/pysmb.py
-}




More information about the arch-commits mailing list