[arch-commits] Commit in libkkc/repos (6 files)
Felix Yan
fyan at nymeria.archlinux.org
Tue Jul 2 02:17:53 UTC 2013
Date: Tuesday, July 2, 2013 @ 04:17:53
Author: fyan
Revision: 93332
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
libkkc/repos/community-testing-i686/
libkkc/repos/community-testing-i686/ChangeLog
(from rev 93331, libkkc/trunk/ChangeLog)
libkkc/repos/community-testing-i686/PKGBUILD
(from rev 93331, libkkc/trunk/PKGBUILD)
libkkc/repos/community-testing-x86_64/
libkkc/repos/community-testing-x86_64/ChangeLog
(from rev 93331, libkkc/trunk/ChangeLog)
libkkc/repos/community-testing-x86_64/PKGBUILD
(from rev 93331, libkkc/trunk/PKGBUILD)
------------------------------------+
community-testing-i686/ChangeLog | 26 ++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-testing-x86_64/ChangeLog | 26 ++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
4 files changed, 118 insertions(+)
Copied: libkkc/repos/community-testing-i686/ChangeLog (from rev 93331, libkkc/trunk/ChangeLog)
===================================================================
--- community-testing-i686/ChangeLog (rev 0)
+++ community-testing-i686/ChangeLog 2013-07-02 02:17:53 UTC (rev 93332)
@@ -0,0 +1,26 @@
+2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.4-1
+ - upstream update
+
+2013-05-29 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-4
+ - Fix makedepends (s/python2/marisa-python2/)
+ - Add to install docs
+
+2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-3
+ - Fix dependency (libgee-0.6 -> libgee06 [extra])
+
+2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-2
+ - Fix dependency (move some of makedepends into depends)
+
+2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-1
+ - Initial release on AUR
+
Copied: libkkc/repos/community-testing-i686/PKGBUILD (from rev 93331, libkkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-02 02:17:53 UTC (rev 93332)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.2.4
+pkgrel=2
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('28bafb612f8176735f02bd6f49581e072700af4e')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ #VALAC=/usr/bin/valac-0.18 \
+ 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-testing-x86_64/ChangeLog (from rev 93331, libkkc/trunk/ChangeLog)
===================================================================
--- community-testing-x86_64/ChangeLog (rev 0)
+++ community-testing-x86_64/ChangeLog 2013-07-02 02:17:53 UTC (rev 93332)
@@ -0,0 +1,26 @@
+2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.4-1
+ - upstream update
+
+2013-05-29 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-4
+ - Fix makedepends (s/python2/marisa-python2/)
+ - Add to install docs
+
+2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-3
+ - Fix dependency (libgee-0.6 -> libgee06 [extra])
+
+2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-2
+ - Fix dependency (move some of makedepends into depends)
+
+2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc 0.2.3-1
+ - Initial release on AUR
+
Copied: libkkc/repos/community-testing-x86_64/PKGBUILD (from rev 93331, libkkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-07-02 02:17:53 UTC (rev 93332)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.2.4
+pkgrel=2
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('28bafb612f8176735f02bd6f49581e072700af4e')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ #VALAC=/usr/bin/valac-0.18 \
+ 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