[arch-commits] Commit in libskk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 22 07:11:16 UTC 2018


    Date: Saturday, September 22, 2018 @ 07:11:15
  Author: felixonmars
Revision: 383990

archrelease: copy trunk to community-x86_64

Added:
  libskk/repos/community-x86_64/PKGBUILD
    (from rev 383989, libskk/trunk/PKGBUILD)
Deleted:
  libskk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-22 07:10:56 UTC (rev 383989)
+++ PKGBUILD	2018-09-22 07:11:15 UTC (rev 383990)
@@ -1,34 +0,0 @@
-# $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:

Copied: libskk/repos/community-x86_64/PKGBUILD (from rev 383989, libskk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-22 07:11:15 UTC (rev 383990)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eagletmt <eagletmt at gmail.com>
+# Contributor: kusanaginoturugi <kusanaginoturugi at gmail.com>
+
+pkgname=libskk
+pkgver=1.0.5
+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' 'libxkbcommon' 'json-glib')
+makedepends=('intltool' 'gnome-common' 'gobject-introspection' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ueno/libskk/archive/$pkgver.tar.gz")
+sha512sums=('50b07b244e1fbec13764ca00b90ede2584c53dd5c16783c9bb9114f69f43dbebd352653f335f1c3584b8c42ef4184e891e0ca7427c38afc99131196721e1c1c1')
+
+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