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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat May 16 05:40:09 UTC 2020


    Date: Saturday, May 16, 2020 @ 05:40:09
  Author: yan12125
Revision: 628149

upgpkg: ibus-chewing 1.6.1-4; workaround an issue in translation files

Ref: https://github.com/definite/ibus-chewing/issues/150

Modified:
  ibus-chewing/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 03:35:12 UTC (rev 628148)
+++ PKGBUILD	2020-05-16 05:40:09 UTC (rev 628149)
@@ -7,7 +7,7 @@
 
 pkgname=ibus-chewing
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Chinese Chewing Engine for IBus Framework'
 arch=('x86_64')
 license=('GPL')
@@ -23,9 +23,14 @@
   cmake -B build -S . \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \
-    -DSYSCONF_INSTALL_DIR=/usr/share \
     -DLIBEXEC_DIR=/usr/lib/ibus
-  make -C build all translations
+
+  # XXX: updated *.po files contain no translated strings. Maybe because fedora.zanata.org is down
+  # https://github.com/definite/ibus-chewing/issues/150
+  touch build/po/ibus-chewing.pot
+  cp -v po/*.po build/po/
+
+  make -C build
 }
 
 package() {



More information about the arch-commits mailing list