From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/fcitx-unikey/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 community/fcitx-unikey/PKGBUILD (limited to 'community/fcitx-unikey/PKGBUILD') diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD deleted file mode 100644 index b88acf52c..000000000 --- a/community/fcitx-unikey/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 93372 2013-07-02 09:47:28Z fyan $ -# Maintainer: Felix Yan - -pkgname=fcitx-unikey -pkgver=0.2.1 -pkgrel=1 -pkgdesc="Fcitx Wrapper for unikey" -arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx" -license=('GPL') -depends=('fcitx>=4.2.7') -optdepends=('qt4: To run the fcitx unikey macro editor') -makedepends=('cmake' 'qt4') -source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") -install=fcitx-unikey.install - -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=('8349623c196ec7c4e48e64d07ef551a308f71f2bfc09fcd320bb02854a77370169b94131750dfcf065dd2a9c734c86048f482d0d2f0b210a1834ab77ea3bf1aa') -- cgit v1.2.3-54-g00ecf