aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
...
| * gnu: linux-libre@4.4: Update to 4.4.56.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.56. Mark H Weaver2017-03-26
| * system: grub: Don't attempt to load non-EFI modules on EFI.•••This resulted in a couple of harmless warnings just before the menu is displayed. * gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Move 'vbe' and 'vga' loading to the non-EFI branch. Ludovic Courtès2017-03-25
| * gnu: python2-dogtail: Update to 0.9.9.•••* gnu/packages/python.scm (python2-dogtail): Update to 0.9.9. [source]: Download using pypi-uri scheme. Efraim Flashner2017-03-25
| * gnu: git: Update to 2.12.2.•••* gnu/packages/version-control.scm (git): Update to 2.12.2. Marius Bakke2017-03-25
| * gnu: maim: Update to 4.4.62.•••* gnu/packages/xdisorg.scm (maim): Update to 4.4.62. Marius Bakke2017-03-25
| * gnu: youtube-dl: Update to 2017.03.24.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.03.24. Tobias Geerinckx-Rice2017-03-25
| * gnu: Add shellcheck.•••* gnu/packages/haskell.scm (shellcheck): New variable. Danny Milosavljevic2017-03-25
| * gnu: Add ghc-json.•••* gnu/packages/haskell.scm (ghc-json): New variable. Danny Milosavljevic2017-03-25
| * gnu: Add emacs-symon.•••* gnu/packages/emacs.scm (emacs-symon): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Vasile Dumitrascu2017-03-24
| * services: Add inetd-service-type.•••* gnu/services/networking.scm (<inetd-configuration>, <inetd-entry>): New record types. (inetd-config-file, inetd-shepherd-service): New procedures. (inetd-service-type): New variable. * doc/guix.texi (Networking Services): Document it. * gnu/tests/networking.scm: New file. * gnu/local.mk: Add it. Thomas Danckaert2017-03-24
| * services: openvpn: Fix a typo which was corrected in generated doc.•••* gnu/services/vpn.scm (define-split-configuration): Fix typo. Signed-off-by: Clément Lassieur <clement@lassieur.org> Mathieu Othacehe2017-03-24
| * gnu: Add tlp service.•••* gnu/services/pm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/tlp.scm. * doc/guix.texi (Power management Services): New section. Signed-off-by: Clément Lassieur <clement@lassieur.org> Mathieu Othacehe2017-03-24
| * services: configuration: Rewrite id procedure.•••* gnu/services/configuration.scm (id): Replace it using the more concise version found in messaging.scm. Signed-off-by: Clément Lassieur <clement@lassieur.org> Mathieu Othacehe2017-03-24
| * services: Factorize define-maybe macro.•••* gnu/services/configuration.scm (id): New procedure extracted from define-configuration. (define-maybe): New exported procedure, moved from messaging.scm. * gnu/services/messaging.scm (define-maybe): Remove it. (id): Move declaration inside define-all-configurations which is now the only caller procedure. Signed-off-by: Clément Lassieur <clement@lassieur.org> Mathieu Othacehe2017-03-24
| * gnu: tlp: Read configuration from /etc/tlp.•••* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". Signed-off-by: Clément Lassieur <clement@lassieur.org> Mathieu Othacehe2017-03-24
| * gnu: Add emacs-aggresive-indent-mode.•••* gnu/packages/emacs.scm (emacs-aggressive-indent): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Vasile Dumitrascu2017-03-24
| * gnu: ccache: Update to 3.3.4.•••* gnu/packages/ccache.scm (ccache): Update to 3.3.4. Efraim Flashner2017-03-24
| * gnu: talloc: Update to 2.1.9.•••* gnu/packages/samba (talloc): Update to 2.1.9. [home-page]: Use https. Efraim Flashner2017-03-24
| * gnu: samba: Update to 4.5.7 [fixes CVE-2017-2619].•••* gnu/packages/samba.scm (samba): Update to 4.5.7. Efraim Flashner2017-03-24
| * services: guix-publish: Add 'compression-level' and 'nar-path' fields.•••* gnu/services/base.scm (<guix-publish-configuration>)[compression-level, nar-path]: New fields. (guix-publish-shepherd-service): Honor them. * doc/guix.texi (Base Services): Document them. Ludovic Courtès2017-03-24
| * doc: Document 'guix-publish-service-type' instead of 'guix-publish-service'.•••* doc/guix.texi (Base Services): Document 'guix-publish-service-type' and 'guix-configuration'. Remove 'guix-publish-service'. (Invoking guix publish): Mention 'guix-publish-service-type'. * gnu/services/base.scm (guix-publish-service): Mark as deprecated. (<guix-configuration>): Export getters. Ludovic Courtès2017-03-24
| * gnu: nginx: Update to 1.11.11.•••* gnu/packages/web.scm (nginx): Update to 1.11.11. Marius Bakke2017-03-23
| * gnu: rustc: Simplify configure phase.•••* gnu/packages/rust.scm (rustc): Simplify configure phase. Danny Milosavljevic2017-03-23
| * gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.•••* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: In phase 'install-desktop-urxvtc' add '(client)' to the 'Name' line of the resulting '.desktop' file. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02017-03-23
| * gnu: knot: Update to 2.4.2.•••* gnu/packages/dns.scm (knot): Update to 2.4.2. Tobias Geerinckx-Rice2017-03-23
| * gnu: python-appdirs: Use pypi-uri.•••This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a. * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use pypi-uri. Leo Famulari2017-03-23
* | gnu: libreoffice: Update to 5.3.1.2.•••* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.1.2. [inputs]: Add libstaroffice and libzmf. [arguments]: Remove reference to removed patch; unpack xmlsec 1.2.23 tarball. (xmlsec-src-libreoffice): Update to version 1.2.23 tarball. Thomas Danckaert2017-03-27
* | gnu: orcus: Update to 0.12.1.•••* gnu/packages/libreoffice.scm (orcus): Update to 0.12.1. [inputs]: Add python. Thomas Danckaert2017-03-27
* | gnu: libetonyek: Update to 0.1.6.•••* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.6. [arguments]: Add phase 'autoreconf, because configure.ac is patched. Add configure flag "--with-mdds=1.2". [inputs]: Add liblangtag. [native-inputs]: Add autoconf and automake. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Thomas Danckaert2017-03-27
* | gnu: Add libstaroffice.•••* gnu/packages/libreoffice.scm (libstaroffice): New variable. Thomas Danckaert2017-03-27
* | gnu: ixion: Update to 0.12.2.•••* gnu/packages/libreoffice.scm (ixion): Update to 0.12.2. [inputs]: Replace python-2 by python. Thomas Danckaert2017-03-27
* | gnu: mdds: Upgrade to 1.2.2.•••* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2. Thomas Danckaert2017-03-27
* | gnu: Add libzmf.•••* gnu/packages/libreoffice.scm (libzmf): New Variable. Thomas Danckaert2017-03-27
* | gnu: mumble: Fix build after speex update.•••* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP. Marius Bakke2017-03-26
* | gnu: Add speexdsp.•••* gnu/packages/xiph.scm (speexdsp): New variable. Export it. Marius Bakke2017-03-26
* | gnu: po4a: Make manpages writable before resetting timestamps.•••* gnu/packages/gettext.scm (po4a)[arguments]: Add 'make-compressed-files-writable' phase. Marius Bakke2017-03-26
* | gnu: bigloo: Fix build failure in ld.•••* gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC. Julien Lepiller2017-03-26
* | gnu: libsvgtiny: Build with gperf@3.0.•••* gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0. Marius Bakke2017-03-26
* | gnu: libpqxx: Fix build with newer sed.•••* gnu/packages/databases.scm (libpqxx)[arguments]: Add 'fix-sed-command' phase that corrects a typo in the configure script. Marius Bakke2017-03-26
* | gnu: aseprite: Downgrade to 1.1.7.•••* gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7. Efraim Flashner2017-03-26
* | gnu: vte-ng: Build with gperf@3.0.•••* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0. Marius Bakke2017-03-26
* | gnu: libtorrent-rasterbar: Update to 1.1.2.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.2. [source]: Use patch. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Marius Bakke2017-03-26
* | gnu: aseprite: Update to 1.1.13.•••* gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive. Marius Bakke2017-03-26
* | gnu: coreutils: Patch 'cut' unit test on ARM.•••Fixes <https://bugs.gnu.org/26253>. * gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file. * gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input. [arguments] <#:phases>: On ARM, add 'patch-cut-test' phase. * gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'. Ludovic Courtès2017-03-25
* | gnu: xorg-server-xwayland: Add missing input.•••* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols. Efraim Flashner2017-03-25
* | gnu: pcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (pcc)[supported-systems]: New field. Efraim Flashner2017-03-25
* | gnu: tcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems. Efraim Flashner2017-03-25
* | gnu: devil: Update to 1.8.0.•••* gnu/packages/patches/devil-CVE-2009-3994.patch, gnu/packages/patches/devil-fix-libpng.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (devil): Update to 1.8.0. [source]: Remove patches and snippet. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. Remove #:configure-flags and add a 'change-directory' phase. Remove 'fix-tests' phase. [inputs]: Change LIBJPEG to LIBJPEG-TURBO. Marius Bakke2017-03-24
* | gnu: ustr: Fix build with GCC 5.•••* gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/textutils.scm (ustr)[source]: Use patch. Signed-off-by: Leo Famulari <leo@famulari.name> rennes2017-03-23
* | gnu: rcs: Fix build against gcc-5.4.0.•••* gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file. * gnu/packages/version-control.scm (rcs)[source]: Applied patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Sergei Trofimovich2017-03-23