~ruther/guix-local

2a5ab42e — Liliana Marie Prikler 1 year, 9 months ago
gnu: gst-editing-services: Fix build.

* gnu/packages/patches/gst-editing-services-fix-api.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gstreamer.scm (gst-editing-services): Use it here.
19d906f8 — Liliana Marie Prikler 1 year, 9 months ago
gnu: gst-plugins-bad: Disable failing test.

* gnu/packages/gstreamer.scm (gst-plugins-bad): Disable elements/mxfdemux test.
eef3e925 — Liliana Marie Prikler 1 year, 9 months ago
gnu: gjs: Fix build.

* gnu/packages/patches/gjs-fix-closure-annotations.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gjs)[patches]: Use it here.
60561747 — Liliana Marie Prikler 1 year, 9 months ago
gnu: json-glib: Update to 1.10.0.

* gnu/packages/gnome.scm (json-glib-minimal): Update to 1.10.0.
[#:configure-flags]: Add “-Dman=false”.
(json-glib)[inputs]: Add python-docutils.
dae7f8b8 — Liliana Marie Prikler 1 year, 9 months ago
gnu: python-pygobject: Update to 3.50.0.

* gnu/packages/glib.scm (python-pygobject): Update to 3.50.0.
(python-pygobject-3.48): Delete variable.
* gnu/packages/gstreamer.scm (python-gst): Adjust accordingly.
e2890808 — Liliana Marie Prikler 1 year, 10 months ago
gnu: cairo: Update to 1.18.2.

* gnu/packages/gtk.scm (cairo): Update to 1.18.2.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
200cbecb — Liliana Marie Prikler 1 year, 10 months ago
gnu: bootstrap glib and gobject against each other.

As of GLib 2.82, introspection data in GLib is built as part of the package,
requiring gobject-introspection.

* gnu/packages/gnome.scm (glib-minimal, gobject-introspection-minimal): New
variables.
(glib): Use gobject-introspection-minimal for bootstrap.
(gobject-introspection-minimal): Use glib-minimal for bootstrap.
(gobject-introspection): Fix propagations.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
17d98033 — Liliana Marie Prikler 1 year, 10 months ago
gnu: gobject-introspection: Update to 1.82.0.

* gnu/packages/glib.scm (gobject-introspection): Update to 1.82.0.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
aa4eeaaf — Liliana Marie Prikler 1 year, 11 months ago
gnu: glib: Update to 2.82.1.

* gnu/packages/glib.scm (glib): Update to 2.82.1.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2a609ee4 — Liliana Marie Prikler 1 year, 10 months ago
gnu: libadwaita: Update to 1.6.0.

* gnu/packages/gnome.scm (libadwaita): Update to 1.6.0.
1e1b3dbe — Liliana Marie Prikler 1 year, 10 months ago
gnu: gtk: Update to 4.16.1.

* gnu/packages/gtk.scm (gtk): Update to 4.16.1.
[arguments]<#:configure-flags>: Replace “-Dgtk_doc=…” with
“-Ddocumentation=true”.
<#:test-options>: Add “--no-suite=needs-udmabuf”.
<#:phases>: Adjust patches for failing tests.
56af9e3a — Liliana Marie Prikler 1 year, 10 months ago
gnu: network-manager: Update to 1.48.2.

* gnu/packages/gnome.scm (network-manager): Update to 1.48.2.
[source]: Drop “network-manager-meson.patch”.
* gnu/packages/patches/network-manager-meson.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
9b8ef0ab — Liliana Marie Prikler 1 year, 10 months ago
gnu: telepathy-glib: Fix build.

* gnu/packages/patches/telepathy-glib-fix-test.patch: New file.
* gnu/packages/glib.scm (telepathy-glib)[patches]: Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
94000d86 — Liliana Marie Prikler 1 year, 11 months ago
gnu: gnome-remote-desktop: Update to 46.3.

* gnu/packages/gnome.scm (gnome-remote-desktop): Update to 46.3.
[#:configure-flags]: Drop “-Dfdk_aac=false”.
[#:phases]: Drop ‘shorten-vnc-test’.
[inputs]: Add libei and wireplumber.
[native-inputs]: Add xdg-desktop-portal-gnome.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
72911bdf — Liliana Marie Prikler 1 year, 11 months ago
gnu: mutter: Update to 46.4.

* gnu/packages/gnome.scm (mutter): Update to 46.4.
[#:configure-flags]: Update accordingly.
[native-inputs]: Add libei.
[inputs]: Add linux-libre-headers-6.1.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
befcd281 — Liliana Marie Prikler 1 year, 11 months ago
gnu: sysprof: Propagate libdex.

* gnu/packages/gnome.scm (sysprof)[inputs]: Move libdex from here…
[propagated-inputs]: … to here.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1307b905 — Liliana Marie Prikler 1 year, 11 months ago
gnu: xdg-desktop-portal-gnome: Update to 46.2.

* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): Update to 46.2.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
585ab06e — Liliana Marie Prikler 1 year, 11 months ago
gnu: Add libei.

* gnu/packages/freedesktop.scm (libei): New variable.

Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
cdf4908c — Vivien Kraus 2 years ago
gnu: Add munit.

* gnu/packages/check.scm (munit): New variable.

Change-Id: I193e55ef4ceec1d62f595dd779f7b3d76154fad4
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
0c1cfca4 — Liliana Marie Prikler 1 year, 11 months ago
gnu: gdm: Update to 46.2.

* gnu/packages/gnome.scm (gdm): Update to 46.2.
[source]: Drop “gdm-elogind-support.patch”.
[#:phases]<pre-configure>: Fix handling of dconf.
[inputs]: Sort.  Add json-glib.
* gnu/packages/patches/gdm-elogind-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Next