summaryrefslogtreecommitdiff
path: root/community/ibus-kkc/PKGBUILD
blob: d9d9a5a077a3a7077ba581a1431d3874599b0b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>

pkgname=ibus-kkc
pkgver=1.5.14
pkgrel=2
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')
changelog=ChangeLog
source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
sha1sums=('9396521d85501757dd42c64f92e52a2e5f514872')

build() {
  cd "${pkgname}-${pkgver}"
  # VALAC=/usr/bin/valac-0.18 \
  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
  make
}

package() {
  cd "${pkgname}-${pkgver}"
  make DESTDIR="$pkgdir" install
}