[arch-commits] Commit in qtspell/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Dec 26 15:29:35 UTC 2018


    Date: Wednesday, December 26, 2018 @ 15:29:34
  Author: bgyorgy
Revision: 418147

upgpkg: qtspell 0.8.5-3

Fix location of translations

Modified:
  qtspell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-26 15:16:57 UTC (rev 418146)
+++ PKGBUILD	2018-12-26 15:29:34 UTC (rev 418147)
@@ -2,7 +2,7 @@
 
 pkgname=qtspell
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 url="https://github.com/manisandro/qtspell"
 pkgdesc="Spell checking for Qt text widgets"
 arch=(x86_64)
@@ -14,6 +14,10 @@
 
 prepare() {
   [[ -d build ]] || mkdir build
+  cd $pkgname-$pkgver
+
+  # Fix location of translations
+  sed -i 's|share/${QT_VER}/translations)|share/qt/translations)|' CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list