Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-shiny)[native-inputs]: Use node-uglify-js instead
of uglify-js.
|
|
* gnu/packages/tls.scm (openssl)[arguments]: On riscv64-linux use a
custom 'check phase to skip a failing test.
(target->openssl-target): Add case for riscv64-linux.
|
|
* gnu/packages/dbm.scm (bdb)[arguments]: Modify configure to build for
the currect architecture when building for riscv64-linux.
|
|
* gnu/packages/guile.scm (guile-3.0)[arguments]: On riscv64-linux add
a phase to skip a failing test.
|
|
* guix/utils.scm (target-riscv64?): New predicate.
|
|
* gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword
argument to 'configure' phase.
|
|
* gnu/packages/education.scm (tuxmath)[source]: Adjust snippet to remove
duplicate code definition.
|
|
* gnu/packages/education.scm (t4l-common)[source]: Add snippet to update
code for stricter checks with newer gcc versions.
|
|
* gnu/packages/games.scm (kajongg)[inputs]: Add python-zope-interface.
[arguments]: Add 'fix-paths' phase. Update 'wrap' phase and move it after
'qt-wrap' phase.
|
|
* gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
|
|
* gnu/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (llvm-3.6)[source]: Use it.
|
|
* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to
fix the tests.
|
|
* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to
1024 MiB.
|
|
* gnu/packages/jami.scm (libring)[inputs]: Use jsoncpp-with-pkg-version
instead of jsoncpp.
|
|
* gnu/packages/patches/jsoncpp-pkg-config-version: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/serialization.scm (jsoncpp-with-pkg-version): New variable.
|
|
* gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
|
|
* gnu/packages/patches/gdb-hurd.patch: Update it.
* gnu/packages/gdb.scm (gdb)[source]: Add it.
|
|
* gnu/packages/hurd.scm (hurd)[configure-flags]: Turn it into a GEXP. Pass the
-fcommon flag to fix the build with GCC 10.
|
|
* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
|
|
* gnu/packages/version-control.scm (git-lfs)[arguments]: Fix
'install-man-pages' phase.
|
|
* gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
|
|
* gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
|
|
* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
|
|
* gnu/packages/man.scm (xmltoman)[source]: Fix URI.
|
|
-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>
|
|
* gnu/packages/pcre.scm (pcre)[arguments]: When building for
powerpc-linux don't enable jit.
|
|
* 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.
|
|
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.
|
|
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.
|
|
* 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>
|
|
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>
|
|
* gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase.
[native-inputs]: Add guix-icons.
|
|
* gnu/system.scm (os-release): New procedure.
(operating-system-etc-service): Use it.
|
|
* gnu/system.scm (%base-packages-artwork): New variable.
(%base-packages): Add it.
|
|
* gnu/packages/package-management.scm (guix-icons): New variable.
|
|
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.
|
|
* gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
|
|
This is needed by several Gnome applications such as gnome-photos and
gnome-music.
* gnu/packages/gnome.scm (gnome): Add tracker-miners.
|
|
* gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
|
|
* gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[native-inputs]: Add glib@bin.
|
|
* 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.
|
|
* gnu/packages/gnome.scm (devhelp): Update to 40.1.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
|
|
* gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
|
|
* gnu/packages/gnome.scm (gnome-mines): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
|
|
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.
|
|
* gnu/packages/gnome.scm (gnome): Remove it.
|
|
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix
the indentation.
|