git » solid.git » commit 9442e10

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

author Andrea Scarpino
2014-09-27 14:29:15 UTC
committer Andrea Scarpino
2014-09-27 14:29:15 UTC
parent 55b812ba60dca99c5056a8a24fbd4b0be7f356d9

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

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index e0a2d20..1927bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=solid
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Solid'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/solid'
@@ -25,7 +25,6 @@ build() {
     -DLIB_INSTALL_DIR=lib \
     -DQML_INSTALL_DIR=lib/qt/qml \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make
 }