summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Expand)Author
2021-09-27gnu: gusb: Don't build introspection data when cross-compiling....This fixes a configure error when cross-compiling and doesn't cause any rebuilds. * gnu/packages/gnome.scm (gusb)[arguments]<#:configure-flags>: Set 'introspection' and 'vapi' to false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2021-09-20gnu: json-glib: Don't build introspection data when cross-compiling....* gnu/packages/gnome.scm (json-glib)[arguments]<#:configure-flags>: Set introspection=false when cross-compiling. Maxime Devos
2021-09-20gnu: json-glib: Don't build gtk documentation when cross-compiling....* gnu/packages/gnome.scm (json-glib)[arguments]<#:configue-flags>: Set gtk_doc=disables when cross-compiling. (json-glib)[arguments]<#:phases>{move-docs}: Don't run when cross-compiling ... (json-glib)[arguments]<#:phases>{stub-docs}: ... instead, create an empty directory where the documentation would be. Maxime Devos
2021-09-20gnu: json-glib: Find docbook inputs when cross-compiling....* gnu/packages/gnome.scm (json-glib)[arguments]<#:phases>{patch-docbook}: Look up "docbook-xml" in 'native-inputs', not 'inputs', when cross-compiling. Maxime Devos
2021-09-20gnu: json-glib: Add missing 'bash-minimal' input....* gnu/packages/gnome.scm (json-glib)[inputs]: Add "bash-minimal" when cross-compiling (for wrapper scripts). Maxime Devos
2021-09-20gnu: gamin: Fix 'configure' script when cross-compiling....* gnu/packages/gnome.scm (gamin)[arguments]<#:phases>{set-have-abstract-sockets}: Override test for ‘abstract sockets’ when cross-compiling. Maxime Devos
2021-09-20gnu: gamin: Recognise aarch64 as architecture when cross-compiling....* gnu/packages/gnome.scm (gamin)[arguments]<#:phases>{replace-config.sub}: Update 'config.sub' when cross-compiling. (gamin)[native-inputs]: Add "config" when cross-compiling. Maxime Devos
2021-09-18gnu: rygel: Update to 0.40.1....* gnu/packages/gnome.scm (rygel): Update to 0.40.1. [build-system]: Switch to meson. [arguments]<#:configure-flags>: Pass a plugins list to exclude the tracker plugin. [native-inputs]: Add glib:bin, docbook-xml, docbook-xsl, xsltproc. [inputs]: Add gst-editing-services and json-glib. Mathieu Othacehe
2021-09-18gnu: gupnp-av: Enable Vala bindings....* gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala. Mathieu Othacehe
2021-09-18gnu: gupnp: Fix build....* gnu/packages/gnome.scm (gupnp)[arguments]<#:phases>: Add a 'pre-check phase. Mathieu Othacehe
2021-09-18gnu: grilo-plugins: Update to 0.3.13....* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.13. [inputs]: Add python-pygobject and tracker-miners. [arguments]<#:phases>: Add 'set-shell and 'fix-tests phases. Mathieu Othacehe
2021-09-18gnu: grilo: Update to 0.3.13....* gnu/packages/gnome.scm (grilo): Update to 0.3.13. Mathieu Othacehe
2021-09-17gnu: gnome-boxes: Update to 3.38.2....* gnu/packages/gnome.scm (gnome-boxes): Update to 3.38.2. [inputs]: Add gtksourceview and json-glib. Mathieu Othacehe
2021-09-17gnu: nautilus: Update to 3.38.2....* gnu/packages/gnome.scm (nautilus): Update to 3.38.2. [inputs]: Add json-glib and libsoup. Mathieu Othacehe
2021-09-17gnu: tracker-miners: Update to 3.1.2....* gnu/packages/gnome.scm (tracker-miners): Update to 3.1.2. [arguments]<#:configure-flags>: Fix the rpath. <#:phases>: Add 'set-shell, 'fix-paths and 'fix-tests phases. Replace the 'check phase. [native-inputs]: Add docbook-xsl, docbook-xml-4.5, gsettings-desktop-schemas, asciidocs and xsltproc. [inputs]: add json-glib, libsoup and shared-mime-info. Mathieu Othacehe
2021-09-17gnu: tracker: Update to 3.1.2....* gnu/packages/gnome.scm (tracker): Update to 3.1.2. [arguments]<#:configure-flags>: Fix the rpath. Do not build docs and do not use systemd. <#:phases>: Add 'set-shell and 'fix-paths phases. Merge the 'pre-check phase into the new replaced 'check phase. [native-inputs]: Add docbook-xsl, docbook-xml-4.5, gsettings-desktop-schemas, asciidoc, xsltproc, cmake-minimal, gtk-doc and dbus. Mathieu Othacehe
2021-09-17gnu: gnome-contacts: Update to 3.38.1....* gnu/packages/gnome.scm (gnome-contacts): Update to 3.38.1. [arguments]: Use disabled instead of false for the cheese option. Mathieu Othacehe
2021-09-17gnu: folks: Update to 0.14.0....* gnu/packages/gnome.scm (folks): Update to 0.14.0. [native-inputs]: Add python-dbusmock. Mathieu Othacehe
2021-09-17gnu: cheese: Fix build....* gnu/packages/patches/cheese-vala-update.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/gnome.scm (cheese)[source]: Use it. Mathieu Othacehe
2021-09-17gnu: libxml++: Fix build....* gnu/packages/gnome.scm (libxml++)[propagated-inputs]: Replace glibmm by glibmm-2.64. Guillaume Le Vaillant
2021-09-17gnu: gnome-control-center: Fix build....* gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add a 'set-cflags phase. Mathieu Othacehe
2021-09-17Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm Marius Bakke
2021-09-16gnu: glabels: Fix build....* gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-14gnu: drawing: Update to 0.8.3....* gnu/packages/gnome.scm (drawing): Update to 0.8.3. [arguments]<#:phases>: Don't return #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-14gnu: gnome-commander: Update to 1.12.2....* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-12gnu: libxml++: Update to 3.2.0....…by merging the duplicate ‘libxmlplusplus’ package definition back into ‘libxml++’. Reported-by: Guillaume Le Vaillant <glv@posteo.net> * gnu/packages/gnome.scm (libxml++): Update to 3.2.0. [source]: Build from git. [home-page]: Adjust accordingly. [arguments]: Add a 'fix-documentation phase. [native-inputs]: Add autoconf, automake, doxygen, docbook-xml, docbook-xsl, graphviz, libtool, libxslt, and mm-common. (libxml++-2)[source]: Follow suit by building from git. No other changes. Tobias Geerinckx-Rice
2021-09-12gnu: libxml++: Fix build....* gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64. Guillaume Le Vaillant
2021-09-12gnu: komikku: Update to 0.31.0....* gnu/packages/gnome.scm (komikku): Update to 0.31.0. Liliana Marie Prikler
2021-09-11gnu: librsvg: Simplify custom phase....* gnu/packages/gnome.scm (librsvg)[arguments]: Adjust custom 'gnu-configure phase to use more default arguments. Efraim Flashner
2021-09-11gnu: Don't use older versions of rust....* gnu/packages/crates-io.scm (rust-cxx-1, rust-cxx-build-1, rust-cxx-gen-0.7, rust-cxxbridge-macro-1, rust-postgres-0.19, rust-rust-decimal-1,rust-socket2-0.4, rust-tokio-postgres-0.7)[arguments]: Remove rust flag. * gnu/packages/gnome.scm (librsvg)[arguments]: Same. * gnu/packages/rust-apps.scm (hyperfine)[arguments]: Same. * gnu/packages/syndication.scm (newsboat)[arguments]: Same. Efraim Flashner
2021-09-10gnu: gnome-calculator: Update to 3.36.0....* gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.0. Jonathan Brielmaier
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-06gnu: Replace PYTHONPATH with GUIX_PYTHONPATH....In packages that do not use python-build-system, PYTHONPATH is generally not defined. Instead we can use GUIX_PYTHONPATH which should contain all Python dependencies. * gnu/packages/bioinformatics.scm (shorah)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH. * gnu/packages/debug.scm (c-vise)[arguments]: Idem. * gnu/packages/gnome.scm (drawing, apostrophe, ocrfeeder)[arguments]: Idem. * gnu/packages/music.scm (a2jmidid)[arguments]: Idem. * gnu/packages/syndication.scm (gfeeds)[arguments]: Idem. * gnu/packages/xdisorg.scm (gammastep)[arguments]: Idem. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2021-08-30gnu: evolution: Fix building with cmake > 3.20....* gnu/packages/patches/evolution-printableoptions.patch: New file. * gnu/packages/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (evolution)[source]: Use it. Guillaume Le Vaillant
2021-08-30gnu: evolution-data-server: Fix building with cmake > 3.20....* gnu/packages/patches/evolution-data-server-printableoptions.patch: New file. * gnu/packages/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (evolution-data-server)[source]: Use it. Guillaume Le Vaillant
2021-08-29gnu: network-manager: Add missing input....* gnu/packages/gnome.scm (network-manager)[inputs]: Add libselinux. Guillaume Le Vaillant
2021-08-25gnu: libgdata: Fix tests....* gnu/packages/gnome.scm (libgdata)[arguments]: Add 'set-home-for-tests' phase. Guillaume Le Vaillant
2021-08-22gnu: libpeas: Update to 1.30.0....* gnu/packages/gnome.scm (libpeas): Update to 1.30.0. [arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables to fix the tests. Mathieu Othacehe
2021-08-19gnu: evince: Update to 40.2....* gnu/packages/gnome.scm (evince): Update to 40.2. [build-system]: Switch to meson. [arguments]: Move skip-gtk-update-icon-cache phase from before install to after unpack. Adapt to meson switch. [inputs]: Remove dogtail. Add libhandy. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nathan Benedetto Proença
2021-08-19gnu: libhandy: Update to 1.2.3....* gnu/packages/gnome.scm (libhandy): Update to 1.2.3. [arguments]: Disable documentation generation. Add a new patch-docbook-xml phase. [inputs]: Add glade and remove libxml2. [native-inputs]: Add libxml, libxslt, docbook-xsl and docbook-xml for the documentation generation. Mathieu Othacehe
2021-08-19gnu: glade3: Update to 3.38.2....* gnu/packages/patches/glade-gls-set-script-name.patch: New patch. * gnu/packages/patches/glade-test-widget-null-icon.patch: New patch. * gnu/local.mk (DIST_PATCH_DATA): Add them. * gnu/packages/gnome.scm (glade3): Update to 3.38.2. [source]: Apply the patches. [arguments]: Add new skip-gtk-update-icon-cache and fix-tests phases. Adapt the fix-docbook phase to the meson build system. [native-inputs]: Add glib, python-pyobject, gobject-introspection and gjs. Remove python 2. Mathieu Othacehe
2021-08-19gnu: gjs: Update to 1.68.2....* gnu/packages/gnome.scm (gjs): Update to 1.68.2. [source]: Move a pre-check phase substitution to a snippet. [build-system]: Switch to meson. [arguments]<#:configure-flags>: Do not install tests. <#:phases>: Remove pre-check phase substitutions. [propagated-inputs]: Switch to mozjs 78. Mathieu Othacehe
2021-08-19gnu: adwaita-icon-theme: Update to 40.1.1....* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 40.1.1. Mathieu Othacehe
2021-08-16gnu: gnome-desktop: Fix tests....* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables for the tests. Mathieu Othacehe
2021-08-12Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke
2021-07-27gnu: glib-networking: Update to 2.68.2....* gnu/packages/gnome.scm (glib-networking): Update to 2.68.2. Leo Famulari
2021-07-31gnu: glib-networking: Update to 2.68.1....* gnu/packages/gnome.scm (glib-networking): Update to 2.68.1. Ludovic Courtès
2021-07-31gnu: glib-networking: Skip failing test....* gnu/packages/patches/glib-networking-gnutls-binding.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[source]: Use it. Ludovic Courtès
2021-07-29Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm Marius Bakke
2021-08-18gnu: Add gcolor3....* gnu/packages/gnome.scm (gcolor3): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Vinicius Monego