git » kwidgetsaddons.git » commit cf837a9

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

author Andrea Scarpino
2014-09-27 14:28:31 UTC
committer Andrea Scarpino
2014-09-27 14:28:31 UTC
parent 70f6e54cf73d834a3f91572e9a4e54cc8bae17d3

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

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 408b935..2d25b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kwidgetsaddons
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KWidgetsAddons'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwidgetsaddons'
@@ -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
 }