* gnu/packages/gnome.scm (gnome-music) [arguments]: Convert to list of G-Expressions.
Change-Id: I5cb724bc66dcfee14958753c0a129add55820db6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
When wrapping gnome-music, GST_PLUGIN_SYSTEM_PATH should not override the
plugins installed by the user.
* gnu/packages/gnome.scm (gnome-music): Update to 44.0.
[#:phases]<wrap-gnome-music>: Update path wrapping.
[inputs]: Add bash-minimal. Replace libsoup-minimal-2 with libsoup.
Change-Id: I9b8ac5ee65618baafc760be8f7ab3132f4d53345
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/gnome.scm (gnome-contacts): Update to 44.0.
[arguments]: Convert to list of G-Expressions.
[#:configure-flags]: Add -Ddocs=false.
[inputs]: Replace evolution-data-server-3.44 with evolution-data-server.
Replace gnome-online-accounts-3.44 with gnome-online-accounts. Remove
libhandy. Add qrencode.
[propagated-inputs]: Replace folks-with-libsoup2 with folks.
Change-Id: Ib2e1f4a8db6877a203a963cb0d36d194bf62f60e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/gnome.scm (folks): Update to 0.15.6.
[#:phase 'skip-gtk-update-icon-cache]: Update for build system change.
Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
It is perfectly reasonable to use sysprof without its UI.
* gnu/packages/gnome.scm (sysprof)[propagated-inputs]: Remove libadwaita.
Change-Id: Ib3291bb9897d7cafb91ed38d303ee25e2e18f507
Fixes: Mutter fails to build <https://logs.guix.gnu.org/guix/2023-11-25.log#163016>
liblzma is present in Requires.private in the pkg-config definition of xmlb.
* gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz.
Change-Id: I7189b47d879561ffd1902079d20054a287ffaf20
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
If the default stemmer language is computed to be "en", such as in a Guix
build container, then the stemmer would not be loaded.
* gnu/packages/patches/appstream-load-stemmer-early.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/freedesktop.scm (appstream) [patches]: Use it here.
[#:phases]<disable-failing-tests>: Remove.
Change-Id: Iddd6ce5887247df46f670c49f9efc66772c82ff0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/gnome.scm (gnome-builder): Update to 44.2.
[#:configure-flags]: Add -Ddocs=true.
[#:phases]<patch-meson>: Also disable gtk-update-icon-cache in meson.build.
Disable test-shortcuts.
<set-home>: New phase.
<pre-check>: Only enable it when tests? is true.
<wrap-typelib>: New phase.
[inputs]: Add d-spy, editorconfig-core-c, libdex, libpanel. Replace gtk+ with
gtk, libhandy with libadwaita, libsoup-minimal-2 with libsoup, sysprof-3.44
with sysprof, vte with vte-with-gtk-4 and webkitgtk-with-libsoup2 with
webkitgtk. Remove glade3.
[propagated-inputs]: Replace gtksourceview-4 with gtksourceview.
[native-inputs]: Add gi-docgen.
Change-Id: I3ac149b76813e28d523fd67050efb0744771a296
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
The API documentation can be built with a special configure flag, if we add
gi-docgen to the native inputs.
* gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.44.0.
[#:configure-flags]: Add -Denable_gtk_doc=true.
[native-inputs]: Add gi-docgen.
Change-Id: Ifff092dfbc16dd70ca40524a625e67aca75aec2e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
The fontconfig issue was apparently HOME that was not set. The build system
required the documentation command to fail on any warning.
* gnu/packages/gtk.scm (libpanel): Update to 1.2.0.
[#:configure-flags]: Remove.
[#:phases]: Reindent.
<set-home>: New phase.
[native-inputs]: Reindent. Add gi-docgen.
Change-Id: I2a11e9c3e8b480e5ebc9b4e3e4763804c9c6a28c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/package/astronomy.scm (python-poliastro): Improve package style.
[arguments]: Swap to use {test-flags} and standard {check} phase.
Change-Id: I0dde01af97adc883e8a3ce82a8448f4d10fdab64
Signed-off-by: Eric Bavier <bavier@posteo.net>
The next release of the package will include test suite based on
python-pytest, prepare for that.
* gnu/packages/astronomy.scm (python-stsci-imagestats)[build-system]:
Swap to python-stsci-imagestats.
Change-Id: I5a70ef744ac7ad46f9e4474d84661b6b15028c9b
Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu/packages/astronomy.scm (gpredict): Improve package style. Reorder
fields to be similar with others to ease review.
[native-inputs]: Remove labels.
[arguments]: Use G-expressions. Drop trailing #t in phases.
Change-Id: I0e0216825ce2c9e77632a43dd604ab4abbdf3e83
Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu/packages/maths.scm (elemental): Update package style, shift order
of package fields.
[arguments]: Use G-expressions. {phases}: Remove trailing #f from each
lambda.
Change-Id: Ib961eb99159e1206963041bd7014dca032a21441
Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu/packages/multiprecision.scm (qd): Adjust package style by using
G-expressions.
Change-Id: I9265979343e67d1d9e9e69b7b071ea1e429d3ee4
Signed-off-by: Eric Bavier <bavier@posteo.net>