summaryrefslogtreecommitdiff
path: root/community/ibus-kkc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ibus-kkc
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ibus-kkc')
-rw-r--r--community/ibus-kkc/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/ibus-kkc/PKGBUILD b/community/ibus-kkc/PKGBUILD
deleted file mode 100644
index 01828f655..000000000
--- a/community/ibus-kkc/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=ibus-kkc
-pkgver=1.5.16
-pkgrel=1
-pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')