[arch-commits] Commit in json-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Sep 17 18:53:23 UTC 2020


    Date: Thursday, September 17, 2020 @ 18:53:22
  Author: heftig
Revision: 396236

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-17 18:52:43 UTC (rev 396235)
+++ PKGBUILD	2020-09-17 18:53:22 UTC (rev 396236)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=json-glib
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="JSON library built on GLib"
-url="https://wiki.gnome.org/Projects/JsonGlib"
-arch=(x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gobject-introspection git gtk-doc meson)
-_commit=700a8bc414991d35ff3f79607547d4beedac8629  # tags/1.4.4^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() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 396235, json-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-17 18:53:22 UTC (rev 396236)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=json-glib
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+url="https://wiki.gnome.org/Projects/JsonGlib"
+arch=(x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+provides=(libjson-glib-1.0.so)
+_commit=760a2ef2f5a505c576a6bb7a88a0a109f8108a49  # tags/1.6.0^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() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D man=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}



More information about the arch-commits mailing list