git » frameworkintegration.git » commit 8d5607d

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

author Andrea Scarpino
2014-09-27 14:20:49 UTC
committer Andrea Scarpino
2014-09-27 14:20:49 UTC
parent d09bd1c4b0c7b268c7887487402c889d38389243

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

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index a4fdd1e..f0a8145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -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
 }