[arch-commits] Commit in ibus-table/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 01:47:46 UTC 2021
Date: Friday, December 3, 2021 @ 01:47:46
Author: felixonmars
Revision: 1064689
archrelease: copy trunk to community-staging-any
Added:
ibus-table/repos/community-staging-any/
ibus-table/repos/community-staging-any/PKGBUILD
(from rev 1064688, ibus-table/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: ibus-table/repos/community-staging-any/PKGBUILD (from rev 1064688, ibus-table/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-03 01:47:46 UTC (rev 1064689)
@@ -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=2
+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