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

Andrea Scarpino andrea at archlinux.org
Mon May 24 00:54:38 UTC 2010


    Date: Sunday, May 23, 2010 @ 20:54:38
  Author: andrea
Revision: 80945

first set of KDE 4.5 tarballs (4.4.80)

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

----------+
 PKGBUILD |   27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD	2010-05-24 00:54:38 UTC (rev 80945)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdeutils
 pkgname=('kdeutils-ark'
          'kdeutils-kcalc'
          'kdeutils-kcharselect'
-         'kdeutils-kdelirc'
          'kdeutils-kdf'
          'kdeutils-kfloppy'
          'kdeutils-kgpg'
+         'kdeutils-kremotecontrol'
          'kdeutils-ktimer'
          'kdeutils-kwallet'
          'kdeutils-okteta'
          'kdeutils-printer-applet'
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -23,9 +24,9 @@
 groups=('kde' 'kdeutils')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 'kdebase-lib'
              'kdebase-workspace' 'kdebindings-python' 'system-config-printer-common'
-             'libarchive' 'qimageblitz' 'kdepim-runtime')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('622d1692d1e21a3fb8e846d5041d5d0d7c1353ff')
+             'libarchive' 'qimageblitz' 'kdepim-runtime' 'pyqt')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('00f597712bab2d8556dae46d6663ba5e54af99ff')
 
 build() {
 	cd ${srcdir}
@@ -98,7 +99,7 @@
 
 package_kdeutils-kgpg() {
 	pkgdesc='A GnuPG frontend'
-	depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent' 'kdepim-runtime')
+	depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent' 'kdepim-runtime')
 	install='kdeutils.install'
 	cd $srcdir/build/kgpg
 	make DESTDIR=$pkgdir install
@@ -106,6 +107,16 @@
 	make DESTDIR=$pkgdir install
 }
 
+package_kdeutils-kremotecontrol() {
+	pkgdesc='Configure your remote controls for use with applications'
+	depends=('kdebase-runtime' 'kdelibs')
+	install='kdeutils.install'
+	cd $srcdir/build/kremotecontrol
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kremotecontrol
+	make DESTDIR=$pkgdir install
+}
+
 package_kdeutils-ktimer() {
 	pkgdesc='Countdown Launcher'
 	depends=('kdebase-runtime' 'kdelibs')
@@ -138,7 +149,7 @@
 
 package_kdeutils-printer-applet() {
 	pkgdesc='System tray icon for managing print jobs'
-	depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'system-config-printer-common')
+	depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'system-config-printer-common' 'pyqt')
 	cd $srcdir/build/printer-applet
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list