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

Felix Yan fyan at nymeria.archlinux.org
Wed Nov 13 14:18:14 UTC 2013


    Date: Wednesday, November 13, 2013 @ 15:18:13
  Author: fyan
Revision: 100943

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

Added:
  fcitx-cloudpinyin/repos/community-i686/PKGBUILD
    (from rev 100938, fcitx-cloudpinyin/trunk/PKGBUILD)
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
    (from rev 100942, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-cloudpinyin/repos/community-i686/PKGBUILD
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 -----------------------
 community-x86_64/PKGBUILD |   30 -----------------------
 3 files changed, 56 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-13 14:17:35 UTC (rev 100942)
+++ community-i686/PKGBUILD	2013-11-13 14:18:13 UTC (rev 100943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.2
-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>=4.2.7')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e')

Copied: fcitx-cloudpinyin/repos/community-i686/PKGBUILD (from rev 100938, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-13 14:18:13 UTC (rev 100943)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.3
+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=('874c2b1f037c14e8f6cdbd174c86014d9f6b2035d1828ecf3c8debc704a5f3469eff7ead50638f26080986d912c6e93fe82b78f1a9161f09b738461d07614814')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-13 14:17:35 UTC (rev 100942)
+++ community-x86_64/PKGBUILD	2013-11-13 14:18:13 UTC (rev 100943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.2
-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>=4.2.7')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e')

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 100942, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-13 14:18:13 UTC (rev 100943)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.3
+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=('874c2b1f037c14e8f6cdbd174c86014d9f6b2035d1828ecf3c8debc704a5f3469eff7ead50638f26080986d912c6e93fe82b78f1a9161f09b738461d07614814')




More information about the arch-commits mailing list