[arch-commits] Commit in ibus-table/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jul 21 18:21:13 UTC 2021


    Date: Wednesday, July 21, 2021 @ 18:21:13
  Author: felixonmars
Revision: 982591

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
    (from rev 982590, ibus-table/trunk/PKGBUILD)
Deleted:
  ibus-table/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 18:21:05 UTC (rev 982590)
+++ PKGBUILD	2021-07-21 18:21:13 UTC (rev 982591)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: coderoar <coderoar at gmail.com>
-# Contributor: leemars <leemars at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ibus-table
-pkgver=1.13.3
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table"
-license=('LGPL')
-makedepends=('docbook2x' 'docbook-sgml' 'docbook-utils')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz")
-sha512sums=('9fe1d72e429af07b53cf626fd3d35777e0447bfcd8c474fb92ad403c858180258c3afde60375ce6cd336da5b5ce8aea439f95e4bb0e2b3ba46603a2642a45a4d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 982590, ibus-table/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 18:21:13 UTC (rev 982591)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: coderoar <coderoar at gmail.com>
+# Contributor: leemars <leemars at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-table
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table"
+license=('LGPL')
+makedepends=('docbook2x' 'docbook-sgml' 'docbook-utils')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz")
+sha512sums=('1143739ffaa78076197dd673b899643ab4b3402c858e5da61b19ea8ccdf7b8e5f9b8ce8f10ef3d173c7f7b5e782e4156918d6054cad0e97326e322fdb3fc63ef')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list