json-glib: 1.9.2 → 1.10.0

https://gitlab.gnome.org/GNOME/json-glib/-/compare/1.9.2...1.10.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-09 13:37:57 +00:00
parent 1d45815ab2
commit 092772ee66
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -20,14 +20,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "json-glib"; pname = "json-glib";
version = "1.9.2"; version = "1.10.0";
outputs = [ "out" "dev" "installedTests" ] outputs = [ "out" "dev" "installedTests" ]
++ lib.optional withIntrospection "devdoc"; ++ lib.optional withIntrospection "devdoc";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "j58E4ARb2oKv/UZO5XV5ZgD+KQFLgXOSo7cs6y0QxZU="; sha256 = "G8qNZtlhBuzBR98xM7laW7eE8fpvFdBt18Go+0oQr3s=";
}; };
patches = [ patches = [

View File

@ -19,9 +19,9 @@ index 5a96998..383aa6c 100644
--- a/meson_options.txt --- a/meson_options.txt
+++ b/meson_options.txt +++ b/meson_options.txt
@@ -13,3 +13,6 @@ option('tests', @@ -13,3 +13,6 @@ option('tests',
option('nls', option('installed_tests',
type: 'feature', value: 'auto', yield: true, type: 'boolean', value: true,
description: 'Enable native language support (translations)') description: 'Enable installed tests')
+option('installed_test_prefix', +option('installed_test_prefix',
+ description: 'Prefix for installed tests', + description: 'Prefix for installed tests',
+ type: 'string') + type: 'string')