[arch-commits] Commit in ibus-typing-booster/repos (2 files)

Jan Steffens heftig at archlinux.org
Mon Apr 17 22:05:16 UTC 2017


    Date: Monday, April 17, 2017 @ 22:05:16
  Author: heftig
Revision: 293060

archrelease: copy trunk to gnome-unstable-any

Added:
  ibus-typing-booster/repos/gnome-unstable-any/
  ibus-typing-booster/repos/gnome-unstable-any/PKGBUILD
    (from rev 293059, ibus-typing-booster/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: ibus-typing-booster/repos/gnome-unstable-any/PKGBUILD (from rev 293059, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2017-04-17 22:05:16 UTC (rev 293060)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=ibus-typing-booster
+pkgver=1.5.30
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/"
+arch=(any)
+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
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  gzip --force --best "$pkgdir"/usr/share/$pkgname/data/*.{xml,txt,json}
+}
+



More information about the arch-commits mailing list