[arch-commits] Commit in libskk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 26 19:13:59 UTC 2017
Date: Sunday, November 26, 2017 @ 19:13:58
Author: felixonmars
Revision: 269006
archrelease: copy trunk to community-x86_64
Added:
libskk/repos/community-x86_64/PKGBUILD
(from rev 269005, libskk/trunk/PKGBUILD)
Deleted:
libskk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-26 19:13:36 UTC (rev 269005)
+++ PKGBUILD 2017-11-26 19:13:58 UTC (rev 269006)
@@ -1,34 +0,0 @@
-# $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.2
-pkgrel=1
-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)
-md5sums=('SKIP')
-
-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-x86_64/PKGBUILD (from rev 269005, libskk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-26 19:13:58 UTC (rev 269006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eagletmt <eagletmt at gmail.com>
+# Contributor: kusanaginoturugi <kusanaginoturugi at gmail.com>
+
+pkgname=libskk
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion method'
+arch=('x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee' 'json-glib')
+makedepends=('intltool' 'gnome-common' 'gobject-introspection' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ueno/libskk/archive/$pkgver.tar.gz")
+sha512sums=('f990e385cb2e04a4f4f34bd0a0b18f7b4da84a3845a4552a8e21aa5db0b0c4aef377cf92eb6c00cf9135689a40f6f1c4a3b92de415d65a4508f3eb5f420e7456')
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list