Date: Saturday, January 26, 2013 @ 08:04:37 Author: fyan Revision: 82969
upgpkg: fcitx-configtool 0.4.6-1 Modified: fcitx-configtool/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-26 07:04:20 UTC (rev 82968) +++ PKGBUILD 2013-01-26 07:04:37 UTC (rev 82969) @@ -2,13 +2,14 @@ # Maintainer: Felix Yan <[email protected]> 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 @@ cd "$srcdir/$pkgname-$pkgver" msg "Starting make..." - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. @@ -28,4 +29,4 @@ make DESTDIR="$pkgdir" install } -md5sums=('fc5d232ed2e7b7b3fced0264961f48d9') +md5sums=('69eb7271883b0b7894ddab5a38ceeb2f')
