[arch-commits] Commit in ibus-kkc/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Dec 16 06:04:16 UTC 2013


    Date: Monday, December 16, 2013 @ 07:04:16
  Author: fyan
Revision: 102590

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  ibus-kkc/repos/community-testing-i686/
  ibus-kkc/repos/community-testing-i686/PKGBUILD
    (from rev 102589, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-testing-x86_64/
  ibus-kkc/repos/community-testing-x86_64/PKGBUILD
    (from rev 102589, ibus-kkc/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: ibus-kkc/repos/community-testing-i686/PKGBUILD (from rev 102589, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-12-16 06:04:16 UTC (rev 102590)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+pkgver=1.5.19
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+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=('4f74557974404e8bf945d964b681516fb42eff204920f582474a7ec9c229bddd8fb38a000ec6a1976bd1d6e3fcbd87a877e04dc35550af1a90fd294ed208b756')

Copied: ibus-kkc/repos/community-testing-x86_64/PKGBUILD (from rev 102589, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-12-16 06:04:16 UTC (rev 102590)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+pkgver=1.5.19
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+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=('4f74557974404e8bf945d964b681516fb42eff204920f582474a7ec9c229bddd8fb38a000ec6a1976bd1d6e3fcbd87a877e04dc35550af1a90fd294ed208b756')




More information about the arch-commits mailing list