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 <[email protected]>
+# Contributor: Leewings Ng <[email protected]>
+# Contributor: Hiroshi Yui <[email protected]>
+
+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
+}
+

Reply via email to