[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Mar 25 02:06:22 UTC 2022
Date: Friday, March 25, 2022 @ 02:06:22
Author: heftig
Revision: 440660
archrelease: copy trunk to extra-any
Added:
ibus-typing-booster/repos/extra-any/PKGBUILD
(from rev 440659, 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 2022-03-25 02:06:13 UTC (rev 440659)
+++ PKGBUILD 2022-03-25 02:06:22 UTC (rev 440660)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=ibus-typing-booster
-pkgver=2.15.15
-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=d690b3362218c72eb3bee83a38ded0036c4e7192 # tags/2.15.15
-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
-}
Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 440659, ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-25 02:06:22 UTC (rev 440660)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=ibus-typing-booster
+pkgver=2.15.25
+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=1c1e23d69d025847ace1cd0da20bff685986f682 # tags/2.15.25
+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