[arch-commits] Commit in ibus-table-chinese/repos/community-testing-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Jul 9 17:36:12 UTC 2020
Date: Thursday, July 9, 2020 @ 17:36:12
Author: felixonmars
Revision: 661853
archrelease: copy trunk to community-testing-any
Added:
ibus-table-chinese/repos/community-testing-any/PKGBUILD
(from rev 661852, ibus-table-chinese/trunk/PKGBUILD)
Deleted:
ibus-table-chinese/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-09 17:35:56 UTC (rev 661852)
+++ PKGBUILD 2020-07-09 17:36:12 UTC (rev 661853)
@@ -1,27 +0,0 @@
-# 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
-}
-
Copied: ibus-table-chinese/repos/community-testing-any/PKGBUILD (from rev 661852, ibus-table-chinese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-09 17:36:12 UTC (rev 661853)
@@ -0,0 +1,26 @@
+# 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.3
+pkgrel=1
+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")
+sha512sums=('610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc')
+
+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