[arch-commits] Commit in json-glib/repos (4 files)
Jan de Groot
jgc at archlinux.org
Tue Sep 20 11:55:42 UTC 2016
Date: Tuesday, September 20, 2016 @ 11:55:41
Author: jgc
Revision: 276748
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
json-glib/repos/gnome-unstable-i686/
json-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 276747, json-glib/trunk/PKGBUILD)
json-glib/repos/gnome-unstable-x86_64/
json-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276747, json-glib/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: json-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 276747, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-09-20 11:55:41 UTC (rev 276748)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.2.2+4+gd725fb5
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/JsonGlib"
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+_commit=d725fb511b646521213474bc9dadc4d5a3a1cf9c
+source=("git://git.gnome.org/json-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build(){
+ cd $pkgname
+ ./configure --prefix=/usr --enable-gtk-doc
+ make
+}
+
+package(){
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
+
+check(){
+ cd $pkgname
+ make check
+}
Copied: json-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276747, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-20 11:55:41 UTC (rev 276748)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.2.2+4+gd725fb5
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/JsonGlib"
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+_commit=d725fb511b646521213474bc9dadc4d5a3a1cf9c
+source=("git://git.gnome.org/json-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build(){
+ cd $pkgname
+ ./configure --prefix=/usr --enable-gtk-doc
+ make
+}
+
+package(){
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
+
+check(){
+ cd $pkgname
+ make check
+}
More information about the arch-commits
mailing list