[arch-commits] Commit in fcitx-cloudpinyin/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:22:03 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:22:03
  Author: fyan
Revision: 111433

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  fcitx-cloudpinyin/repos/community-testing-i686/
  fcitx-cloudpinyin/repos/community-testing-i686/PKGBUILD
    (from rev 111432, fcitx-cloudpinyin/trunk/PKGBUILD)
  fcitx-cloudpinyin/repos/community-testing-x86_64/
  fcitx-cloudpinyin/repos/community-testing-x86_64/PKGBUILD
    (from rev 111432, fcitx-cloudpinyin/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: fcitx-cloudpinyin/repos/community-testing-i686/PKGBUILD (from rev 111432, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-05-18 17:22:03 UTC (rev 111433)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-cloudpinyin"
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('ecfab0e45387793986fc75f24372d69910552d6168c9dd63f258bf05bfa397350bfea2a6fc419ab067fc5a7737a3e8c39d4b8ae5d0501871e3365c8a07553b09')

Copied: fcitx-cloudpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 111432, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-05-18 17:22:03 UTC (rev 111433)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-cloudpinyin"
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('ecfab0e45387793986fc75f24372d69910552d6168c9dd63f258bf05bfa397350bfea2a6fc419ab067fc5a7737a3e8c39d4b8ae5d0501871e3365c8a07553b09')




More information about the arch-commits mailing list