Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jsonrpc-glib: update to 3.42.0.
@ 2022-07-24  9:24 paper42
  2022-07-24  9:47 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-07-24  9:24 UTC (permalink / raw)
  To: ml

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

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages jsonrpc-glib-3.42
https://github.com/void-linux/void-packages/pull/38239

jsonrpc-glib: update to 3.42.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonrpc-glib-3.42-38239.patch --]
[-- Type: text/x-diff, Size: 2296 bytes --]

From 285e63f63095a2fb5ba3b3430b7e752019efff67 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 22 Jul 2022 22:26:00 +0200
Subject: [PATCH] jsonrpc-glib: update to 3.42.0.

---
 srcpkgs/jsonrpc-glib/template | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/jsonrpc-glib/template b/srcpkgs/jsonrpc-glib/template
index 8b2fd3c00a7e..4ee57547f9dd 100644
--- a/srcpkgs/jsonrpc-glib/template
+++ b/srcpkgs/jsonrpc-glib/template
@@ -1,26 +1,27 @@
 # Template file for 'jsonrpc-glib'
 pkgname=jsonrpc-glib
-version=3.41.0
+version=3.42.0
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
- -Dwith_introspection=$(vopt_if gir true false)"
-hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')"
+configure_args="$(vopt_bool gtk_doc enable_gtk_doc) $(vopt_bool gir with_vapi)
+ $(vopt_bool gir with_introspection)"
+hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')
+ $(vopt_if gtk_doc gi-docgen)"
 makedepends="libglib-devel json-glib-devel"
 short_desc="Library to communicate using the JSON-RPC 2.0 specification"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
-changelog="https://raw.githubusercontent.com/GNOME/jsonrpc-glib/jsonrpc-glib-3-32/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/jsonrpc-glib/-/raw/main/NEWS"
 distfiles="${GNOME_SITE}/jsonrpc-glib/${version%.*}/jsonrpc-glib-${version}.tar.xz"
-checksum=7c4e6a5b8c3729632cecc312dc1163c4d00243d32e90528e54ec5038a23a7c21
+checksum=221989a57ca82a12467dc427822cd7651b0cad038140c931027bf1074208276b
 
-build_options="gir vala"
-build_options_default="gir vala"
+build_options="gir vala gtk_doc"
+build_options_default="gir vala gtk_doc"
 
 jsonrpc-glib-devel_package() {
-	depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
+	depends="libglib-devel json-glib-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
@@ -32,5 +33,8 @@ jsonrpc-glib-devel_package() {
 		if [ "$build_option_vala" ]; then
 			vmove usr/share/vala
 		fi
+		if [ "$build_option_gtk_doc" ]; then
+			vmove usr/share/doc
+		fi
 	}
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: jsonrpc-glib: update to 3.42.0.
  2022-07-24  9:24 [PR PATCH] jsonrpc-glib: update to 3.42.0 paper42
@ 2022-07-24  9:47 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-07-24  9:47 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

jsonrpc-glib: update to 3.42.0.
https://github.com/void-linux/void-packages/pull/38239

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-24  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24  9:24 [PR PATCH] jsonrpc-glib: update to 3.42.0 paper42
2022-07-24  9:47 ` [PR PATCH] [Merged]: " paper42

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).