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

Felix Yan fyan at archlinux.org
Fri Oct 10 13:03:32 UTC 2014


    Date: Friday, October 10, 2014 @ 15:03:31
  Author: fyan
Revision: 120482

archrelease: copy trunk to community-any

Added:
  ibus-googlepinyin/repos/community-any/PKGBUILD
    (from rev 120481, ibus-googlepinyin/trunk/PKGBUILD)
Deleted:
  ibus-googlepinyin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-10 13:03:12 UTC (rev 120481)
+++ PKGBUILD	2014-10-10 13:03:31 UTC (rev 120482)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Author: Jiahua Huang <jhuangjiahua at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com>
-
-pkgname=ibus-googlepinyin
-pkgver=0.1.2
-pkgrel=4
-pkgdesc="IBus Wrapper for libgooglepinyin"
-arch=('any')
-url="http://code.google.com/p/libgooglepinyin"
-license=('APACHE')
-optdepends=('opencc: for simplified chinese translation to tranditional chinese')
-depends=('libgooglepinyin' 'ibus' 'iso-codes')
-makedepends=('cmake')
-source=("http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-
-build() {
-  rm -rf build
-  mkdir -p build
-  cd build
-
-  find ../$pkgname -type f -name '*.py' | xargs sed -i 's|/usr/bin/python|/usr/bin/python2|g'
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('f9af459849c29934e8d59fc7f23a9318')

Copied: ibus-googlepinyin/repos/community-any/PKGBUILD (from rev 120481, ibus-googlepinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-10 13:03:31 UTC (rev 120482)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Author: Jiahua Huang <jhuangjiahua at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=ibus-googlepinyin
+pkgver=0.1.2
+pkgrel=5
+pkgdesc="IBus Wrapper for libgooglepinyin"
+arch=('any')
+url="http://code.google.com/p/libgooglepinyin"
+license=('APACHE')
+optdepends=('opencc: for simplified chinese translation to tranditional chinese')
+depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
+makedepends=('cmake')
+source=("http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f9af459849c29934e8d59fc7f23a9318')
+
+build() {
+  rm -rf build
+  mkdir -p build
+  cd build
+
+  find ../$pkgname -type f -name '*.py' | xargs sed -i 's|/usr/bin/python|/usr/bin/python2|g'
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list