git » kiconthemes.git » commit cac412f

Move translations back into /usr/share/locale (FS#41684)

author Andrea Scarpino
2014-09-27 14:24:57 UTC
committer Andrea Scarpino
2014-09-27 14:24:57 UTC
parent ba574e0f5bee0753fb9f9fd89c18aab9c24915ad

Move translations back into /usr/share/locale (FS#41684)

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index c851b26..96e5aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kiconthemes
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KIconThemes'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kiconthemes'
@@ -24,7 +24,6 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make
 }