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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 2 02:45:01 UTC 2013


    Date: Tuesday, July 2, 2013 @ 04:45:00
  Author: fyan
Revision: 93335

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

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

------------------------------------+
 community-testing-i686/ChangeLog   |   14 ++++++++++++++
 community-testing-i686/PKGBUILD    |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/ChangeLog |   14 ++++++++++++++
 community-testing-x86_64/PKGBUILD  |   28 ++++++++++++++++++++++++++++
 4 files changed, 84 insertions(+)

Copied: ibus-kkc/repos/community-testing-i686/ChangeLog (from rev 93334, ibus-kkc/trunk/ChangeLog)
===================================================================
--- community-testing-i686/ChangeLog	                        (rev 0)
+++ community-testing-i686/ChangeLog	2013-07-02 02:45:00 UTC (rev 93335)
@@ -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

Copied: ibus-kkc/repos/community-testing-i686/PKGBUILD (from rev 93334, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-02 02:45:00 UTC (rev 93335)
@@ -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
+}

Copied: ibus-kkc/repos/community-testing-x86_64/ChangeLog (from rev 93334, ibus-kkc/trunk/ChangeLog)
===================================================================
--- community-testing-x86_64/ChangeLog	                        (rev 0)
+++ community-testing-x86_64/ChangeLog	2013-07-02 02:45:00 UTC (rev 93335)
@@ -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

Copied: ibus-kkc/repos/community-testing-x86_64/PKGBUILD (from rev 93334, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-02 02:45:00 UTC (rev 93335)
@@ -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