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

Felix Yan fyan at nymeria.archlinux.org
Tue Jun 10 14:54:25 UTC 2014


    Date: Tuesday, June 10, 2014 @ 16:54:25
  Author: fyan
Revision: 112967

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-10 14:53:40 UTC (rev 112966)
+++ PKGBUILD	2014-06-10 14:54:25 UTC (rev 112967)
@@ -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.1
-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 112966, ibus-table-chinese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-10 14:54:25 UTC (rev 112967)
@@ -0,0 +1,37 @@
+# $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
+}
+




More information about the arch-commits mailing list