[arch-commits] Commit in ibus-table-chinese/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 13 20:07:09 UTC 2017


    Date: Thursday, April 13, 2017 @ 20:07:08
  Author: felixonmars
Revision: 222936

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 28 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 20:06:43 UTC (rev 222935)
+++ PKGBUILD	2017-04-13 20:07:08 UTC (rev 222936)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Leewings Ng <osideal at gmail.com>
-# Contributor: Hiroshi Yui <hiroshiyui at gmail.com>
-
-pkgname=ibus-table-chinese
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Some table-based input method of tables engines for IBus"
-arch=('any')
-url="http://code.google.com/p/ibus/"
-license=('GPL3')
-depends=('ibus-table')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/definite/ibus-table-chinese.git#tag=$pkgver"
-        "git+http://git.fedorahosted.org/git/cmake-fedora.git")
-sha1sums=('SKIP'
-          'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config submodule."cmake-fedora".url "$srcdir/cmake-fedora"
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/lib'
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-table-chinese/repos/community-any/PKGBUILD (from rev 222935, ibus-table-chinese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-13 20:07:08 UTC (rev 222936)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=2
+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