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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 7 08:16:14 UTC 2013


    Date: Sunday, July 7, 2013 @ 10:16:13
  Author: fyan
Revision: 93607

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 93606, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-testing-x86_64/
  ibus-kkc/repos/community-testing-x86_64/PKGBUILD
    (from rev 93606, ibus-kkc/trunk/PKGBUILD)

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

Copied: ibus-kkc/repos/community-testing-i686/PKGBUILD (from rev 93606, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-07 08:16:13 UTC (rev 93607)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+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"
+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
+}
+
+md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')

Copied: ibus-kkc/repos/community-testing-x86_64/PKGBUILD (from rev 93606, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-07 08:16:13 UTC (rev 93607)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+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"
+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
+}
+
+md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')




More information about the arch-commits mailing list