From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/fcitx-configtool/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 community/fcitx-configtool/PKGBUILD (limited to 'community/fcitx-configtool') diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD deleted file mode 100644 index 9094e8105..000000000 --- a/community/fcitx-configtool/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 93365 2013-07-02 09:47:22Z fyan $ -# Maintainer: Felix Yan - -pkgname=fcitx-configtool -pkgver=0.4.7 -pkgrel=2 -pkgdesc="GTK based config tool for Fcitx" -arch=('i686' 'x86_64') -url="http://fcitx.googlecode.com/" -license=('GPL2') -depends=("fcitx>=4.2.7" "gtk3" "iso-codes") -optdepends=('fcitx-qt4: for some configuration windows') -makedepends=("cmake") -source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") - -build() { - cd "$srcdir/$pkgname-$pkgver" - msg "Starting make..." - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX=/usr .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install -} - -sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2') -- cgit v1.2.3-54-g00ecf