diff options
Diffstat (limited to 'community/kcm-fcitx/PKGBUILD')
-rw-r--r-- | community/kcm-fcitx/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index e3ba19b79..2840f768e 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 82954 2013-01-26 06:35:46Z fyan $ +# $Id: PKGBUILD 85498 2013-03-02 02:59:40Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=kcm-fcitx pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Config Module for Fcitx" arch=('i686' 'x86_64') url="https://github.com/fcitx/kcm-fcitx" license=('GPL') -depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt') +depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt4') makedepends=('cmake' 'automoc4') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") @@ -19,7 +19,7 @@ build() { mkdir -p build cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .. make } |