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

Felix Yan fyan at archlinux.org
Sun Oct 4 03:37:37 UTC 2015


    Date: Sunday, October 4, 2015 @ 05:37:36
  Author: fyan
Revision: 142910

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

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

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ---------------------
 community-x86_64/PKGBUILD |   26 ---------------------
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-04 03:37:01 UTC (rev 142909)
+++ community-i686/PKGBUILD	2015-10-04 03:37:36 UTC (rev 142910)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=ibus-kkc
-pkgver=1.5.21
-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)
-sha512sums=('528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 142909, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-04 03:37:36 UTC (rev 142910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+pkgver=1.5.22
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://github.com/ueno/ibus-kkc"
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://github.com/ueno/ibus-kkc/releases/download/v$pkgver/ibus-kkc-$pkgver.tar.gz)
+sha512sums=('767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-04 03:37:01 UTC (rev 142909)
+++ community-x86_64/PKGBUILD	2015-10-04 03:37:36 UTC (rev 142910)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=ibus-kkc
-pkgver=1.5.21
-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)
-sha512sums=('528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 142909, ibus-kkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-04 03:37:36 UTC (rev 142910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=ibus-kkc
+pkgver=1.5.22
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://github.com/ueno/ibus-kkc"
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://github.com/ueno/ibus-kkc/releases/download/v$pkgver/ibus-kkc-$pkgver.tar.gz)
+sha512sums=('767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./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