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

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


    Date: Sunday, October 4, 2015 @ 05:38:21
  Author: fyan
Revision: 142912

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

Added:
  libkkc/repos/community-i686/PKGBUILD
    (from rev 142911, libkkc/trunk/PKGBUILD)
  libkkc/repos/community-x86_64/PKGBUILD
    (from rev 142911, libkkc/trunk/PKGBUILD)
Deleted:
  libkkc/repos/community-i686/PKGBUILD
  libkkc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-04 03:37:47 UTC (rev 142911)
+++ community-i686/PKGBUILD	2015-10-04 03:38:21 UTC (rev 142912)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-

Copied: libkkc/repos/community-i686/PKGBUILD (from rev 142911, libkkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-04 03:38:21 UTC (rev 142912)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://github.com/ueno/libkkc"
+license=('GPL')
+depends=('marisa' 'json-glib' 'libgee')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://github.com/ueno/libkkc/releases/download/v$pkgver/libkkc-$pkgver.tar.gz)
+sha512sums=('f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-04 03:37:47 UTC (rev 142911)
+++ community-x86_64/PKGBUILD	2015-10-04 03:38:21 UTC (rev 142912)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-

Copied: libkkc/repos/community-x86_64/PKGBUILD (from rev 142911, libkkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-04 03:38:21 UTC (rev 142912)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://github.com/ueno/libkkc"
+license=('GPL')
+depends=('marisa' 'json-glib' 'libgee')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://github.com/ueno/libkkc/releases/download/v$pkgver/libkkc-$pkgver.tar.gz)
+sha512sums=('f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}



More information about the arch-commits mailing list