git » kitemviews.git » commit e09cf90

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

author Andrea Scarpino
2014-09-27 14:25:36 UTC
committer Andrea Scarpino
2014-09-27 14:25:36 UTC
parent 8bea20e56a19dc75efb1b2f79776d299e7c44d97

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

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 47cb20f..8dcd5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kitemviews
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KItemViews'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kitemviews'
@@ -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
 }