Date: Saturday, January 26, 2013 @ 08:09:42
  Author: fyan
Revision: 82972

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-01-26 07:07:52 UTC (rev 82971)
+++ community-i686/PKGBUILD     2013-01-26 07:09:42 UTC (rev 82972)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: poplarch <[email protected]>
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.0
-pkgrel=2
-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/csslayer/fcitx-cloudpinyin";
-license=('GPL')
-depends=('curl' 'fcitx>=4.2.6')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('8bffd65fe2172d61edde46ad53380150')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-cloudpinyin/repos/community-i686/PKGBUILD (from rev 82971, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-01-26 07:09:42 UTC (rev 82972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: poplarch <[email protected]>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.1
+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://fcitx.googlecode.com/files/${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
+}
+
+md5sums=('3690930d1412258ad37524448268534e')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-01-26 07:07:52 UTC (rev 82971)
+++ community-x86_64/PKGBUILD   2013-01-26 07:09:42 UTC (rev 82972)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: poplarch <[email protected]>
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.0
-pkgrel=2
-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/csslayer/fcitx-cloudpinyin";
-license=('GPL')
-depends=('curl' 'fcitx>=4.2.6')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('8bffd65fe2172d61edde46ad53380150')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 82971, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-26 07:09:42 UTC (rev 82972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: poplarch <[email protected]>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.1
+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://fcitx.googlecode.com/files/${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
+}
+
+md5sums=('3690930d1412258ad37524448268534e')

Reply via email to