summaryrefslogtreecommitdiff
path: root/community/fcitx-kkc
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-kkc
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fcitx-kkc')
-rw-r--r--community/fcitx-kkc/PKGBUILD32
-rw-r--r--community/fcitx-kkc/fcitx-kkc.install11
2 files changed, 0 insertions, 43 deletions
diff --git a/community/fcitx-kkc/PKGBUILD b/community/fcitx-kkc/PKGBUILD
deleted file mode 100644
index ede7a106b..000000000
--- a/community/fcitx-kkc/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libkkc"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx>=4.2.8' 'libkkc>=0.2.3' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-
-build(){
- cd "$srcdir/${pkgname}-${pkgver}"
- rm -rf build
- mkdir build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package ()
-{
- cd "$srcdir/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('c86a48f9e7a1e9de16b0919e5413fc9d')
diff --git a/community/fcitx-kkc/fcitx-kkc.install b/community/fcitx-kkc/fcitx-kkc.install
deleted file mode 100644
index 6b1b64bdd..000000000
--- a/community/fcitx-kkc/fcitx-kkc.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
-}