summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: swaylock: Fix indentation.Rutger Helling2019-03-11
| | | | * gnu/packages/wm.scm (swaylock): Fix indentation.
* gnu: Add swaylock.Rutger Helling2019-03-11
| | | | * gnu/packages/wm.scm (swaylock): New variable.
* gnu: Add swayidle.Rutger Helling2019-03-11
| | | | * gnu/packages/wm.scm (swayidle): New variable.
* gnu: Add sway.Rutger Helling2019-03-11
| | | | * gnu/packages/wm.scm (sway): New variable.
* gnu: Add wlroots.Rutger Helling2019-03-11
| | | | * gnu/packages/wm.scm (wlroots): New variable.
* gnu: emacs-magit: Fix perl path in dedicated variable.Pierre Neidhardt2019-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Do it.
* gnu: Add emacs-lorem-ipsum.Pierre Neidhardt2019-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-lorem-ipsum): New variable.
* gnu: emacs-json-reformat: Fix test.Oleg Pykhalov2019-03-11
| | | | | | | This patch deletes a test which tries to compare JSON objects order. * gnu/packages/emacs-xyz.scm (emacs-json-reformat): Delete 'json-reformat-test:json-reformat-region' test.
* gnu: r-with-tests: Update to 3.5.3.Ricardo Wurmus2019-03-11
| | | | * gnu/packages/statistics.scm (r-with-tests): Update to 3.5.3.
* gnu: s6-linux-utils: Update to 2.5.0.1.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.1.
* gnu: s6-linux-init: Update to 0.4.0.1.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.1.
* gnu: s6-portable-utils: Update to 2.2.1.3.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.3.
* gnu: s6-rc: Update to 0.5.0.0.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-rc): Update to 0.5.0.0.
* gnu: s6-networking: Update to 2.3.0.4.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.4.
* gnu: s6-dns: Update to 2.3.0.2.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.2.
* gnu: s6: Update to 2.8.0.0.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (s6): Update to 2.8.0.0.
* gnu: execline: Update to 2.5.1.0.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (execline): Update to 2.5.1.0.
* gnu: skalibs: Update to 2.8.0.1.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/skarnet.scm (skalibs): Update to 2.8.0.1.
* gnu: picocom: Fix description.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/terminals.scm (picocom)[synopsis]: Shorten. [description]: Properly introduce.
* gnu: picocom: Update to 3.1.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/terminals.scm (picocom): Update to 3.1.
* gnu: perl-image-exiftool: Update to 11.31.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/photo.scm (perl-image-exiftool): Update to 11.31.
* gnu: perl-image-exiftool: Add upstream URL.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/photo.scm (perl-image-exiftool)[source]: Also download from the home page.
* gnu: linux-libre: Update to 5.0.1.Mark H Weaver2019-03-11
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.1. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.28.Mark H Weaver2019-03-11
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.28. (%linux-libre-4.19-hash): Update hash.
* gnu: Add eternalterminal.Efraim Flashner2019-03-11
| | | | * gnu/packages/terminals.scm (eternalterminal): New variable.
* gnu: crawl: Build without SSE only on some architecures.Efraim Flashner2019-03-11
| | | | | | | This is a follow-up to b89284407fd5d865ca7cc8622459692cec9297cf. * gnu/packages/games.scm (crawl)[arguments]: Remove custom 'patch-flags phase, add make-flag on non-x86* architectures to build without SSE.
* gnu: xvid: Update to 1.3.5.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/video.scm (xvid): Update to 1.3.5.
* gnu: python-acme, certbot: Update to 0.32.0.Tobias Geerinckx-Rice2019-03-11
| | | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.32.0. (certbot)[source]: Update hash. [native-inputs]: Replace python-nose with python-pytest. [propagated-inputs]: Add python-cryptography.
* gnu: avidemux: Update to 2.7.2.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/video.scm (avidemux): Update to 2.7.2. [arguments]: Update version of included ffmpeg.
* gnu: avidemux: Factorise ffmpeg version.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/video.scm (avidemux)[arguments]: Move oft-repeated hard-coded ffmpeg version number to a single let-bound variable.
* gnu: avidemux: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/video.scm (avidemux)[source]: Hard-code NAME.
* gnu: youtube-dl: Update to 2019.03.09.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.03.09.
* gnu: texmaker: Update to 5.0.3.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/tex.scm (texmaker): Update to 5.0.3.
* gnu: stunnel: Update to 5.50.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/web.scm (stunnel): Update to 5.50.
* gnu: you-get: Update to 0.4.1270.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1270.
* gnu: nginx-documentation: Update to 2019-03-01-2345-7ef11708457e.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/web.scm (nginx-documentation): Update to 2019-03-01-2345-7ef11708457e. [arguments]: Simplify substitution.
* gnu: nginx: Update to 1.15.9.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/web.scm (nginx): Update to 1.15.9.
* gnu: xf86-video-ati: Update to 19.0.0.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.0. [source]: Re-indent.
* gnu: xf86-video-amdgpu: Update to 19.0.0.Tobias Geerinckx-Rice2019-03-11
| | | | | * gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.0. [source]: Re-indent.
* gnu: console-setup: Update to 1.190.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/xorg.scm (console-setup): Update to 1.190.
* gnu: snd: Update to 19.2.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/audio.scm (snd): Update to 19.2.
* services: guix: Pre-compute the default ACL.Ludovic Courtès2019-03-10
| | | | | | | | This makes the first boot slightly faster. * gnu/services/base.scm (not-config?): New procedure. (hydra-key-authorization): Rewrite to pre-compute the default ACL, and pre-compute it using (guix pki) directly.
* services: guix: Allocate build user UIDs in the system range.Ludovic Courtès2019-03-10
| | | | | | | | | | Until now we were allocating the UIDs of build users above 30000, which is in "normal" user UID range. This static allocation was unnecessary, so this change lets the system allocate UIDs in the system range (below 1000). * gnu/services/base.scm (guix-build-accounts): Remove #:first-uid, and remove 'uid' field from 'user-account'.
* gnu: gnome-shell: Avoid top-level reference to inkscape.Ludovic Courtès2019-03-10
| | | | | | | | | | | Fixes <https://bugs.gnu.org/34806>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/gnome.scm (gnome-shell)[source](snippet): Remove reference to INKSCAPE. Instead, simply copy the SVG file to data/theme. [arguments]: Add 'convert-logo-to-png' phase. [native-inputs]: Add INKSCAPE.
* gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].Tobias Geerinckx-Rice2019-03-10
| | | | * gnu/packages/admin.scm (ansible): Update to 2.7.8.
* gnu: pugixml: Build as shared library.Marius Bakke2019-03-10
| | | | | | | | | * gnu/packages/patches/pugixml-versioned-libdir.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xml.scm (pugixml)[source](patches): New field. [arguments]: Instruct the build system to create a shared rather than static library. [native-inputs]: Add PKG-CONFIG.
* gnu: FileZilla: Update to 3.41.1.Marius Bakke2019-03-10
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.41.1.
* gnu: pugixml is a regular input.Marius Bakke2019-03-10
| | | | | | * gnu/packages/emulators.scm (mame)[native-inputs]: Move PUGIXML ... [inputs]: ... here. * gnu/packages/ftp.scm (filezilla)[native-inputs, inputs]: Likewise.
* services: zabbix-front-end: Show location in messages.Oleg Pykhalov2019-03-10
| | | | | * gnu/services/monitoring.scm (zabbix-front-end-config): Show location in messages.
* services: configuration: Add '%location'.Oleg Pykhalov2019-03-10
| | | | * gnu/services/configuration.scm (define-configuration): Add '%location'.