Date: Sunday, April 9, 2023 @ 13:24:17
  Author: heftig
Revision: 473563

archrelease: copy trunk to staging-any

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

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 13:24:08 UTC (rev 473562)
+++ PKGBUILD    2023-04-09 13:24:17 UTC (rev 473563)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=ibus-typing-booster
-pkgver=2.19.10
-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=865c6c40ce4a079807c014680e63fa2e5d602aab  # tags/2.19.10
-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 --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/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
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: ibus-typing-booster/repos/staging-any/PKGBUILD (from rev 473562, 
ibus-typing-booster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 13:24:17 UTC (rev 473563)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=ibus-typing-booster
+pkgver=2.22.2
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/";
+arch=(any)
+license=(
+  Apache
+  GPL3
+)
+depends=(
+  ibus
+  m17n-lib
+  python-dbus
+  python-gobject
+  python-pyenchant
+  sqlite
+)
+makedepends=(git)
+_commit=0938f05ebca7bc8b0778071280892b4ec06f575b  # tags/2.22.2
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/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
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to