[arch-commits] Commit in (5 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 2 02:41:53 UTC 2013


    Date: Tuesday, July 2, 2013 @ 04:41:53
  Author: fyan
Revision: 93334

addpkg: ibus-kkc 1.5.14-2

Added:
  ibus-kkc/
  ibus-kkc/repos/
  ibus-kkc/trunk/
  ibus-kkc/trunk/ChangeLog
  ibus-kkc/trunk/PKGBUILD

-----------+
 ChangeLog |   14 ++++++++++++++
 PKGBUILD  |   28 ++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

Added: ibus-kkc/trunk/ChangeLog
===================================================================
--- ibus-kkc/trunk/ChangeLog	                        (rev 0)
+++ ibus-kkc/trunk/ChangeLog	2013-07-02 02:41:53 UTC (rev 93334)
@@ -0,0 +1,14 @@
+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

Added: ibus-kkc/trunk/PKGBUILD
===================================================================
--- ibus-kkc/trunk/PKGBUILD	                        (rev 0)
+++ ibus-kkc/trunk/PKGBUILD	2013-07-02 02:41:53 UTC (rev 93334)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at 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
+}




More information about the arch-commits mailing list