# $Id$ # Maintainer: Andrea Scarpino pkgname=kdesdk-dolphin-plugins pkgver=4.11.1 pkgrel=1 pkgdesc='Extra Dolphin plugins' url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdesdk') depends=('kdebase-runtime' 'kdebase-lib') makedepends=('cmake' 'automoc4') optdepends=('bzr: bazaar support' 'git: git support' 'mercurial: hg support' 'subversion: svn support') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz") sha1sums=('9770cdee4f3cc79a259224ad5129a52a0d34f6db') build() { mkdir build cd build cmake ../dolphin-plugins-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd build make DESTDIR=$pkgdir install }