From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/fcitx-unikey/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 community/fcitx-unikey/PKGBUILD (limited to 'community/fcitx-unikey/PKGBUILD') diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD new file mode 100644 index 000000000..534347d63 --- /dev/null +++ b/community/fcitx-unikey/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 94198 2013-07-16 16:15:47Z fyan $ +# Maintainer: Felix Yan + +pkgname=fcitx-unikey +pkgver=0.2.2 +pkgrel=1 +pkgdesc="Fcitx Wrapper for unikey" +arch=('i686' 'x86_64') +url="http://code.google.com/p/fcitx" +license=('GPL') +depends=('fcitx>=4.2.8') +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=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb') -- cgit v1.2.3-54-g00ecf