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

Jan Steffens heftig at archlinux.org
Fri Nov 8 23:42:29 UTC 2019


    Date: Friday, November 8, 2019 @ 23:42:29
  Author: heftig
Revision: 367231

archrelease: copy trunk to extra-any

Added:
  ibus-typing-booster/repos/extra-any/PKGBUILD
    (from rev 367229, 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	2019-11-08 23:42:28 UTC (rev 367230)
+++ PKGBUILD	2019-11-08 23:42:29 UTC (rev 367231)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=ibus-typing-booster
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://mike-fabian.github.io/ibus-typing-booster/"
-arch=(any)
-license=(GPL3 Apache)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
-makedepends=(git)
-_commit=3ccffbed4c34682609d7a914bcfe68d1d17886c7  # tags/2.6.8
-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
-
-  cd "$pkgdir/usr/share/$pkgname/data"
-  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
-}

Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 367229, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-08 23:42:29 UTC (rev 367231)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=ibus-typing-booster
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/"
+arch=(any)
+license=(GPL3 Apache)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git)
+_commit=d9c4539e8eb974bae5cca8364f96d25deedb4cf2  # tags/2.7.2
+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
+
+  cd "$pkgdir/usr/share/$pkgname/data"
+  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
+}



More information about the arch-commits mailing list