diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-11 20:34:23 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:05 +0100 |
| commit | cb6be79550ffaa99706c3ca247514ec7624f03c8 (patch) | |
| tree | 49adb9cb284a39c9bc761966b75ee32ef806133d /gnu/packages/gtk.scm | |
| parent | 2ce1fbc5535d3e1305e6d8825bff6130f733f011 (diff) | |
gnu: librest: Update to 0.10.2.
* gnu/packages/gnome.scm (rest): Deprecate in favor of and rename to…
(librest): … this.
Update to 0.10.2.
[build-system]: Switch to meson-build-system.
[arguments]: Convert to list of G-Expressions.
<#:configure-flags>: Adjust accordingly.
[native-inputs]: Add gi-docgen.
[inputs]: Replace libsoup-minimal-2 with libsoup. Ad json-glib.
(gnome-recipes, gnome-online-miners, gnome-initial-setup)
(libzapojit, endeavour, gfbgraph)[inputs]: Replace rest with librest.
(msgraph)[inputs]: Replace rest-next with librest.
(gnome-online-accounts-3.44)[inputs]: Don't replace librest.
* gnu/packages/geo.scm (gnome-maps): Replace rest-next with librest.
* gnu/packages/gtk.scm (gtk+, gtk): Replace rest with librest.
Diffstat (limited to 'gnu/packages/gtk.scm')
| -rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 9d11a3ede9d..454f4b5acb7 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1038,7 +1038,7 @@ application suites.") iso-codes/pinned json-glib-minimal libxml2 - rest)) + librest)) (native-inputs (list docbook-xml-4.3 docbook-xsl @@ -1357,9 +1357,9 @@ application suites.") libgudev ;for gstreamer-gl libjpeg-turbo libpng + librest libtiff python - rest tracker)) ;for filechooser search support (propagated-inputs ;; Following dependencies are referenced in .pc files. |
