summaryrefslogtreecommitdiff
path: root/community/ibus-kkc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-08 01:44:08 -0700
committerroot <root@rshg054.dnsready.net>2013-07-08 01:44:08 -0700
commit5e27fc01b0a9107d2242c70f79f9bd75a5e42c28 (patch)
tree1ac015028d71f02af5d30a805bba810ce7fb26da /community/ibus-kkc
parent455d703ab39bf20f269631adbc2db8e6d74070ea (diff)
Mon Jul 8 01:44:07 PDT 2013
Diffstat (limited to 'community/ibus-kkc')
-rw-r--r--community/ibus-kkc/ChangeLog14
-rw-r--r--community/ibus-kkc/PKGBUILD9
2 files changed, 4 insertions, 19 deletions
diff --git a/community/ibus-kkc/ChangeLog b/community/ibus-kkc/ChangeLog
deleted file mode 100644
index 61358e57e..000000000
--- a/community/ibus-kkc/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.14-1
- - upstream update
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.13-2
- - Fix dependency (Add libkkc)
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.13-1
- - Initial release on AUR
diff --git a/community/ibus-kkc/PKGBUILD b/community/ibus-kkc/PKGBUILD
index d9d9a5a07..dadd66602 100644
--- a/community/ibus-kkc/PKGBUILD
+++ b/community/ibus-kkc/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname=ibus-kkc
-pkgver=1.5.14
-pkgrel=2
+pkgver=1.5.15
+pkgrel=1
pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
arch=('i686' 'x86_64')
url="https://bitbucket.org/libkkc"
@@ -11,13 +11,10 @@ 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
}
@@ -26,3 +23,5 @@ package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}
+
+md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')