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

Felix Yan fyan at archlinux.org
Wed Aug 13 04:52:06 UTC 2014


    Date: Wednesday, August 13, 2014 @ 06:52:06
  Author: fyan
Revision: 117337

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

Added:
  libskk/repos/community-testing-i686/
  libskk/repos/community-testing-i686/PKGBUILD
    (from rev 117336, libskk/trunk/PKGBUILD)
  libskk/repos/community-testing-x86_64/
  libskk/repos/community-testing-x86_64/PKGBUILD
    (from rev 117336, libskk/trunk/PKGBUILD)

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

Copied: libskk/repos/community-testing-i686/PKGBUILD (from rev 117336, libskk/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-13 04:52:06 UTC (rev 117337)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: eagletmt <eagletmt at gmail.com>
+# Contributor: kusanaginoturugi <kusanaginoturugi at gmail.com>
+
+pkgname=libskk
+pkgver=1.0.1
+pkgrel=3
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion method'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee' 'json-glib')
+makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
+source=(git+https://github.com/ueno/libskk.git#tag=$pkgver
+        https://github.com/ueno/libskk/commit/024a258817ac98d28375ae4c7b4839b346919ce4.patch)
+md5sums=('SKIP'
+         'e784c8973f86e388b2d2fad8e4263166')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../024a258817ac98d28375ae4c7b4839b346919ce4.patch
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libskk/repos/community-testing-x86_64/PKGBUILD (from rev 117336, libskk/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-13 04:52:06 UTC (rev 117337)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: eagletmt <eagletmt at gmail.com>
+# Contributor: kusanaginoturugi <kusanaginoturugi at gmail.com>
+
+pkgname=libskk
+pkgver=1.0.1
+pkgrel=3
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion method'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee' 'json-glib')
+makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
+source=(git+https://github.com/ueno/libskk.git#tag=$pkgver
+        https://github.com/ueno/libskk/commit/024a258817ac98d28375ae4c7b4839b346919ce4.patch)
+md5sums=('SKIP'
+         'e784c8973f86e388b2d2fad8e4263166')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../024a258817ac98d28375ae4c7b4839b346919ce4.patch
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list