summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-shiny: Fix build.Guillaume Le Vaillant2021-10-11
| | | | | * gnu/packages/cran.scm (r-shiny)[native-inputs]: Use node-uglify-js instead of uglify-js.
* gnu: openssl: Fix build on riscv64-linux.Efraim Flashner2021-10-10
| | | | | | * 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: bdb: Fix building on riscv64-linux.Efraim Flashner2021-10-10
| | | | | * gnu/packages/dbm.scm (bdb)[arguments]: Modify configure to build for the currect architecture when building for riscv64-linux.
* gnu: guile: Fix building on riscv64-linux.Efraim Flashner2021-10-10
| | | | | * gnu/packages/guile.scm (guile-3.0)[arguments]: On riscv64-linux add a phase to skip a failing test.
* utils: Define 'target-riscv64?' predicate.Efraim Flashner2021-10-10
| | | | * guix/utils.scm (target-riscv64?): New predicate.
* gnu: llhttp: Fix build.Guillaume Le Vaillant2021-10-10
| | | | | * gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword argument to 'configure' phase.
* gnu: tuxmath: Fix building with newer gcc.Efraim Flashner2021-10-08
| | | | | * gnu/packages/education.scm (tuxmath)[source]: Adjust snippet to remove duplicate code definition.
* gnu: t4k-common: Fix building with newer gcc.Efraim Flashner2021-10-08
| | | | | * gnu/packages/education.scm (t4l-common)[source]: Add snippet to update code for stricter checks with newer gcc versions.
* gnu: kajongg: Fix build.Guillaume Le Vaillant2021-10-07
| | | | | | * 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: dconf-editor: Update to 3.38.3.Guillaume Le Vaillant2021-10-07
| | | | * gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
* gnu: llvm-3.6: Fix build.Guillaume Le Vaillant2021-10-07
| | | | | | * 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: dovecot: Fix build.Mathieu Othacehe2021-10-06
| | | | | * gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to fix the tests.
* tests: gitile: Increase VM memory size.Mathieu Othacehe2021-10-06
| | | | | * gnu/tests/version-control.scm (run-gitile-test): Increase memory size to 1024 MiB.
* gnu: libring: Fix buildMathieu Othacehe2021-10-06
| | | | | * gnu/packages/jami.scm (libring)[inputs]: Use jsoncpp-with-pkg-version instead of jsoncpp.
* gnu: Add jsoncpp-with-pkg-version.Mathieu Othacehe2021-10-06
| | | | | | * 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: sobjectizer: Update to 5.7.2.6.Mathieu Othacehe2021-10-05
| | | | * gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
* gnu: gdb: Fix cross-compilation for Hurd.Mathieu Othacehe2021-10-05
| | | | | * gnu/packages/patches/gdb-hurd.patch: Update it. * gnu/packages/gdb.scm (gdb)[source]: Add it.
* gnu: hurd: Fix build.Mathieu Othacehe2021-10-05
| | | | | * gnu/packages/hurd.scm (hurd)[configure-flags]: Turn it into a GEXP. Pass the -fcommon flag to fix the build with GCC 10.
* gnu: netdde: Fix build.Mathieu Othacehe2021-10-05
| | | | * gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
* gnu: p11-kit: Fix Hurd build.Mathieu Othacehe2021-10-05
| | | | | | | | | * 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: arc-theme: Update to 20210412.Guillaume Le Vaillant2021-10-04
| | | | | | | | * 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: vinagre: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
* gnu: git-lfs: Fix build.Guillaume Le Vaillant2021-10-04
| | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Fix 'install-man-pages' phase.
* gnu: w-scan: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
* gnu: ncftp: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
* gnu: gnugo: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
* gnu: xmltoman: Fix build.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/man.scm (xmltoman)[source]: Fix URI.
* gnu: light: Fix compilation with GCC 10.Josselin Poiret2021-10-04
| | | | | | | | -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: pcre: Don't enable jit on powerpc-linux.Efraim Flashner2021-10-04
| | | | | * gnu/packages/pcre.scm (pcre)[arguments]: When building for powerpc-linux don't enable jit.
* gnu: range-v3: Fix build.Jonathan Brielmaier2021-10-03
| | | | | | | * 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.
* services: desktop: Add the sticky bit to the X11 socket directory.Mathieu Othacehe2021-10-03
| | | | | | | 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.
* gnu: gdm: Fix the wayland session wrapper patch.Mathieu Othacehe2021-10-03
| | | | | | 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.
* services: gdm: Add Wayland support.Josselin Poiret2021-10-02
| | | | | | | | | | | | * 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>
* gnu: Add Wayland support for GDM.Josselin Poiret2021-10-02
| | | | | | | | | | | | | | | 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: gdm: Add the Guix icon.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase. [native-inputs]: Add guix-icons.
* system: Introduce the os-release file.Mathieu Othacehe2021-10-02
| | | | | * gnu/system.scm (os-release): New procedure. (operating-system-etc-service): Use it.
* system: Add guix-icons to the base packages.Mathieu Othacehe2021-10-02
| | | | | * gnu/system.scm (%base-packages-artwork): New variable. (%base-packages): Add it.
* gnu: Add guix-icons.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/package-management.scm (guix-icons): New variable.
* gnu: gnome-weather: Fix GNOME integration.Mathieu Othacehe2021-10-02
| | | | | | | | 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: gnome-music: Add gst-plugins-good.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
* gnu: gnome: Add tracker-miners.Mathieu Othacehe2021-10-02
| | | | | | | This is needed by several Gnome applications such as gnome-photos and gnome-music. * gnu/packages/gnome.scm (gnome): Add tracker-miners.
* gnu: gegl: Add libraw support.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
* gnu: gnome-tweaks: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0. [source]: Fix the URI. [arguments]: Remove trailing #t. [native-inputs]: Add glib@bin.
* gnu: gnome-dictionary: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * 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: devhelp: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (devhelp): Update to 40.1. [source]: Fix the URI. [arguments]: Remove trailing #t.
* gnu: gnome-sudoku: Update to 40.2.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2. [source]: Fix the URI. [arguments]: Remove trailing #t.
* gnu: gnome-mines: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-mines): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t.
* gnu: gnome-shell: Update to 40.5.Mathieu Othacehe2021-10-02
| | | | | | | | | | | | | | | | | | 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: gnome: Remove gnome-getting-started-docs.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (gnome): Remove it.
* gnu: gnome: Add gnome-music and gnome-photo.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix the indentation.