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

Jan Steffens heftig at archlinux.org
Thu May 18 21:01:34 UTC 2017


    Date: Thursday, May 18, 2017 @ 21:01:33
  Author: heftig
Revision: 296261

1.5.32-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 18:57:00 UTC (rev 296260)
+++ PKGBUILD	2017-05-18 21:01:33 UTC (rev 296261)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=ibus-typing-booster
-pkgver=1.5.30
+pkgver=1.5.32
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/"
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
-_commit=6b38863bd82ce3c747f7d8e2f0429d4898772961  # master
+_commit=b9930d61d3dc2cb5b3e1764b69342ce1d37a0aad  # master
 source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
 sha512sums=('SKIP')
 
@@ -33,6 +33,7 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  gzip --force --best "$pkgdir"/usr/share/$pkgname/data/*.{xml,txt,json}
+
+  cd "$pkgdir/usr/share/$pkgname/data"
+  gzip --force --best *.{txt,json} annotations{,Derived}/*.xml
 }
-



More information about the arch-commits mailing list