Age | Commit message (Expand) | Author |
2021-10-05 | gnu: gdb: Fix cross-compilation for Hurd....* gnu/packages/patches/gdb-hurd.patch: Update it.
* gnu/packages/gdb.scm (gdb)[source]: Add it.
| Mathieu Othacehe |
2021-10-05 | gnu: hurd: Fix build....* gnu/packages/hurd.scm (hurd)[configure-flags]: Turn it into a GEXP. Pass the
-fcommon flag to fix the build with GCC 10.
| Mathieu Othacehe |
2021-10-05 | gnu: netdde: Fix build....* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
| Mathieu Othacehe |
2021-10-05 | gnu: p11-kit: Fix Hurd build....* gnu/packages/patches/p11-kit-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (p11-kit)[native-inputs]: Add autoconf, automake,
gettext and libtool when targeting Hurd.
[inputs]: Add libbsd and hurd-patch when targeting hurd.
[arguments]: Add 'apply-hurd-patch and 'bootstrap phases when targeting Hurd.
| Mathieu Othacehe |
2021-10-04 | gnu: arc-theme: Update to 20210412....* gnu/packages/gnome-xyz.scm (arc-theme): Update to 20210412.
[build-system]: Switch to meson-build-system.
[native-inputs]: Remove autoconf and automake.
[arguments]: Adapt 'configure-flags' for meson-build-system.
Remove custom 'bootstrap' phase.
| Guillaume Le Vaillant |
2021-10-04 | gnu: vinagre: Fix compiling with gcc 10....* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-10-04 | gnu: git-lfs: Fix build....* gnu/packages/version-control.scm (git-lfs)[arguments]: Fix
'install-man-pages' phase.
| Guillaume Le Vaillant |
2021-10-04 | gnu: w-scan: Fix compiling with gcc 10....* gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-10-04 | gnu: ncftp: Fix compiling with gcc 10....* gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-10-04 | gnu: gnugo: Fix compiling with gcc 10....* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-10-04 | gnu: xmltoman: Fix build....* gnu/packages/man.scm (xmltoman)[source]: Fix URI.
| Guillaume Le Vaillant |
2021-10-04 | gnu: light: Fix compilation with GCC 10....-fno-common is default in GCC 10, which resulted in build failures.
* gnu/packages/linux.scm (light)[arguments]: Add -fcommon compile flag.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Josselin Poiret |
2021-10-04 | gnu: pcre: Don't enable jit on powerpc-linux....* gnu/packages/pcre.scm (pcre)[arguments]: When building for
powerpc-linux don't enable jit.
| Efraim Flashner |
2021-10-03 | gnu: range-v3: Fix build....* gnu/packages/patches/range-v3-build-with-gcc10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/cpp.scm (range-v3)[source]: Use patch.
[native-inputs]: Add gcc@9 for a succesful build.
| Jonathan Brielmaier |
2021-10-03 | services: desktop: Add the sticky bit to the X11 socket directory....This prevents mutter from complaining that the /tmp/.X11-unix directory
misses the sticky bit when starting X Wayland.
* gnu/services/desktop.scm (x11-socket-directory-service): Add the sticky bit.
| Mathieu Othacehe |
2021-10-03 | gnu: gdm: Fix the wayland session wrapper patch....Update the following patch that no longer applies since the 40.1 version.
* gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: Update it.
| Mathieu Othacehe |
2021-10-02 | services: gdm: Add Wayland support....* gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gdm): Use it.
* gnu/services/xorg.scm (<gdm-configuration>)[wayland-session]: New field.
(gdm-wayland-session-wrapper): New procedure.
(gdm-configuration-file): Point to this new procedure.
* doc/guix.texi (X Window): Update it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Josselin Poiret |
2021-10-02 | gnu: Add Wayland support for GDM....Add the optional flag `wayland?` in `gdm-configuration` to launch GDM with
Wayland, enabling the use of Wayland sessions with GDM.
* gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gdm): Use it.
* gnu/services/xorg.scm (<gdm-configuration>)[wayland?]: New field.
(gdm-configuration): Honor it.
(gdm-shepherd-service): Add the XCURSOR_PATH environment variable.
* doc/guix.texi (X Window): Document it
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Josselin Poiret |
2021-10-02 | gnu: gdm: Add the Guix icon....* gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase.
[native-inputs]: Add guix-icons.
| Mathieu Othacehe |
2021-10-02 | system: Introduce the os-release file....* gnu/system.scm (os-release): New procedure.
(operating-system-etc-service): Use it.
| Mathieu Othacehe |
2021-10-02 | system: Add guix-icons to the base packages....* gnu/system.scm (%base-packages-artwork): New variable.
(%base-packages): Add it.
| Mathieu Othacehe |
2021-10-02 | gnu: Add guix-icons....* gnu/packages/package-management.scm (guix-icons): New variable.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-weather: Fix GNOME integration....Fixes: <https://issues.guix.gnu.org/39324>.
* gnu/packages/gnome.scm (gnome-weather)[inputs]: Remove gdk-pixbuf.
[arguments]: Use a gexp to defined the phases. Add a 'fix-service-file phase
and adapt 'fix-desktop-file and 'wrap phases. Remove trailing #t.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-music: Add gst-plugins-good....* gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome: Add tracker-miners....This is needed by several Gnome applications such as gnome-photos and
gnome-music.
* gnu/packages/gnome.scm (gnome): Add tracker-miners.
| Mathieu Othacehe |
2021-10-02 | gnu: gegl: Add libraw support....* gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-tweaks: Update to 40.0....* gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[native-inputs]: Add glib@bin.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-dictionary: Update to 40.0....* gnu/packages/gnome.scm (gnome-dictionary): Update to 40.0.
[source]: Fix the URI.
[arguments]: Wrap it and remove a trailing #t. Replace the
'patch-install-script phase by a new 'skip-gtk-update-icon-cache phase.
| Mathieu Othacehe |
2021-10-02 | gnu: devhelp: Update to 40.1....* gnu/packages/gnome.scm (devhelp): Update to 40.1.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-sudoku: Update to 40.2....* gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-mines: Update to 40.0....* gnu/packages/gnome.scm (gnome-mines): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-shell: Update to 40.5....Remove the theme patch that does not apply anymore because the CSS files have
been revamped.
* gnu/packages/patches/gnome-shell-CVE-2020-17489.patch: Remove it.
* gnu/packages/patches/gnome-shell-theme: Remove it.
* gnu/packages/patches/gnome-shell-disable-test.patch: Update it.
* gnu/local.mk (DIST_PATCH_DATA): Update it.
* gnu/packages/gnome.scm (gnome-shell): Update to 40.5.
[source]: Fix the URI. Update the patches. Remote the snippet.
[arguments]: Remove trailing #t.
<#:phases>: Add a 'skip-gtk-update-icon-cache phase. Remove the
'convert-logo-to-png phase. Remove the inkscape disallowed reference.
[native-inputs]: Remove inkscape. Add hicolor-icon-theme.
[inputs]: Add gtk and graphene.
[properties]: Remove it.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome: Remove gnome-getting-started-docs....* gnu/packages/gnome.scm (gnome): Remove it.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome: Add gnome-music and gnome-photo....* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix
the indentation.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-photos: Update to 40.0....* gnu/packages/gnome.scm (gnome-photos): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-online-miners: Fix build....* gnu/packages/patches/gnome-online-miners-tracker-3.patch: New file.
* gnu/local.mk (DIST_PATCH_DATA): Add it.
* gnu/packages/gnome.scm (gnome-online-miners)[source]: Use it.
[arguments]: Add a 'fix-configure and a 'autoreconf phase.
[inputs]: Add autoconf, automake and libtool.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-music: Update to 40.1.1....* gnu/packages/gnome.scm (gnome-music): Update to 40.1.1.
[source]: Fix the URI.
[arguments]: Wrap it and remove trailing #t.
[inputs]: Add json-glib.
| Mathieu Othacehe |
2021-10-02 | gnu: gdm: Update to 40.1....* gnu/packages/patches/gdm-elogind-support.patch: New file.
* gnu/packages/patches/gdm-default-session.patch: Update it.
* gnu/local.mk (DIST_PATCH_DATA): Add the new patch.
* gnu/packages/gnome.scm (gdm): Update to 40.1.
[source]: Add the gdm-elogind-support support.
[build-system]: Switch to meson-build-system.
[arguments]<#:glib-or-gtk>: Set to true.
<#:configure-flags>: Convert to meson options. Add logind-provider,
systemsystemunitdir and systemduserunitdir options.
<#:phases>{pre-configure}: Remove the libelogind intoduction that is now
handled by the patch. Remove trailing #t.
[inputs]: Add eudev.
| Mathieu Othacehe |
2021-10-02 | gnu: accountsservice: Update to 0.6.55....* gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.55.
[source]: Wrap the URI.
[build-system]: Switch to meson-build-system.
[arguments]: Fix configure-flags. Remove trailing #t. Fix the 'pre-configure
phase and wrap it.
[inputs]: Add dbus.
[description]: Wrap it.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-control-center: Update to 40.1....* gnu/packages/gnome.scm (gnome-control-center): Update to 40.1.
[source]: Fix the URI.
[arguments]: Fix the source paths. Remove trailing #t. Remove
the 'set-cflags phase.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-initial-setup: Update to 40.4....* gnu/packages/gnome.scm (gnome-initial-setup): Update to 40.4.
[source]: Fix the URI.
[inputs]: Remove gnome-getting-started-docs. Add elogind.
| Mathieu Othacehe |
2021-10-02 | gnu: Remove gnome-getting-started-docs....It has been replaced by gnome-tour.
* gnu/packages/gnome.scm (gnome-getting-started-docs): Remove it.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-color-manager: Update to 3.36.0....* gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.0.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-keyring: Update to 40.0....* gnu/packages/gnome.scm (gnome-keyring): Update to 40.0.
[source]: Fix the URI.
[inputs]: Switch to docbook-xml@4.3.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-settings-daemon: Update to 40.0.1....* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 40.0.1.
[source]: Fix the URI.
| Mathieu Othacehe |
2021-10-02 | gnu: gnome-user-share: Update to 3.34.0....* gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.0.
[arguments]<#:configure-flags>: Use systemduserunitdir instead of systemd
option that no longer exists.
| Mathieu Othacehe |
2021-10-02 | gnu: gvfs: Update to 1.48.1....* gnu/packages/patches/gvfs-add-support-for-libplist-2.2.patch: Remove it.
* gnu/local.mk (DIST_PATCH_DATA): Update it.
* gnu/packages/gnome.scm (gvfs)[source]: Remove the patch.
[inputs]: Switch to fuse@3 and add gsettings-desktop-schemas.
[properties]: Remove it.
[description]: Wrap it.
| Mathieu Othacehe |
2021-10-02 | gnu: libgdata: Update to 0.18.1....* gnu/packages/gnome.scm (libgdata): Update to 0.18.1.
[build-system]: Switch to meson-build-system.
[arguments]: Remove the 'disable-failing-tests phase.
[native-inputs]: Add gobject-introspection.
[inputs]: Add vala.
| Mathieu Othacehe |
2021-10-02 | gnu: graphene: Update to 1.10.6....* gnu/packages/gtk.scm (graphene): Update to 1.10.6.
| Mathieu Othacehe |
2021-10-02 | gnu: Add fuse-3....* gnu/packages/linux.scm (fuse-3): New variable.
| Mathieu Othacehe |