[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 11 15:42:40 UTC 2009
Date: Thursday, June 11, 2009 @ 11:42:40
Author: pierre
Revision: 42117
update to snapshot; cleanup
Modified:
kdebase/kde-unstable/PKGBUILD
----------+
PKGBUILD | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-11 15:42:36 UTC (rev 42116)
+++ PKGBUILD 2009-06-11 15:42:40 UTC (rev 42117)
@@ -15,15 +15,15 @@
'kdebase-lib'
'kdebase-nsplugins'
'kdebase-plasma')
-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')
groups=('kde' 'kdebase')
makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'libraw1394')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('295467ac1181c1dc09c6f7dc61bece1e')
+md5sums=('c833257ee5a12ac95c50c8c7fd4fe03c')
build() {
cd $srcdir
@@ -40,7 +40,6 @@
package_kdebase-dolphin() {
pkgdesc='a file manager'
depends=('kdebase-runtime' 'kdebase-lib')
- install='kdebase.install'
cd $srcdir/build/apps/dolphin
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/dolphin
@@ -60,7 +59,6 @@
package_kdebase-kdepasswd() {
pkgdesc='a utility for changing your password (on UNIX systems)'
depends=('kdebase-runtime' 'kdebase-lib')
- install='kdebase.install'
cd $srcdir/build/apps/kdepasswd
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/kdepasswd
@@ -70,7 +68,6 @@
package_kdebase-kdialog() {
pkgdesc='a utility for displaying dialog boxes from shell scripts'
depends=('kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/kdialog
make DESTDIR=$pkgdir install
}
@@ -78,7 +75,6 @@
package_kdebase-keditbookmarks() {
pkgdesc='a utility for editing the KDE bookmark store'
depends=('kdebase-runtime' 'kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/keditbookmarks
make DESTDIR=$pkgdir install
}
@@ -96,7 +92,6 @@
package_kdebase-kinfocenter() {
pkgdesc=''
depends=('kdebase-runtime' 'libraw1394' 'kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/kinfocenter
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/kinfocenter
@@ -116,7 +111,6 @@
package_kdebase-konsole() {
pkgdesc='a terminal emulator'
depends=('kdebase-runtime' 'kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/konsole
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/konsole
@@ -126,7 +120,6 @@
package_kdebase-kwrite() {
pkgdesc='a text editor with several advanced features, including syntax highlighting and spell-checking'
depends=('kdebase-runtime' 'kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/kwrite
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/kwrite
@@ -137,7 +130,6 @@
pkgdesc=''
groups=()
depends=('kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/lib
make DESTDIR=$pkgdir install
}
@@ -145,7 +137,6 @@
package_kdebase-nsplugins() {
pkgdesc=''
depends=('kdelibs')
- install='kdebase.install'
cd $srcdir/build/apps/nsplugins
make DESTDIR=$pkgdir install
}
@@ -153,8 +144,6 @@
package_kdebase-plasma() {
pkgdesc=''
depends=('kdebase-workspace' 'kdebase-lib')
- install='kdebase.install'
cd $srcdir/build/apps/plasma
make DESTDIR=$pkgdir install
}
-
More information about the arch-commits
mailing list