me
/
guix
Archived
1
0
Fork 0
Commit Graph

84491 Commits (48d86a9ec6d8d2e97da2299ea41a03ef4cdaab83)

Author SHA1 Message Date
Guillaume Le Vaillant 48d86a9ec6
gnu: r-shiny: Fix build.
* gnu/packages/cran.scm (r-shiny)[native-inputs]: Use node-uglify-js instead
  of uglify-js.
2021-10-11 16:34:32 +02:00
Efraim Flashner 3a73399ee8
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.
2021-10-10 16:23:17 +03:00
Efraim Flashner b591052866
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.
2021-10-10 16:22:40 +03:00
Efraim Flashner f9fbed011e
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.
2021-10-10 16:19:50 +03:00
Efraim Flashner 697686805f
utils: Define 'target-riscv64?' predicate.
* guix/utils.scm (target-riscv64?): New predicate.
2021-10-10 16:19:07 +03:00
Guillaume Le Vaillant b1de968fd5
gnu: llhttp: Fix build.
* gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword
  argument to 'configure' phase.
2021-10-10 14:16:46 +02:00
Efraim Flashner e428e9898e
gnu: tuxmath: Fix building with newer gcc.
* gnu/packages/education.scm (tuxmath)[source]: Adjust snippet to remove
duplicate code definition.
2021-10-08 17:53:48 +03:00
Efraim Flashner 4dd62947f1
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.
2021-10-08 17:49:55 +03:00
Guillaume Le Vaillant a940689896
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.
2021-10-07 15:53:33 +02:00
Guillaume Le Vaillant adde737f7c
gnu: dconf-editor: Update to 3.38.3.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
2021-10-07 14:46:41 +02:00
Guillaume Le Vaillant 99d288a6b1
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.
2021-10-07 14:21:25 +02:00
Mathieu Othacehe 1ac5bd7c0b
gnu: dovecot: Fix build.
* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to
fix the tests.
2021-10-06 08:54:14 +00:00
Mathieu Othacehe 5ec0c48fd4
tests: gitile: Increase VM memory size.
* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to
1024 MiB.
2021-10-06 07:18:01 +00:00
Mathieu Othacehe 161d1a94af
gnu: libring: Fix build
* gnu/packages/jami.scm (libring)[inputs]: Use jsoncpp-with-pkg-version
instead of jsoncpp.
2021-10-06 06:59:38 +00:00
Mathieu Othacehe 03f99e14ed
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.
2021-10-06 06:59:12 +00:00
Mathieu Othacehe 79fbbe5e4a
gnu: sobjectizer: Update to 5.7.2.6.
* gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
2021-10-05 19:42:07 +00:00
Mathieu Othacehe f4d3e7b82b
gnu: gdb: Fix cross-compilation for Hurd.
* gnu/packages/patches/gdb-hurd.patch: Update it.
* gnu/packages/gdb.scm (gdb)[source]: Add it.
2021-10-05 19:20:25 +00:00
Mathieu Othacehe 5f1e33f76c
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.
2021-10-05 08:46:58 +00:00
Mathieu Othacehe 130232fd8b
gnu: netdde: Fix build.
* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
2021-10-05 08:46:58 +00:00
Mathieu Othacehe 1a244b7814
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.
2021-10-05 08:46:57 +00:00
Guillaume Le Vaillant 9211d4324c
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.
2021-10-04 17:50:42 +02:00
Guillaume Le Vaillant 726d077bde
gnu: vinagre: Fix compiling with gcc 10.
* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
2021-10-04 17:16:19 +02:00
Guillaume Le Vaillant aa916f343c
gnu: git-lfs: Fix build.
* gnu/packages/version-control.scm (git-lfs)[arguments]: Fix
  'install-man-pages' phase.
2021-10-04 17:08:18 +02:00
Guillaume Le Vaillant f5dcad8f9f
gnu: w-scan: Fix compiling with gcc 10.
* gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
2021-10-04 17:04:19 +02:00
Guillaume Le Vaillant f88d78b431
gnu: ncftp: Fix compiling with gcc 10.
* gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
2021-10-04 17:02:29 +02:00
Guillaume Le Vaillant df897e1dae
gnu: gnugo: Fix compiling with gcc 10.
* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
2021-10-04 16:57:54 +02:00
Guillaume Le Vaillant 4596fb2d4c
gnu: xmltoman: Fix build.
* gnu/packages/man.scm (xmltoman)[source]: Fix URI.
2021-10-04 16:52:18 +02:00
Josselin Poiret 8fb8a5d487
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>
2021-10-04 14:10:53 +00:00
Efraim Flashner af823dc65f
gnu: pcre: Don't enable jit on powerpc-linux.
* gnu/packages/pcre.scm (pcre)[arguments]: When building for
powerpc-linux don't enable jit.
2021-10-04 13:33:33 +03:00
Jonathan Brielmaier f531c977a1
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.
2021-10-03 19:53:56 +00:00
Mathieu Othacehe 58e4de03f8
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.
2021-10-03 17:57:15 +00:00
Mathieu Othacehe 31cf1530a4
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.
2021-10-03 17:56:52 +00:00
Josselin Poiret db4681a4c1
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>
2021-10-02 17:24:00 +00:00
Josselin Poiret 5c3f0c3e03
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>
2021-10-02 17:17:44 +00:00
Mathieu Othacehe fc24bcb86f
gnu: gdm: Add the Guix icon.
* gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase.
[native-inputs]: Add guix-icons.
2021-10-02 10:54:42 +00:00
Mathieu Othacehe 2456026044
system: Introduce the os-release file.
* gnu/system.scm (os-release): New procedure.
(operating-system-etc-service): Use it.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 53a1cebc9b
system: Add guix-icons to the base packages.
* gnu/system.scm (%base-packages-artwork): New variable.
(%base-packages): Add it.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 43c15ee672
gnu: Add guix-icons.
* gnu/packages/package-management.scm (guix-icons): New variable.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 391fb7a60a
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.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 57b32debe3
gnu: gnome-music: Add gst-plugins-good.
* gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 3fa49553ad
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.
2021-10-02 10:54:41 +00:00
Mathieu Othacehe 6737282a5d
gnu: gegl: Add libraw support.
* gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe 6a3d2369eb
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.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe 061187f670
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.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe c6843609bd
gnu: devhelp: Update to 40.1.
* gnu/packages/gnome.scm (devhelp): Update to 40.1.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe 2ec38cbce0
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.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe b3d4aeb7c1
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.
2021-10-02 10:54:40 +00:00
Mathieu Othacehe 129875d648
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.
2021-10-02 10:54:39 +00:00
Mathieu Othacehe ac1043abcf
gnu: gnome: Remove gnome-getting-started-docs.
* gnu/packages/gnome.scm (gnome): Remove it.
2021-10-02 10:54:39 +00:00
Mathieu Othacehe 57b85e37b2
gnu: gnome: Add gnome-music and gnome-photo.
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix
the indentation.
2021-10-02 10:54:39 +00:00