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

Jan Steffens heftig at archlinux.org
Mon Mar 13 17:47:49 UTC 2017


    Date: Monday, March 13, 2017 @ 17:47:48
  Author: heftig
Revision: 290797

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  json-glib/repos/extra-i686/PKGBUILD
    (from rev 290796, json-glib/trunk/PKGBUILD)
  json-glib/repos/extra-x86_64/PKGBUILD
    (from rev 290796, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-i686/PKGBUILD
  json-glib/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   41 ----------------------
 extra-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 86 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-13 17:46:37 UTC (rev 290796)
+++ extra-i686/PKGBUILD	2017-03-13 17:47:48 UTC (rev 290797)
@@ -1,41 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 290796, json-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-13 17:47:48 UTC (rev 290797)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.2.6+7+gf98d547
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+url="https://wiki.gnome.org/Projects/JsonGlib"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=f98d547d78ad294894cf8dfff5b0de1aa550bea7  # master
+source=("git+https://git.gnome.org/browse/json-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  export LANG=en_US.UTF-8
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+    -Denable-gtk-doc=true -Denable-man=true
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-13 17:46:37 UTC (rev 290796)
+++ extra-x86_64/PKGBUILD	2017-03-13 17:47:48 UTC (rev 290797)
@@ -1,41 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 290796, json-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-13 17:47:48 UTC (rev 290797)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.2.6+7+gf98d547
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+url="https://wiki.gnome.org/Projects/JsonGlib"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=f98d547d78ad294894cf8dfff5b0de1aa550bea7  # master
+source=("git+https://git.gnome.org/browse/json-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  export LANG=en_US.UTF-8
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+    -Denable-gtk-doc=true -Denable-man=true
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list