diff options
Diffstat (limited to 'extra/kdegraphics-thumbnailers')
-rw-r--r-- | extra/kdegraphics-thumbnailers/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdegraphics-thumbnailers/PKGBUILD b/extra/kdegraphics-thumbnailers/PKGBUILD index eb627cfc0..652159d25 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 174704 2013-01-05 13:28:01Z andrea $ +# $Id: PKGBUILD 177737 2013-02-08 08:58:08Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('56333f7363b6386050ac6f900cbd6ce1e1974ee0') +sha1sums=('6bce25bfdff1376b79c8024ac1ed87acf33235df') build() { cd "${srcdir}" @@ -21,6 +21,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr make } |