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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:21:06 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:21:05
  Author: felixonmars
Revision: 659220

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 659219, ibus-table-chinese/trunk/PKGBUILD)

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

Copied: ibus-table-chinese/repos/community-staging-any/PKGBUILD (from rev 659219, ibus-table-chinese/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:21:05 UTC (rev 659220)
@@ -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=4
+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