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

Pierre Schmitz pierre at archlinux.org
Thu Jun 11 15:43:33 UTC 2009


    Date: Thursday, June 11, 2009 @ 11:43:32
  Author: pierre
Revision: 42130

update to snapshot; cleanup

Modified:
  kdeutils/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 15:43:28 UTC (rev 42129)
+++ PKGBUILD	2009-06-11 15:43:32 UTC (rev 42130)
@@ -16,8 +16,8 @@
          'kdeutils-printer-applet'
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
-pkgver=4.2.90
-pkgrel=2
+pkgver=4.2.91svn979380
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -26,7 +26,7 @@
              'kdebase-lib' 'kdebase-runtime' 'kdebindings-python' 'qca' 
              'system-config-printer>=1.1.7-3' 'libarchive' 'qimageblitz')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('f6d94afde4844f2e32fddb1069b4f19c')
+md5sums=('b8617a85f95763d0285e7c5cb7eb91ff')
 
 build() {
 	cd $srcdir
@@ -43,7 +43,6 @@
 package_kdeutils-ark() {
 	pkgdesc='Archiving tool'
 	depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
-	install='kdeutils.install'
 	cd $srcdir/build/ark
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/ark
@@ -53,7 +52,6 @@
 package_kdeutils-kcalc() {
 	pkgdesc='scientific calculator'
 	depends=('kdebase-runtime' 'kdelibs')
-	install='kdeutils.install'
 	cd $srcdir/build/kcalc
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kcalc
@@ -63,7 +61,6 @@
 package_kdeutils-kcharselect() {
 	pkgdesc='select special characters from any fonts and put them into the clipboard'
 	depends=('kdebase-runtime' 'kdelibs')
-	install='kdeutils.install'
 	cd $srcdir/build/kcharselect
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kcharselect
@@ -73,7 +70,6 @@
 package_kdeutils-kdelirc() {
 	pkgdesc='a KDE frontend for the Linux Infrared Remote Control system'
 	depends=('kdebase-runtime' 'kdelibs')
-	install='kdeutils.install'
 	cd $srcdir/build/kdelirc
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kdelirc
@@ -83,7 +79,6 @@
 package_kdeutils-kdessh() {
 	pkgdesc='front end to ssh'
 	depends=('kdebase-runtime' 'kdelibs')
-	install='kdeutils.install'
 	cd $srcdir/build/kdessh
 	make DESTDIR=$pkgdir install
 }
@@ -151,7 +146,6 @@
 package_kdeutils-printer-applet() {
 	pkgdesc='a system tray utility that shows current print jobs'
 	depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 'system-config-printer>=1.1.7-3')
-	install='kdeutils.install'
 	cd $srcdir/build/printer-applet
 	make DESTDIR=$pkgdir install
 }
@@ -169,8 +163,6 @@
 package_kdeutils-sweeper() {
 	pkgdesc='cleans unwanted traces the user leaves on the system'
 	depends=('kdebase-runtime' 'kdelibs')
-	install='kdeutils.install'
 	cd $srcdir/build/sweeper
 	make DESTDIR=$pkgdir install
 }
-




More information about the arch-commits mailing list