[arch-commits] Commit in fcitx-libpinyin/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Wed Jul 3 04:07:35 UTC 2013


    Date: Wednesday, July 3, 2013 @ 06:07:35
  Author: fyan
Revision: 93397

upgpkg: fcitx-libpinyin 0.3.0-2

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-02 21:32:48 UTC (rev 93396)
+++ PKGBUILD	2013-07-03 04:07:35 UTC (rev 93397)
@@ -4,19 +4,23 @@
 
 pkgname=fcitx-libpinyin
 pkgver=0.3.0
-pkgrel=1
+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")
+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
@@ -32,4 +36,5 @@
   make DESTDIR="${pkgdir}" install
 }
 
-sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762'
+            '0b4776d348db9616d9bd4485fe7950a5c88f349388a4dc97e0ec62beaf0d6729ba88c645b1f83d415af8c5808cde3aae4b8306fd65e21bd404e9a8105d5bcae0')




More information about the arch-commits mailing list