[arch-commits] Commit in fcitx-libpinyin/repos (8 files)

2013-07-16 Thread Felix Yan
Date: Tuesday, July 16, 2013 @ 18:30:47
  Author: fyan
Revision: 94202

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 94201, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 94201, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 94201, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 94201, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   70 +
 /fcitx-libpinyin.install |   22 +
 community-i686/PKGBUILD  |   40 
 community-i686/fcitx-libpinyin.install   |   11 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/fcitx-libpinyin.install |   11 
 6 files changed, 92 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-16 16:29:13 UTC (rev 94201)
+++ community-i686/PKGBUILD 2013-07-16 16:30:47 UTC (rev 94202)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.3.0
-pkgrel=2
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
-
https://github.com/fcitx/fcitx-libpinyin/commit/7a68b40e36bd3425dae847a3860057a951ec5e78.patch;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  # Fix importdict
-  patch -p1 -i ../7a68b40e36bd3425dae847a3860057a951ec5e78.patch
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762'
-
'0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 94201, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-16 16:30:47 UTC (rev 94202)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.1
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('3b7501a75dab2f5b83541c71ccac93709f3354f390f322d7b95e4b94e0c4dc6963522759ab52eb77203d787d6d14d3ce1c838dd92ecd0db041a3b7a25008eaa4')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-07-16 16:29:13 UTC (rev 
94201)
+++ community-i686/fcitx-libpinyin.install  2013-07-16 16:30:47 UTC (rev 
94202)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
94201, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-07-16 16:30:47 UTC (rev 
94202)
@@ -0,0 +1,11 @@
+post_install() {
+  

[arch-commits] Commit in fcitx-libpinyin/repos (8 files)

2013-07-02 Thread Felix Yan
Date: Wednesday, July 3, 2013 @ 07:13:18
  Author: fyan
Revision: 93398

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 93397, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 93397, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   80 +
 /fcitx-libpinyin.install |   22 +++
 community-i686/PKGBUILD  |   35 
 community-i686/fcitx-libpinyin.install   |   11 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/fcitx-libpinyin.install |   11 ---
 6 files changed, 102 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-03 04:07:35 UTC (rev 93397)
+++ community-i686/PKGBUILD 2013-07-03 05:13:18 UTC (rev 93398)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 93397, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-03 05:13:18 UTC (rev 93398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
+
https://github.com/fcitx/fcitx-libpinyin/commit/7a68b40e36bd3425dae847a3860057a951ec5e78.patch;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Fix importdict
+  patch -p1 -i ../7a68b40e36bd3425dae847a3860057a951ec5e78.patch
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762'
+
'0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-07-03 04:07:35 UTC (rev 
93397)
+++ community-i686/fcitx-libpinyin.install  2013-07-03 05:13:18 UTC (rev 
93398)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
93397, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-07-03 05:13:18 UTC (rev 
93398)
@@ -0,0 +1,11 @@
+post_install() {
+

[arch-commits] Commit in fcitx-libpinyin/repos (8 files)

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:45:01
  Author: fyan
Revision: 86913

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   68 +
 /fcitx-libpinyin.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/fcitx-libpinyin.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/fcitx-libpinyin.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('b19526c18102d8c240f2933d21bbbc81')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 86912, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-03-24 12:43:49 UTC (rev 
86912)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 12:43:49 UTC (rev 86912)
+++ community-x86_64/PKGBUILD   2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with 

[arch-commits] Commit in fcitx-libpinyin/repos (8 files)

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:50:46
  Author: fyan
Revision: 86914

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 86913, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 86913, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   68 +
 /fcitx-libpinyin.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/fcitx-libpinyin.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/fcitx-libpinyin.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
+++ community-i686/PKGBUILD 2013-03-24 12:50:46 UTC (rev 86914)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.91
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('060707cb5a296b2cc10542a01fe40de9')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 86913, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 12:50:46 UTC (rev 86914)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:50:46 UTC (rev 
86914)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:50:46 UTC (rev 
86914)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 12:45:01 UTC (rev 86913)
+++ community-x86_64/PKGBUILD   2013-03-24 12:50:46 UTC (rev 86914)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.91
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with