diff options
Diffstat (limited to 'community/fcitx')
-rw-r--r-- | community/fcitx/PKGBUILD | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 7cd37be7d..f41a44166 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,33 +1,34 @@ -# $Id: PKGBUILD 88848 2013-04-24 06:26:30Z fyan $ +# $Id: PKGBUILD 93362 2013-07-02 09:47:19Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: csslayer <wengxt AT gmail com> pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4') -pkgver=4.2.7 -pkgrel=8 +pkgver=4.2.8 +pkgrel=2 groups=('fcitx-im') arch=('i686' 'x86_64' 'mips64el') -url="http://code.google.com/p/fcitx/" +url="http://fcitx-im.org" license=('GPL') makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \ - 'iso-codes' 'gobject-introspection' 'libxkbfile' 'git') -source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz - https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch - https://github.com/fcitx/fcitx/commit/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch - https://github.com/fcitx/fcitx/commit/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch - https://github.com/fcitx/fcitx/commit/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch -) + 'iso-codes' 'gobject-introspection' 'libxkbfile') +source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz + https://github.com/fcitx/fcitx/commit/b0a5439ac0188211c0955baf6811a0e3406ac812.patch + https://github.com/fcitx/fcitx/commit/94635187b18badb1a2dff821de9a30a20d00feb1.patch + https://github.com/fcitx/fcitx/commit/46d5a69d595ac825f47a3c22ddeb8ce71b04e887.patch) build() { #source /etc/profile.d/qt4.sh cd "$srcdir/$pkgbase-$pkgver" - patch -Np1 -i "$srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch" - patch -Np1 -i "$srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch" - git apply -v -p1 "$srcdir/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch" - patch -Np1 -i "$srcdir/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch" + + # Fix ELF file patch + patch -p1 -i ../b0a5439ac0188211c0955baf6811a0e3406ac812.patch + + # Fix switch key issue + patch -p1 -i ../94635187b18badb1a2dff821de9a30a20d00feb1.patch + patch -p1 -i ../46d5a69d595ac825f47a3c22ddeb8ce71b04e887.patch cd "$srcdir" mkdir -p build @@ -88,7 +89,7 @@ package_fcitx() { rm -r "${pkgdir}/usr/lib/"{gtk-2.0,gtk-3.0,qt4} rm -r "${pkgdir}/usr/lib/fcitx/qt" rm -r "${pkgdir}/usr/include/fcitx-qt" - rm "${pkgdir}/usr/bin/fcitx-qt-gui-wrapper" + rm "${pkgdir}/usr/lib/fcitx/libexec/fcitx-qt-gui-wrapper" rm "${pkgdir}/usr/lib/"libfcitx-qt.so* rm "${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc" } @@ -128,8 +129,7 @@ package_fcitx-qt4() { make DESTDIR="${pkgdir}" install } -md5sums=('6e291717c24615b9dc9bfaa2949af3a7' - '246e36c2232f107ed1692a52ebc43c39' - '6f420547bc8af9627db2e5290f758433' - '51e53377e1b83661f2896e25d1a46242' - '5e9f90817722a138b459b2bf6a926f96') +md5sums=('79676d18536ebb9d0a0fa47e96416016' + '0f3f85204ac1559bbf2cff304122234e' + '417cd212d9fb7b9881232d57d023e49f' + 'd91ae8316154eccce3234c55e53a3c3b') |