summaryrefslogtreecommitdiff
path: root/community/fcitx-unikey
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fcitx-unikey
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fcitx-unikey')
-rw-r--r--community/fcitx-unikey/PKGBUILD31
-rw-r--r--community/fcitx-unikey/fcitx-unikey.install11
2 files changed, 0 insertions, 42 deletions
diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD
deleted file mode 100644
index 534347d63..000000000
--- a/community/fcitx-unikey/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 94198 2013-07-16 16:15:47Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-
-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')
diff --git a/community/fcitx-unikey/fcitx-unikey.install b/community/fcitx-unikey/fcitx-unikey.install
deleted file mode 100644
index 6b1b64bdd..000000000
--- a/community/fcitx-unikey/fcitx-unikey.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}