[arch-commits] Commit in ibus-table-chinese/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:08:22 UTC 2018


    Date: Friday, November 9, 2018 @ 21:08:21
  Author: felixonmars
Revision: 404530

archrelease: copy trunk to community-staging-any

Added:
  ibus-table-chinese/repos/community-staging-any/
  ibus-table-chinese/repos/community-staging-any/PKGBUILD
    (from rev 404528, ibus-table-chinese/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: ibus-table-chinese/repos/community-staging-any/PKGBUILD (from rev 404528, ibus-table-chinese/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:08:21 UTC (rev 404530)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Leewings Ng <osideal at gmail.com>
+# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
+
+pkgname=ibus-table-chinese
+pkgver=1.8.2
+pkgrel=3
+pkgdesc="Some table-based input method of tables engines for IBus"
+arch=('any')
+url="https://github.com/definite/ibus-table-chinese"
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake-fedora')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/definite/ibus-table-chinese/archive/$pkgver.tar.gz")
+sha1sums=('00c11fa76331a5f9cb3703018d0e91a1b7425911')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share -DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list