diff options
Diffstat (limited to 'extra/kdebase')
-rw-r--r-- | extra/kdebase/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/extra/kdebase/PKGBUILD b/extra/kdebase/PKGBUILD index 4f4075153..0f6c47a93 100644 --- a/extra/kdebase/PKGBUILD +++ b/extra/kdebase/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 174650 2013-01-05 13:05:13Z andrea $ +# $Id: PKGBUILD 177643 2013-02-08 08:56:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -12,21 +12,23 @@ pkgname=('kdebase-dolphin' 'kdebase-konqueror' 'kdebase-lib' 'kdebase-plasma') -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdebase') -makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml') +makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets') source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('67d1c2c83570aac1d3c026cdecd82833e8d8b568') +sha1sums=('5b0127bd946286f52d98a1779eabf65e416a66c3') build() { + cd ${srcdir} mkdir build cd build cmake ../kde-baseapps-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr make @@ -34,12 +36,12 @@ build() { package_kdebase-dolphin() { pkgdesc='File Manager' - depends=('kdebase-runtime' 'kdebase-lib') + depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets') optdepends=('kdegraphics-svgpart: thumbailers for SVG files' - 'kdegraphics-thumbnailers: thumbnailers for graphics file' - 'ruby: servicemenu installation') + 'kdegraphics-thumbnailers: thumbnailers for graphics file' + 'ruby: servicemenu installation') url="http://kde.org/applications/system/dolphin/" - install=kdebase-dolphin.install + install=kdebase-dolphin.install cd $srcdir/build/dolphin make DESTDIR=$pkgdir install cd $srcdir/build/doc/dolphin |