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

Felix Yan felixonmars at archlinux.org
Thu May 31 01:02:12 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:02:12
  Author: felixonmars
Revision: 333651

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:01:51 UTC (rev 333650)
+++ PKGBUILD	2018-05-31 01:02:12 UTC (rev 333651)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Author: Jiahua Huang <jhuangjiahua at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com>
-
-pkgname=ibus-googlepinyin
-pkgver=0.1.2
-pkgrel=6
-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=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f9af459849c29934e8d59fc7f23a9318')
-
-prepare() {
-  sed -e 's/zhs2zht.ini/s2t.json/' -i $pkgname/libopencc.py
-  find $pkgname -type f -name '*.py' -exec sed -i 's|/usr/bin/python|/usr/bin/python2|g' {} \;
-
-  rm -rf build
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-googlepinyin/repos/community-any/PKGBUILD (from rev 333650, ibus-googlepinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:02:12 UTC (rev 333651)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Author: Jiahua Huang <jhuangjiahua at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=ibus-googlepinyin
+pkgver=0.1.2
+pkgrel=7
+pkgdesc="IBus Wrapper for libgooglepinyin"
+arch=('any')
+url="https://code.google.com/archive/p/libgooglepinyin/"
+license=('APACHE')
+optdepends=('opencc: for simplified chinese translation to tranditional chinese')
+depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
+makedepends=('cmake')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('0180bd93bed03ef38e283a589fcab3074f0d9197c41e1411d015de8e30ce6cbd72c6765142a42b55227fccc111cc579830b1ad9f4c282f7ac856dd66f58293e7')
+
+prepare() {
+  sed -e 's/zhs2zht.ini/s2t.json/' -i $pkgname/libopencc.py
+  find $pkgname -type f -name '*.py' -exec sed -i 's|/usr/bin/python|/usr/bin/python2|g' {} \;
+
+  rm -rf build
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list