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

Antonio Rojas arojas at archlinux.org
Sat Apr 3 14:04:50 UTC 2021


    Date: Saturday, April 3, 2021 @ 14:04:50
  Author: arojas
Revision: 911514

Fix hunspell dictionaries dir

Modified:
  maliit-keyboard/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-03 14:02:23 UTC (rev 911513)
+++ PKGBUILD	2021-04-03 14:04:50 UTC (rev 911514)
@@ -2,7 +2,7 @@
 
 pkgname=maliit-keyboard
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual keyboard based on Maliit framework"
 arch=(x86_64)
 url="https://maliit.github.io/"
@@ -16,7 +16,8 @@
 build() {
   cmake -B build -S keyboard-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -Denable-tests=OFF
+    -Denable-tests=OFF \
+    -DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
   cmake --build build
 }
 



More information about the arch-commits mailing list