aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-12gnu: emacs-org: Install documentation.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org)[arguments]: Add a phase to install info file and refcard.
2020-04-12gnu: emacs-ebuild-mode: Build and install info file.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]: Build and install documentation in a new phase. [native-inputs]: Add "texinfo".
2020-04-12gnu: emacs-ebuild-mode: Update to 1.50.Michael Rohleder
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-12T07:33:34+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50. (needs info installation) From cc87b443a6dd94b07d711ec792fe1b6f1ac3e6d4 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Sun, 12 Apr 2020 07:19:44 +0200 Subject: [PATCH] gnu: emacs-ebuild-mode: Update to 1.50. * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50.
2020-04-12gnu: emacs-psc-ide: Add a comment about versioning.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Add a comment about versioning.
2020-04-12gnu: Add emacs-psc-ide.John Soo
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): New variable.
2020-04-12gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.5.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter) [version]: Correctly identify commit as version tag 0.0.5.
2020-04-12gnu: Remove duplicate python-prometheus-client.Efraim Flashner
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.7.1. * gnu/packages/python-xyz.scm (python-prometheus-client): Remove variable. * gnu/packages/monitoring.scm: Import (gnu packages monitoring).
2020-04-12gnu: guix: Update to 9d0d27f.Ludovic Courtès
2020-04-12gnu: guix: Update to 1.1.0rc2.Ludovic Courtès
2020-04-12nls: Update.Ludovic Courtès
2020-04-12gnu: xfce4-whiskermenu-plugin: Update to 2.4.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.3.
2020-04-12gnu: xfce4-pulseaudio-plugin: Update to 0.4.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.3. [source]: Hard-code NAME.
2020-04-12gnu: xfce4-clipman-plugin: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.1.
2020-04-12gnu: xfce4-screensaver: Update to 0.1.10.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.10.
2020-04-12gnu: xfce4-session: Update to 4.14.2.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-session): Update to 4.14.2. [source]: Hard-code NAME. [description]: Tweak.
2020-04-12gnu: garcon: Update to 0.7.0.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (garcon): Update to 0.7.0.
2020-04-12gnu: exo: Update to 0.12.11.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (exo): Update to 0.12.11.
2020-04-12gnu: ephemeralpg: Update to 3.0.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (ephemeralpg): Update to 3.0. [arguments]: Set #:test-target and use the standard ‘check’ phase.
2020-04-12build: Cap build parallelism on i686.Ludovic Courtès
Works around <https://bugs.gnu.org/40522>. * build-aux/compile-all.scm (parallel-job-count*): New procedure. <top level>: Use it instead of 'parallel-job-count'.
2020-04-11gnu: gdm: Don't offer GNOME when it's not in the system profile.Ludovic Courtès
Fixes <https://bugs.gnu.org/37831>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/patches/gdm-default-session.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm)[source]: Use it.
2020-04-11gnu: moarvm: Propagate libffi.Marius Bakke
* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ... [propagated-inputs]: ... here.
2020-04-11gnu: pcmanfm-qt: Remove obsolete workaround.Marius Bakke
* gnu/packages/lxqt.scm (pcmanfm-qt)[inputs]: Remove GLIB:BIN. [arguments]: Remove phase 'wrap-glib'.
2020-04-12gnu: dino: Update to 0.1.0.Arun Isaac
* gnu/packages/messaging.scm (dino): Update to 0.1.0. [source]: Replace git repository with release tarball. [arguments]: Remove "-DSHARED_SIGNAL_PROTOCOL=yes" configure flag. Remove unpack-sources phase. [native-inputs]: Remove libsignal-protocol-c-source.
2020-04-12gnu: gimp-resynthesizer: Don't use unstable tarball.Efraim Flashner
* gnu/packages/gimp.scm (gimp-resynthesizer)[source]: Download using git-fetch. [arguments]: Remove stray tabs.
2020-04-11installer: Load uvesafb kernel module.Florian Pelz
Fixes <https://bugs.gnu.org/40538>. Machines without Kernel Mode Setting (those with many old and current AMD GPUs, SiS GPUs, …) need uvesafb to show the GUI installer. Some may also need a kernel parameter like nomodeset or vga=793, but we leave that for the user to specify in GRUB. * gnu/system/install.scm (uvesafb-shepherd-service): New procedure. (uvesafb-service-type): New variable. (%installation-services): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-04-11gnu: libmypaint: Upgrade to 1.5.1.Efraim Flashner
* gnu/packages/gimp.scm (libmypaint): Upgrade to 1.5.1.
2020-04-11gnu: gnutls-3.6.13: Cross-build fix.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/gnutls-cross.patch: New file. * gnu/packages/tls.scm (gnutls-3.6.13)[source]: Use it. [native-inputs]: If cross-compiling, add native guile-3.0. This actually cross compiles .go modules.
2020-04-11gnu: guile-json: Cross-build fix.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/guile-json-cross.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-json-3)[source]: Use it. [arguments]: Remove configure to trigger bootstrap phase.
2020-04-11gnu: openssh: Build fix for the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/openssh-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. [inputs]: If hurd-target? is true, omit xauth.
2020-04-11gnu: openssl: Support cross-compilation to the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform setting.
2020-04-11system: hurd: Add guile-candy.Ludovic Courtès
* gnu/system/hurd.scm (%base-packages/hurd): Add GUILE-COLORIZED and GUILE-READLINE. (cross-hurd-image)[hurd-directives]: Add /root/.guile.
2020-04-11system: hurd: Add net-base and inetutils, and /etc/{services,protocols}.Jan (janneke) Nieuwenhuizen
This fixes In procedure getaddrinfo: Servname not supported for ai_socktype * gnu/system/hurd.scm (%base-packages/hurd): Add net-base, inetutils. (cross-hurd-image): Add /etc/{services,protocols} from net-base.
2020-04-11system: hurd: Create a proper profile.Ludovic Courtès
* gnu/system/hurd.scm (compile-manifest): New procedure. (cross-hurd-image)[for-hurd, hurd-os]: Remove. [cross-built, cross-built-entry]: New procedures. [system-profile]: New variable. [grub.cfg]: Use 'cross-built'. [profile]: Rename to... [etc-profile]: ... this, and adjust accordingly. [hurd-directives]: Create /run/current-system/profile and /etc/profile. Adjust arguments to 'qemu-image'.
2020-04-11gnu: hurd: "/libexec/rc" spawns the console client.Ludovic Courtès
* gnu/packages/hurd.scm (hurd-rc-script): Start the console client.
2020-04-11system: hurd: Add root profile.Jan (janneke) Nieuwenhuizen
* gnu/system/hurd.scm (%base-packages/hurd): New variable. (cross-hurd-image)[for-hurd]: New function. (cross-hurd-image)[hurd-os]: Use them. (cross-hurd-image)[profile]: Hack'y .profile for root, only setting PATH.
2020-04-11system: hurd: Create /etc/{hostname,motd,login} and /root.Ludovic Courtès
* gnu/system/hurd.scm (cross-hurd-image): Add /etc/{hostname,motd,login} and /root.
2020-04-11system: hurd: Add "/bin/sh" symlink.Jan (janneke) Nieuwenhuizen
This allows login.c to succeed for root. * gnu/system/hurd.scm (cross-hurd-image): Link /bin/sh to full the full bash.
2020-04-11system: hurd: Add /etc/{passwd,shadow}.Jan (janneke) Nieuwenhuizen
* gnu/system/hurd.scm: Generate hard-coded /etc/{passwd,shadow}, allows running chown in MAKEDEV and loggin in.
2020-04-11system: hurd: Add ttys symlink in "/etc/ttys".Jan (janneke) Nieuwenhuizen
* gnu/packages/hurd.scm (hurd): Substitute /libexec/. * gnu/system/hurd.scm (cross-hurd-image): Add symlink /etc/ttys => <hurd>/etc/ttys.
2020-04-11system: hurd: Add "/etc/fstab".Jan (janneke) Nieuwenhuizen
This allows running mount -o remount,rw / successfully. * gnu/system/hurd.scm (cross-hurd-image): Create a hard coded fstab and add it to hurd-os.
2020-04-11Add (gnu system hurd).Ludovic Courtès
* gnu/system/hurd.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-04-11vm: Make the device node procedure a parameter.Ludovic Courtès
* gnu/build/vm.scm (root-partition-initializer): Add #:make-device-nodes parameter and use it. * gnu/system/vm.scm (qemu-image): Add #:device-node parameter. Pass #:make-device-nodes to 'root-partition-initializer'.
2020-04-11linux-boot: Add 'make-hurd-device-nodes'.Ludovic Courtès
* gnu/build/linux-boot.scm (make-hurd-device-nodes): New procedure.
2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional.Ludovic Courtès
* gnu/build/linux-boot.scm (make-essential-device-nodes): Change 'root' to an optional parameter. * gnu/build/vm.scm (root-partition-initializer): Adjust accordingly.
2020-04-11vm: Preserve file permissions on /dev.Ludovic Courtès
Previously, when REGISTER-CLOSURES? was false, we'd set all the files under /dev to #o644, including /dev/null, /dev/zero, etc. * gnu/build/vm.scm (root-partition-initializer): Call 'reset-timestamps' separately for /dev, with #:preserve-permissions? #t.
2020-04-11database: 'reset-timestamps' can optionally preserve permissions.Ludovic Courtès
* guix/store/database.scm (reset-timestamps): Add #:preserve-permissions? and honor it.
2020-04-11gnu: guile@3: Disable JIT on GNU/Hurd.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0)[arguments]: New field.
2020-04-11gnu: cross-libc: Add patch to allow 'gettyent' reading store file names.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/glibc-hurd-gettyent.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cross-base.scm (cross-libc): Add it in 'patch-libc/hurd' phase when 'hurd-target?' is true.
2020-04-11gnu: hurd: Install a BDF font.Ludovic Courtès
* gnu/packages/hurd.scm (unifont): New variable. (hurd)[arguments]: In 'install-goodies' phase, install OUT/share/hurd/vga-system.bdf. [inputs]: Add UNIFONT.
2020-04-11gnu: hurd: Add dependency on libdaemon.Ludovic Courtès
* gnu/packages/hurd.scm (hurd)[inputs]: Add dependency on libdaemon. [native-inputs]: Add PKG-CONFIG.