Github messages for voidlinux
 help / color / mirror / Atom feed
From: ev-ermakov <ev-ermakov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] json-glib: update to 1.6.0
Date: Tue, 13 Oct 2020 07:23:02 +0200	[thread overview]
Message-ID: <20201013052302.tbEAiFJ_FViJhC1yhUqcDpjZXgsMYN_ezIduC1g9Shs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25503@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

There is an updated pull request by ev-ermakov against master on the void-packages repository

https://github.com/ev-ermakov/void-packages json-glib-1.6.0
https://github.com/void-linux/void-packages/pull/25503

[WIP] json-glib: update to 1.6.0
By the way, should I update `common/shlibs` as well? Currently, the corresponding entry looks like this:
```
libjson-glib-1.0.so.0 json-glib-0.12.2_1
```

A patch file from https://github.com/void-linux/void-packages/pull/25503.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-json-glib-1.6.0-25503.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]

From 36b49fe35fea2c1ac87d7e9be6abf823cbf3e603 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 11 Oct 2020 13:15:31 +1100
Subject: [PATCH] json-glib: update to 1.6.0

---
 srcpkgs/json-glib/template | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/json-glib/template b/srcpkgs/json-glib/template
index 0fbdb69905c..77b9a4164d0 100644
--- a/srcpkgs/json-glib/template
+++ b/srcpkgs/json-glib/template
@@ -1,22 +1,28 @@
 # Template file for 'json-glib'
 pkgname=json-glib
-version=1.4.4
-revision=3
+version=1.6.0
+revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir true false)"
-hostmakedepends="pkg-config glib-devel"
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
+ -Dgtk_doc=$(vopt_if gtk_doc enabled disabled)"
+hostmakedepends="pkg-config glib-devel $(vopt_if gtk_doc gtk-doc)"
 makedepends="libglib-devel"
 short_desc="JSON parser for GLib-based libraries and applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/JsonGlib"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47
+checksum=0d7c67602c4161ea7070fab6c5823afd9bd7f7bc955f652a50d3753b08494e73
 
 # Package build options
-build_options="gir"
+build_options="gir gtk_doc"
 build_options_default="gir"
+desc_option_gtk_doc="Build GTK Documentation with gtk-doc"
+
+if [ -z "$CROSS_BUILD" ]; then
+	build_options_default+=" gtk_doc"
+fi
 
 json-glib-devel_package() {
 	depends="libglib-devel ${sourcepkg}-${version}_${revision}"

  parent reply	other threads:[~2020-10-13  5:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-11  2:29 [PR PATCH] " ev-ermakov
2020-10-11  4:00 ` ev-ermakov
2020-10-11  9:22 ` [PR PATCH] [Updated] [WIP] " ev-ermakov
2020-10-11 19:46 ` ev-ermakov
2020-10-11 22:00 ` q66
2020-10-11 23:02 ` pullmoll
2020-10-13  4:00 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-13  4:10 ` ev-ermakov
2020-10-13  5:11 ` ev-ermakov
2020-10-13  5:12 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-13  5:23 ` ev-ermakov [this message]
2020-10-13  6:05 ` ericonr
2020-10-13  6:05 ` ericonr
2020-10-13  6:14 ` ev-ermakov
2020-10-13 22:31 ` ericonr
2020-11-09 18:02 ` ev-ermakov
2020-11-09 18:02 ` [PR PATCH] [Closed]: " ev-ermakov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201013052302.tbEAiFJ_FViJhC1yhUqcDpjZXgsMYN_ezIduC1g9Shs@z \
    --to=ev-ermakov@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).