[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jan 22 13:41:10 UTC 2017


    Date: Sunday, January 22, 2017 @ 13:41:09
  Author: heftig
Revision: 287124

archrelease: copy trunk to extra-any

Added:
  ibus-typing-booster/repos/extra-any/PKGBUILD
    (from rev 287123, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
  ibus-typing-booster/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 13:40:29 UTC (rev 287123)
+++ PKGBUILD	2017-01-22 13:41:09 UTC (rev 287124)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=ibus-typing-booster
-pkgver=1.5.17
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://fedorahosted.org/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=97fd8c961d0f9ff1695fcd43527d2b9441ca7f41  # master
-source=("git+https://git.fedorahosted.org/git/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}
-}
-

Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 287123, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-22 13:41:09 UTC (rev 287124)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=ibus-typing-booster
+pkgver=1.5.19
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://fedorahosted.org/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=4e2b44fd93de23d92c1a6a001291d3c7f27b67d1  # master
+source=("git+https://git.fedorahosted.org/git/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