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

Jan Steffens heftig at archlinux.org
Tue Sep 12 21:01:43 UTC 2017


    Date: Tuesday, September 12, 2017 @ 21:01:42
  Author: heftig
Revision: 305379

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  json-glib/repos/gnome-unstable-i686/PKGBUILD
    (from rev 305378, json-glib/trunk/PKGBUILD)
  json-glib/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 305378, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/gnome-unstable-i686/PKGBUILD
  json-glib/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |   84 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   44 --------------------
 gnome-unstable-x86_64/PKGBUILD |   44 --------------------
 3 files changed, 84 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-09-12 21:00:32 UTC (rev 305378)
+++ gnome-unstable-i686/PKGBUILD	2017-09-12 21:01:42 UTC (rev 305379)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=json-glib
-pkgver=1.3.2
-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=730cc7f4f69913eb1702fd2a52229d678d1e8c90  # tags/1.3.2^0
-source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib \
-    -Denable-gtk-doc=true \
-    -Denable-man=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test || [[ $CARCH == i686 ]]
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: json-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 305378, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-12 21:01:42 UTC (rev 305379)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.4.2
+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=68e90dafac7022fc467bac8d2dd04d3f8a5a88a7  # tags/1.4.2^0
+source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+    --libexecdir=/usr/lib -Ddocs=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-09-12 21:00:32 UTC (rev 305378)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-12 21:01:42 UTC (rev 305379)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=json-glib
-pkgver=1.3.2
-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=730cc7f4f69913eb1702fd2a52229d678d1e8c90  # tags/1.3.2^0
-source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib \
-    -Denable-gtk-doc=true \
-    -Denable-man=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test || [[ $CARCH == i686 ]]
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: json-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305378, json-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-12 21:01:42 UTC (rev 305379)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.4.2
+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=68e90dafac7022fc467bac8d2dd04d3f8a5a88a7  # tags/1.4.2^0
+source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+    --libexecdir=/usr/lib -Ddocs=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list