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

Felix Yan felixonmars at gemini.archlinux.org
Tue May 10 01:20:47 UTC 2022


    Date: Tuesday, May 10, 2022 @ 01:20:47
  Author: felixonmars
Revision: 1196422

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-10 01:20:37 UTC (rev 1196421)
+++ PKGBUILD	2022-05-10 01:20:47 UTC (rev 1196422)
@@ -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.16.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=('551836a823d5fe3b09f3ca3d4865b8a6569947fcf070bb46180d80f89f84b577484a328b0b54573550efe97fda75943bbd9b9fd66e4a16b5a6f43a7328ce9e41')
-
-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 1196421, ibus-table/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-10 01:20:47 UTC (rev 1196422)
@@ -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.16.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=('c1a139910ea5cd7f48c550c480132d8645f7047056bec3189ffae1035a2dcf2058076f47bd1b6524ae2df0b0f74264d329ffc99648a0e404eb7257edab032da1')
+
+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