author | Andrea Scarpino
<andrea@archlinux.org> 2013-01-31 14:42:45 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-01-31 14:42:45 UTC |
parent | 9403617b42523825152917df0c3698a9244b4b3b |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 079c85d..401ea29 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=oxygen-icons pkgname=('oxygen-icons' 'oxygen-icons-svg') -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 pkgdesc="The Oxygen Icon Theme" arch=('any') @@ -12,7 +12,7 @@ url='http://www.oxygen-icons.org/' license=('LGPL') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('710b37bc3571ece2e7713d8a33f3e2945cbb3fc5') +sha1sums=('e7f9b5fd8fe0e6f6f9c0d744424134497328e65e') build() { cd $srcdir @@ -20,6 +20,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr make }