# $Id: PKGBUILD 211478 2014-04-18 18:03:26Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdesdk-thumbnailers pkgver=4.13.0 pkgrel=1 pkgdesc='Plugins for the thumbnailing system' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdesdk') depends=('kdebase-runtime' 'gettext') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz") sha1sums=('28ee5d44731b9590034f9b77b73f7456b59c2819') build() { mkdir build cd build cmake ../kdesdk-thumbnailers-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd build make DESTDIR=$pkgdir install }