summaryrefslogtreecommitdiff
path: root/extra/kdebase/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebase/PKGBUILD')
-rw-r--r--extra/kdebase/PKGBUILD30
1 files changed, 18 insertions, 12 deletions
diff --git a/extra/kdebase/PKGBUILD b/extra/kdebase/PKGBUILD
index 5511a4524..1450eabeb 100644
--- a/extra/kdebase/PKGBUILD
+++ b/extra/kdebase/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144637 2011-12-08 09:18:50Z andrea $
+# $Id: PKGBUILD 147790 2012-01-28 10:33:05Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -12,17 +12,22 @@ pkgname=('kdebase-dolphin'
'kdebase-konqueror'
'kdebase-lib'
'kdebase-plasma')
-pkgver=4.7.4
+pkgver=4.8.0
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'pkgconfig' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2")
-sha1sums=('ad4b6d8479bcf8be49b5f53ee8fdcc1b3d1106d6')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2"
+ 'fix-controlclick-selection.patch')
+sha1sums=('25151b551793164c5eb1cb303d3031e63a6122e3'
+ 'b29c42301b84475f95f19ff9edb22d2134df9c1c')
build() {
+ cd "${srcdir}"/kde-baseapps-${pkgver}
+ patch -p1 -i "${srcdir}"/fix-controlclick-selection.patch
+
cd ${srcdir}
mkdir build
cd build
@@ -40,6 +45,7 @@ package_kdebase-dolphin() {
'kdegraphics-thumbnailers: thumbnailers for graphics file'
'ruby: servicemenu installation')
url="http://kde.org/applications/system/dolphin/"
+ install=kdebase-dolphin.install
cd $srcdir/build/dolphin
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/dolphin
@@ -94,13 +100,13 @@ package_kdebase-konqueror() {
depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
optdepends=('kwebkitpart: to enable webkit engine')
url="http://kde.org/applications/internet/konqueror/"
- install='kdebase.install'
- conflicts=('kdebase-nsplugins')
- replaces=('kdebase-nsplugins')
- for i in konqueror doc/konqueror nsplugins; do
- cd $srcdir/build/${i}
- make DESTDIR=$pkgdir install
- done
+ install='kdebase-konqueror.install'
+ conflicts=('kdebase-nsplugins')
+ replaces=('kdebase-nsplugins')
+ for i in konqueror doc/konqueror nsplugins; do
+ cd $srcdir/build/${i}
+ make DESTDIR=$pkgdir install
+ done
}
package_kdebase-lib() {