jsonrpc-glib: update to 3.32.0.
This commit is contained in:
parent
8ea00d8c6d
commit
b78821b1b3
2 changed files with 4 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
|||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 12f8e32..3366e96 100644
|
||||
--- src/meson.build
|
||||
+++ src/meson.build
|
||||
@@ -79,7 +79,10 @@ if get_option('with_introspection')
|
||||
install: true,
|
||||
install_dir_gir: girdir,
|
||||
install_dir_typelib: typelibdir,
|
||||
- extra_args: [ '--c-include=jsonrpc-glib.h' ],
|
||||
+ extra_args: [
|
||||
+ '--c-include=jsonrpc-glib.h',
|
||||
+ '-DJSONRPC_GLIB_COMPILATION',
|
||||
+ ],
|
||||
)
|
||||
|
||||
if get_option('with_vapi')
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'jsonrpc-glib'
|
||||
pkgname=jsonrpc-glib
|
||||
version=3.30.1
|
||||
version=3.32.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 $(vopt_if vala 'vala') glib-devel"
|
||||
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')"
|
||||
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-30/NEWS"
|
||||
changelog="https://raw.githubusercontent.com/GNOME/jsonrpc-glib/jsonrpc-glib-3-32/NEWS"
|
||||
distfiles="${GNOME_SITE}/jsonrpc-glib/${version%.*}/jsonrpc-glib-${version}.tar.xz"
|
||||
checksum=b675ce6f414fb8fc9eeed1ad340dc6d08fc329ed67af927bb0fa6a5d7d731dc7
|
||||
checksum=bc60aa36c8bdc9c701ad490508445633a9f3973ae0bd5bdd0633d5f6ffeea6eb
|
||||
|
||||
build_options="gir vala"
|
||||
|
||||
|
|
Loading…
Reference in a new issue