mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
jsonrpc-glib: update to 3.30.0.
This commit is contained in:
parent
da03358c4b
commit
eab7f02d17
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'jsonrpc-glib'
|
# Template file for 'jsonrpc-glib'
|
||||||
pkgname=jsonrpc-glib
|
pkgname=jsonrpc-glib
|
||||||
version=3.28.1
|
version=3.30.0
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
||||||
-Dwith_introspection=$(vopt_if gir true false)"
|
-Dwith_introspection=$(vopt_if gir true false)"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala') glib-devel"
|
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala') glib-devel"
|
||||||
makedepends="glib-devel json-glib-devel"
|
makedepends="libglib-devel json-glib-devel"
|
||||||
short_desc="Library to communicate using the JSON-RPC 2.0 specification"
|
short_desc="Library to communicate using the JSON-RPC 2.0 specification"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Builder"
|
homepage="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
|
||||||
changelog="https://raw.githubusercontent.com/GNOME/jsonrpc-glib/jsonrpc-glib-3-28/NEWS"
|
changelog="https://raw.githubusercontent.com/GNOME/jsonrpc-glib/jsonrpc-glib-3-30/NEWS"
|
||||||
distfiles="${GNOME_SITE}/jsonrpc-glib/${version%.*}/jsonrpc-glib-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/jsonrpc-glib/${version%.*}/jsonrpc-glib-${version}.tar.xz"
|
||||||
checksum=cf2ac25944c3990904d63999deea3add38d99ea2fad16f335a996fd9a8706e2b
|
checksum=841780eb93f0ad3e79a6bda61e803210bdddf21648afac9403d0bfd4e814fb7c
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue