summaryrefslogtreecommitdiff
path: root/community/fcitx-configtool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
committerroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
commitc65624e6d74bffd70dcd67cc28448b5a50596efb (patch)
tree06c1cbca31a798c4274030b52e9947fb57a1a889 /community/fcitx-configtool
parent1fce42e9327109bd47dba5e3e690144a23bbbc19 (diff)
Sat Nov 24 01:51:17 PST 2012
Diffstat (limited to 'community/fcitx-configtool')
-rw-r--r--community/fcitx-configtool/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD
index 636858d70..fa2fa3280 100644
--- a/community/fcitx-configtool/PKGBUILD
+++ b/community/fcitx-configtool/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 79684 2012-11-11 01:45:13Z fyan $
+# $Id: PKGBUILD 80513 2012-11-23 11:40:13Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-configtool
pkgver=0.4.5.1
-pkgrel=1
+pkgrel=2
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")
-makedepends=(cmake)
-source=(http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz)
+makedepends=("cmake")
+source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
build() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
msg "Starting make..."
rm -rf build
@@ -25,7 +25,7 @@ build() {
}
package() {
- cd "$srcdir"/$pkgname-$pkgver/build
+ cd "$srcdir/$pkgname-$pkgver/build"
make DESTDIR="$pkgdir" install
}