summaryrefslogtreecommitdiff
path: root/community/fcitx-unikey/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-22 04:07:34 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-22 04:07:34 +0000
commitef10ee9c3c1ff0f85ad53ccc313248f51a2fa69e (patch)
treebdaf199c18cd32db7c3d64a97502d478f0a6ff85 /community/fcitx-unikey/PKGBUILD
parentedccd68090c8cf14c72ff7dd7f941bded787479a (diff)
Thu May 22 04:02:47 UTC 2014
Diffstat (limited to 'community/fcitx-unikey/PKGBUILD')
-rw-r--r--community/fcitx-unikey/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD
index c2c3599ff..c9a37d70f 100644
--- a/community/fcitx-unikey/PKGBUILD
+++ b/community/fcitx-unikey/PKGBUILD
@@ -1,31 +1,29 @@
-# $Id: PKGBUILD 98587 2013-10-14 15:13:19Z fyan $
+# $Id: PKGBUILD 111638 2014-05-21 15:57:53Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-unikey
-pkgver=0.2.3
+pkgver=0.2.4
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')
+depends=('fcitx')
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
+ cd ${pkgname}-${pkgver}
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
make
}
package() {
- cd "$srcdir/${pkgname}-${pkgver}/build"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
-sha512sums=('5826022312ad307d8a070cd3ab77a206a5f73d6ce5337cdac4c75ec9a436b055ca0e28fcc7baf2f1512b2cb92c779002a8fc41ac01cdedc3dc669355d825a0aa')
+sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')