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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 25 14:10:48 UTC 2021


    Date: Wednesday, August 25, 2021 @ 14:10:48
  Author: felixonmars
Revision: 1004729

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 14:10:37 UTC (rev 1004728)
+++ PKGBUILD	2021-08-25 14:10:48 UTC (rev 1004729)
@@ -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.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
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 1004728, ibus-table/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 14:10:48 UTC (rev 1004729)
@@ -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.1
+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=('73a84c99a689b8ba872a2af69b54774f85bd2b221f89d2bf0bdedf45d31d31a31f8ad58a43f22d6d68a618b18dcbe563d41d2f82b8ff878bb7fc54ee2acf80a6')
+
+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