[arch-commits] Commit in fcitx/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jul 1 15:09:58 UTC 2013
Date: Monday, July 1, 2013 @ 17:09:58
Author: fyan
Revision: 93318
upgpkg: fcitx 4.2.8-2
Modified:
fcitx/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-01 14:35:45 UTC (rev 93317)
+++ PKGBUILD 2013-07-01 15:09:58 UTC (rev 93318)
@@ -6,7 +6,7 @@
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
pkgver=4.2.8
-pkgrel=1
+pkgrel=2
groups=('fcitx-im')
arch=('i686' 'x86_64')
url="http://fcitx-im.org"
@@ -14,15 +14,22 @@
makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
'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/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"
+
# 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
cd build
@@ -123,4 +130,6 @@
}
md5sums=('79676d18536ebb9d0a0fa47e96416016'
- '0f3f85204ac1559bbf2cff304122234e')
+ '0f3f85204ac1559bbf2cff304122234e'
+ '417cd212d9fb7b9881232d57d023e49f'
+ 'd91ae8316154eccce3234c55e53a3c3b')
More information about the arch-commits
mailing list