summaryrefslogtreecommitdiff
path: root/community/kcm-fcitx/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-03 10:42:41 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-03 10:42:41 +0100
commitab6933b5cc48c6dfb3390b78c579832ba87e001d (patch)
treeacf5e3b5502a20a7458167e39d9c7c75b96f27cb /community/kcm-fcitx/PKGBUILD
parentb93266a2e63bdf4d37a87a5e59ff36d78de40be0 (diff)
parent945c9cd1e94fab87653f84598812dec707843d26 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gmerlin/PKGBUILD community/volumeicon/PKGBUILD extra/graphite/PKGBUILD extra/icedtea-web/PKGBUILD extra/openjdk6/PKGBUILD extra/qt4/PKGBUILD
Diffstat (limited to 'community/kcm-fcitx/PKGBUILD')
-rw-r--r--community/kcm-fcitx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD
index b999708f9..693cc4901 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' 'mips64el')
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
}