| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: r-shiny: Fix build.•••* gnu/packages/cran.scm (r-shiny)[native-inputs]: Use node-uglify-js instead
of uglify-js.
| Guillaume Le Vaillant | 2021-10-11 | 1 | -1/+3 |
* | gnu: openssl: Fix build on riscv64-linux.•••* 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.
| Efraim Flashner | 2021-10-10 | 1 | -2/+6 |
* | gnu: bdb: Fix building on riscv64-linux.•••* gnu/packages/dbm.scm (bdb)[arguments]: Modify configure to build for
the currect architecture when building for riscv64-linux.
| Efraim Flashner | 2021-10-10 | 1 | -11/+14 |
* | gnu: guile: Fix building on riscv64-linux.•••* gnu/packages/guile.scm (guile-3.0)[arguments]: On riscv64-linux add
a phase to skip a failing test.
| Efraim Flashner | 2021-10-10 | 1 | -8/+11 |
* | gnu: llhttp: Fix build.•••* gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword
argument to 'configure' phase.
| Guillaume Le Vaillant | 2021-10-10 | 1 | -1/+2 |
* | gnu: tuxmath: Fix building with newer gcc.•••* gnu/packages/education.scm (tuxmath)[source]: Adjust snippet to remove
duplicate code definition.
| Efraim Flashner | 2021-10-08 | 1 | -0/+3 |
* | gnu: t4k-common: Fix building with newer gcc.•••* gnu/packages/education.scm (t4l-common)[source]: Add snippet to update
code for stricter checks with newer gcc versions.
| Efraim Flashner | 2021-10-08 | 1 | -2/+7 |
* | gnu: kajongg: Fix build.•••* 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.
| Guillaume Le Vaillant | 2021-10-07 | 1 | -4/+15 |
* | gnu: dconf-editor: Update to 3.38.3.•••* gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
| Guillaume Le Vaillant | 2021-10-07 | 1 | -2/+2 |
* | gnu: llvm-3.6: Fix build.•••* 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.
| Guillaume Le Vaillant | 2021-10-07 | 2 | -0/+16 |
* | gnu: dovecot: Fix build.•••* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to
fix the tests.
| Mathieu Othacehe | 2021-10-06 | 1 | -5/+1 |
* | gnu: libring: Fix build•••* gnu/packages/jami.scm (libring)[inputs]: Use jsoncpp-with-pkg-version
instead of jsoncpp.
| Mathieu Othacehe | 2021-10-06 | 1 | -1/+1 |
* | gnu: Add jsoncpp-with-pkg-version.•••* 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.
| Mathieu Othacehe | 2021-10-06 | 2 | -0/+43 |
* | gnu: sobjectizer: Update to 5.7.2.6.•••* gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
| Mathieu Othacehe | 2021-10-05 | 1 | -2/+2 |
* | 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 | 2 | -59/+22 |
* | 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 | 1 | -10/+12 |
* | gnu: netdde: Fix build.•••* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
| Mathieu Othacehe | 2021-10-05 | 1 | -1/+1 |
* | 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-05 | 2 | -1/+68 |
* | 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 | 1 | -10/+6 |
* | gnu: vinagre: Fix compiling with gcc 10.•••* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant | 2021-10-04 | 1 | -1/+2 |
* | gnu: git-lfs: Fix build.•••* gnu/packages/version-control.scm (git-lfs)[arguments]: Fix
'install-man-pages' phase.
| Guillaume Le Vaillant | 2021-10-04 | 1 | -2/+3 |
* | 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 | 1 | -0/+2 |
* | gnu: ncftp: Fix compiling with gcc 10.•••* gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant | 2021-10-04 | 1 | -0/+2 |
* | gnu: gnugo: Fix compiling with gcc 10.•••* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant | 2021-10-04 | 1 | -1/+4 |
* | gnu: xmltoman: Fix build.•••* gnu/packages/man.scm (xmltoman)[source]: Fix URI.
| Guillaume Le Vaillant | 2021-10-04 | 1 | -4/+4 |
* | 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 | 1 | -1/+3 |
* | 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-04 | 1 | -2/+5 |
* | 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 | 2 | -0/+124 |
* | 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-03 | 1 | -3/+3 |
* | 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 | 2 | -1/+37 |
* | 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 | 2 | -1/+25 |
* | 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 | 1 | -0/+17 |
* | gnu: Add guix-icons.•••* gnu/packages/package-management.scm (guix-icons): New variable.
| Mathieu Othacehe | 2021-10-02 | 1 | -0/+61 |
* | 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 | 1 | -21/+24 |
* | gnu: gnome-music: Add gst-plugins-good.•••* gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
| Mathieu Othacehe | 2021-10-02 | 1 | -0/+1 |
* | 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 | 1 | -0/+1 |
* | gnu: gegl: Add libraw support.•••* gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
| Mathieu Othacehe | 2021-10-02 | 1 | -1/+2 |
* | 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 | 1 | -8/+7 |
* | 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 | 1 | -13/+12 |
* | 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 | 1 | -5/+4 |
* | 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 | 1 | -5/+4 |
* | 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 | 1 | -5/+4 |
* | 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 | 4 | -139/+23 |
* | gnu: gnome: Remove gnome-getting-started-docs.•••* gnu/packages/gnome.scm (gnome): Remove it.
| Mathieu Othacehe | 2021-10-02 | 1 | -1/+0 |
* | 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 | 1 | -9/+6 |
* | 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 | 1 | -5/+5 |
* | 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 | 2 | -2/+1525 |
* | 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 | 1 | -8/+12 |
* | 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 | 3 | -130/+344 |
* | 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 | 1 | -21/+26 |