summaryrefslogtreecommitdiff
path: root/community/kcm-fcitx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kcm-fcitx/PKGBUILD')
-rw-r--r--community/kcm-fcitx/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD
new file mode 100644
index 000000000..6b24e756e
--- /dev/null
+++ b/community/kcm-fcitx/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 93373 2013-07-02 09:47:29Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: poplarch <poplarch@gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=1
+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-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ mkdir -p build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+ make
+}
+
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')