summaryrefslogtreecommitdiff
path: root/community/fcitx-configtool/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fcitx-configtool/PKGBUILD')
-rw-r--r--community/fcitx-configtool/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD
index 1737f2e26..00ed7aa7c 100644
--- a/community/fcitx-configtool/PKGBUILD
+++ b/community/fcitx-configtool/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 82240 2013-01-13 01:32:17Z fyan $
+# $Id: PKGBUILD 82970 2013-01-26 07:06:27Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-configtool
-pkgver=0.4.5.2
+pkgver=0.4.6
pkgrel=1
pkgdesc="GTK based config tool for Fcitx"
arch=('i686' 'x86_64')
url="http://fcitx.googlecode.com/"
license=('GPL2')
-depends=("fcitx>=4.2.6" "gtk3" "iso-codes")
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt: for some configuration windows')
makedepends=("cmake")
source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
@@ -16,7 +17,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
msg "Starting make..."
- mkdir build
+ mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
@@ -28,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('fc5d232ed2e7b7b3fced0264961f48d9')
+md5sums=('69eb7271883b0b7894ddab5a38ceeb2f')