Age | Commit message (Expand) | Author |
2016-08-22 | gnu: gpsbabel: Build with gnu++11....* gnu/packages/gps.scm (gpsbabel)[arguments]: Add configure-flag. Disable tests.
| David Craven |
2016-08-22 | gnu: qsynth: Build with gnu++11....* gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
| David Craven |
2016-08-22 | gnu: alsa-modular-synth: Build with gnu++11....* gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add configure-flag.
| David Craven |
2016-08-22 | gnu: poppler-qt5: Build with gnu++11....* gnu/packages/pdf.scm (poppler-qt5)[arguments]: Add configure-flag.
| David Craven |
2016-08-22 | gnu: pinentry-qt: Build with gnu++11....* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
| David Craven |
2016-08-22 | gnu: kwidgetsaddons: Disable tests....* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests.
Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
| David Craven |
2016-08-22 | gnu: kguiaddons: Fix test failure....* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]:
Remove phase 'start-xorg-server. Add phase 'check-setup.
| David Craven |
2016-08-22 | services: elogind: Provide '%elogind-file-systems' by extension....* gnu/system/file-systems.scm (%base-file-systems): Remove
%ELOGIND-FILE-SYSTEMS.
* gnu/services/desktop.scm (elogind-service-type): Extend
FILE-SYSTEM-SERVICE-TYPE to provide %ELOGIND-FILE-SYSTEMS.
| Ludovic Courtès |
2016-08-22 | services: Make a single extensible 'file-systems' service....Previously we would create one 'file-system-service-type' instead per
file system. Now, we create only one instance for all the file
systems.
* gnu/services/base.scm (fstab-service-type)[compose]: Change to
CONCATENATE.
(file-system-shepherd-service): Change to return either one
<shepherd-service> or #f.
(file-system-service-type): Pluralize 'name'. Adjust
SHEPHERD-ROOT-SERVICE-TYPE extension to above changes. Add 'compose'
and 'extend'.
(file-system-service): Remove.
* gnu/system.scm (other-file-system-services): Rename to...
(non-boot-file-system-service): ... this. Change to return a single
FILE-SYSTEM-SERVICE-TYPE instance.
(essential-services): Adjust accordingly.
| Ludovic Courtès |
2016-08-22 | gnu: openssh: Set the default sshd user PATH to something sensible....* gnu/packages/ssh.scm (openssh)[arguments]: Pass
"--with-default-path".
| Ludovic Courtès |
2016-08-22 | gnu: openssh: Add PAM support in sshd....* gnu/packages/ssh.scm (openssh)[inputs]: Add LINUX-PAM.
[arguments]: Add "--with-pam" to #:configure-flags.
| Ludovic Courtès |
2016-08-22 | gnu: pius: Use the 'gpg' command instead of 'gpg2'....This is a followup to bc85b127df622575988f8e760f72d608d0900a75.
* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
| Ludovic Courtès |
2016-08-21 | gnu: asciidoc: Use local docbook-xsl package....* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl.
[arguments]: Add 'make-local-docbook-xsl' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tomáš Čech |
2016-08-21 | gnu: Add gparted....* gnu/packages/disk.scm (gparted): New variable.
| Roel Janssen |
2016-08-21 | gnu: disk: Use license: prefix....* gnu/packages/disk.scm (define-module): Import guix licenses with a prefix.
(parted): Use the import prefix.
(fdisk): Likewise.
(gptfdisk): Likewise.
(ddrescue): Likewise.
(dosfstools): Likewise.
(sdparm): Likewise.
(idle3-tools): Likewise.
| Roel Janssen |
2016-08-21 | gnu: epiphany: Update to 3.20.3....* gnu/packages/gnome.scm (epiphany): Update to 3.20.3.
| Ricardo Wurmus |
2016-08-21 | gnu: Remove superfluous whitespace from (gnu packages xml)....* gnu/packages/xml.scm: Remove superfluous whitespace.
| Leo Famulari |
2016-08-21 | gnu: Add emacs-org....* gnu/packages/emacs.scm (emacs-org): New variable.
| Nicolas Goaziou |
2016-08-21 | gnu: linux-libre: Update to 4.7.2....* gnu/packages/linux.scm (linux-libre): Update to 4.7.2.
| Mark H Weaver |
2016-08-21 | gnu: linux-libre@4.4: Update to 4.4.19....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.19.
| Mark H Weaver |
2016-08-21 | gnu: mutt: Update to 1.7.0....* gnu/packages/mail.scm (mutt): Update to 1.7.0.
[arguments]: Pass "--enable-sidebar" to #:configure-flags.
| Leo Famulari |
2016-08-21 | gnu: qemu: Update to 2.6.1....* gnu/packages/qemu.scm (qemu): Update to 2.6.1.
| Efraim Flashner |
2016-08-21 | gnu: gimp: Fix python plugin....* gnu/packages/gimp.scm (gimp)[arguments]: Add phase to
install 'sitecustomize.py'.
| 宋文武 |
2016-08-21 | gnu: gimp: Update to 2.8.16....* gnu/packages/patches/gimp-CVE-2016-4994.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gimp.scm (gimp): Update to 2.8.16.
[source]: Remove patch.
| 宋文武 |
2016-08-21 | gnu: babl: Update to 0.1.18....* gnu/packages/gimp.scm (babl): Update to 0.1.18.
[source]: Add gimp.org to 'uri'.
| 宋文武 |
2016-08-20 | system: Fix 'guix system' when root fs is named by UUID....Fixes <https://bugs.gnu.org/23881>.
* guix/scripts/system.scm (previous-grub-entries)
(display-system-generation): Handle the case where the root device is
specified by UUID.
| Mark H Weaver |
2016-08-19 | gnu: borg: Update to 1.0.7....* gnu/packages/backup.scm (borg): Update to 1.0.7.
| Leo Famulari |
2016-08-19 | gnu: python-msgpack: Update to 0.4.8....* gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.8.
| Leo Famulari |
2016-08-19 | gnu: python-llfuse: Update to 1.1.1....* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.1.
| Leo Famulari |
2016-08-19 | gnu: gnome-maps: Update to 3.18.3....* gnu/packages/geo.scm (gnome-maps): Update to 3.18.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alex Griffin |
2016-08-19 | gnu: python-lirc: Fix file-name....* gnu/packages/lirc.scm (python-lirc, python2-lirc): Indentation fixes.
[source]: Fix misleading file-name.
| Leo Famulari |
2016-08-19 | gnu: perl-net-smtp-ssl: Use CPAN mirror....* gnu/packages/web.scm (perl-net-smtp-ssl)[source]: Use CPAN mirror.
| Efraim Flashner |
2016-08-19 | gnu: unclutter: Use 'modify-phases'....* gnu/packages/xdisorg.scm (unclutter)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-19 | gnu: xdotool: Use 'modify-phases'....* gnu/packages/xdisorg.scm (xdotool)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-19 | gnu: Avoid @itemize in descriptions....* gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate
instead of @itemize to work around <http://bugs.gnu.org/21772>.
(kitemmodels)[description]: Likewise.
| Ludovic Courtès |
2016-08-19 | edit: Do not honor 'GUIX_BUILD_OPTIONS'....* guix/scripts/edit.scm (guix-edit)[parse-arguments]: New procedure.
Use it.
| Ludovic Courtès |
2016-08-19 | gnu: openssh: Use /etc as the sysconfdir....* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
| Ludovic Courtès |
2016-08-19 | gnu: atlas: Use 'modify-phases'....* gnu/packages/maths.scm (atlas)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-19 | gnu: rhythmbox: Update to 3.4....* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.
[arguments]: Add PYTHONPATH environment variable to 'wrap-program'.
| Tobias Geerinckx-Rice |
2016-08-19 | gnu: shotwell: Update to 0.23.5....* gnu/packages/gnome.scm (shotwell): Update to 0.23.5.
[propagated-inputs]: Add dconf.
[native-inputs]: Remove m4, desktop-file-utils, which, gnome-doc-utils,
python2, and python2-libxml2.
[inputs]: Remove gst-plugins-good, rest, and gtk+. Add glib:bin.
| Tobias Geerinckx-Rice |
2016-08-19 | gnu: shotwell: Update to 0.23.4....* gnu/packages/gnome.scm (shotwell): Update to 0.23.4.
[native-inputs]: Add itstool.
| Efraim Flashner |
2016-08-19 | gnu: paperkey: Use 'modify-phases'....* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-19 | gnu: signing-key: Use tex for the description....* gnu/packages/gnupg.scm (signing-key)[description]: Update the
description to use tex formatting.
| Efraim Flashner |
2016-08-19 | gnu: signing-party: Use Debian mirror for downloads....* gnu/packages/gnupg.scm (signing-party)[source]: Switch to using the
Debian mirror scheme.
| Efraim Flashner |
2016-08-19 | gnu: signing-party: Use 'modify-phases'....* gnu/packages/gnupg.scm (signing-party)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-19 | gnu: python-pygpgme: Move setuptools to python2-pygpgme....* gnu/packages/gnupg.scm (python-pygpgme)[inputs]: Remove
python-setuptools.
(python2-pygpgme)[native-inputs]: Add python2-setuptools.
| Efraim Flashner |
2016-08-19 | gnu: moreutils: Add download location....* gnu/packages/moreutils.scm (moreutils)[source]: Add Debian snapshot
alternative uri for downloading.
| Efraim Flashner |
2016-08-19 | services: guix: Add 'authorized-keys' configuration knob....* gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter
and honor it.
(%default-authorized-guix-keys): New variable.
(<guix-configuration>)[authorized-keys]: New field.
(guix-shepherd-service): Adjust 'match' clause accordingly.
(guix-activation): Adjust call to 'hydra-key-authorization'.
* doc/guix.texi (Base Services): Document 'authorized-keys'.
| Ludovic Courtès |
2016-08-18 | gnu: Add interrobang....* gnu/packages/admin.scm (interrobang): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-08-18 | gnu: bs1770gain: Update to 0.4.11....* gnu/packages/audio.scm (bs1770gain): Update to 0.4.11.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alex Griffin |