[arch-commits] Commit in ibus-typing-booster/repos/testing-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Dec 11 21:12:00 UTC 2021
Date: Saturday, December 11, 2021 @ 21:11:59
Author: heftig
Revision: 431903
archrelease: copy trunk to testing-any
Added:
ibus-typing-booster/repos/testing-any/PKGBUILD
(from rev 431901, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
ibus-typing-booster/repos/testing-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 21:11:59 UTC (rev 431902)
+++ PKGBUILD 2021-12-11 21:11:59 UTC (rev 431903)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=ibus-typing-booster
-pkgver=2.11.2
-pkgrel=2
-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=2775f38616eddf414a2de8a1a1608ab8a0072c70 # tags/2.11.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
-}
Copied: ibus-typing-booster/repos/testing-any/PKGBUILD (from rev 431901, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-11 21:11:59 UTC (rev 431903)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=ibus-typing-booster
+pkgver=2.15.11
+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=3e35f2c94909bb818fd1e497bcc8ce8c30892c3d # tags/2.15.11
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;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