summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-14gnu: emacs-evil-matchit: Update to 2.2.6....* gnu/packages/emacs.scm (emacs-evil-matchit): Update to 2.2.6. Arun Isaac
2018-04-14gnu: emacs-evil-matchit: Fix byte compilation....* gnu/packages/emacs.scm (emacs-evil-matchit)[propagated-inputs]: Add emacs-evil. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-14gnu: emacs-es-mode: Update to 4.3.0....* gnu/packages/emacs.scm (emacs-es-mode): Update to 4.3.0. Arun Isaac
2018-04-14gnu: emacs-es-mode: Fix byte compilation....* gnu/packages/emacs.scm (emacs-es-mode)[propagated-inputs]: Add emacs-dash and emacs-spark. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-14gnu: Add emacs-spark....* gnu/packages/emacs.scm (emacs-spark): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-14gnu: emacs-cdlatex: Fix byte compilation....* gnu/packages/emacs.scm (emacs-cdlatex)[propagated-inputs]: Add emacs-auctex. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-13gnu: antlr3-3.1: Fix installed script....* gnu/packages/java.scm (antlr3-3.1)[arguments]: Fix jar name in script. Julien Lepiller
2018-04-13gnu: joe: Update to 4.6....* gnu/packages/text-editors.scm (joe): Update to 4.6. Eric Bavier
2018-04-13gnu: hexchat: Update to 2.14.1....* gnu/packages/messaging.scm (hexchat): Update to 2.14.1. [source]: Remove obsolete snippet. [build-system]: Use the meson-build-system. [native-inputs]: Add perl, and gettext-minimal. Remove autoconf, autoconf-archive, automake, intltool, and libtool. [inputs]: Add libproxy. [arguments]: Add a phase to skip generation of icon and .desktop file databases. Remove #:make-flags. Leo Famulari
2018-04-13gnu: Add iRRAM....* gnu/packages/multiprecision.scm (irram): New variable. Andreas Enge
2018-04-13gnu: linux-libre: Update to 4.16.2....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.2. (%linux-libre-hash): Update hash. Mark H Weaver
2018-04-13gnu: linux-libre@4.14: Update to 4.14.34....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.34. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-04-13gnu: Add missing freeimage patch....This is a follow-up to a5d4c96b8d90b8bb87e07bd6a7be78991db91bc9. * gnu/packages/patches/freeimage-unbundle.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2018-04-13gnu: freeimage: Remove bundled libraries....This fixes bug #28261. * gnu/packages/image.scm (freeimage)[source]: Remove bundled libraries. [arguments]: Replace 'configure phase, add phase to replace unbuildable files with empty ones. Adjust makeflags to new inputs. [native-inputs]: Add pkg-config. [inputs]: Add libjpeg, libjxr, libpng, libraw, libtiff, libwebp, openexr, openjpeg, zlib. [supported-systems]: Add mips64el-linux as a supported system. Efraim Flashner
2018-04-12gnu: datamash: Fix tests on ARM systems....* gnu/packages/patches/datamash-arm-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/datamash.scm (datamash)[source]: Use it. Eric Bavier
2018-04-12gnu: Add fasd....* gnu/packages/admin.scm (fasd): New variable. Eric Bavier
2018-04-12gnu: pioneer: Update to 20180203....* gnu/packages/games.scm (pioneer): Update to 20180203. [source]: Use git-fetch method to avoid github tarball. Eric Bavier
2018-04-12gnu: cool-retro-term: Update to 1.0.1....* gnu/packages/terminals.scm (cool-retro-term): Update to 1.0.1. [source]: Programmatically remove fonts. [arguments]: Simplify 'configure phase and use 'invoke'. Add 'install-man phase. 'let*' -> 'let' where possible. * gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier
2018-04-12Revert "Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].""...This reverts commit 4ccbdcbcadd6d2e432ee0afa220bc003e72a5b8a. Mark H Weaver
2018-04-12Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]."...This reverts commit 65bfe30d8a4e930599603f6d835023bbd0dbcb9a. Mark H Weaver
2018-04-12gnu: xf86-input-libinput: Update to 0.27.1....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.1. Marius Bakke
2018-04-12gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]....* gnu/packages/web.scm (nghttp2): Update to 1.31.1. Marius Bakke
2018-04-12gnu: lrdf: Update to 0.6.1....* gnu/packages/rdf.scm (lrdf): Update to 0.6.1. [source](uri): Adjust to version prefix. [arguments]: Remove obsolete deletions. [inputs]: Remove OPENSSL. Marius Bakke
2018-04-12gnu: gnupg: Remove unreferenced inputs....* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl. Efraim Flashner
2018-04-12gnu: gnupg: Update to 2.2.6....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.6. Efraim Flashner
2018-04-11gnu: krita: Update to 4.0.1....* gnu/packages/kde.scm (krita): Update to 4.0.1. Leo Famulari
2018-04-11system: Provide a fall-back PATH for non-login shells started with su(1)....* gnu/system.scm (operating-system-etc-service): Provide values for ENV_PATH and ENV_SUPATH in '/etc/login.defs'. Leo Famulari
2018-04-11gnu: icecat: Add more fixes from upstream mozilla-esr52....* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. Mark H Weaver
2018-04-11gnu: icecat: Add more configure flags and rename a phase....* gnu/packages/gnuzilla.scm (icecat)[arguments]: To configure-flags, add "--with-distribution-id=org.gnu", "--disable-tests", "--disable-updater", "--disable-crashreporter", "--disable-maintenance-service", and "--disable-eme". Rename the 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase to 'link-libxul-with-libraries'. Mark H Weaver
2018-04-11services: cgit: Add support for project-list....* doc/guix.texi (Version Control Services): Update accordingly. * gnu/services/cgit.scm (cgit-configuration)[project-list]: New field. (serialize-project-list): New procedure that uses PLAIN-FILE to generate a file from the string list given by the user as input. (serialize-cgit-configuration): Make sure to serialize 'project-list' before 'repostory-directory'. Clément Lassieur
2018-04-11services: cgit: Enforce serialization order....* gnu/services/cgit.scm (serialize-cgit-configuration): New procedure that serializes fields with a precise order. (cgit-activation): Replace the generic SERIALIZE-CONFIGURATION with SERIALIZE-CGIT-CONFIGURATION. Clément Lassieur
2018-04-11services: cgit: Add support for file-like objects....* doc/guix.texi (Version Control Services): Update accordingly. * gnu/services/cgit.scm (serialize-field, serialize-string, serialize-boolean, serialize-integer, serialize-repository-cgit-configuration-list, serialize-nginx-server-configuration-list, serialize-repo-field, serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path, serialize-repository-directory, serialize-mimetype-alist): Return strings or string-valued gexps and stop printing. (repository-cgit-configuration)[source-filter, about-filter, commit-filter, logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css, email-filter, favicon, include, logo, owner-filter, mimetype-file, readme, source-filter]: Replace STRING with FILE-OBJECT. (file-object?, serialize-file-object, repo-file-object?, serialize-repo-file-object): New procedures. (cgit-activation): Use SERIALIZE-CONFIGURATION's return value with MIXED-TEXT-FILE instead of using its output with PLAIN-FILE. Clément Lassieur
2018-04-11services: cgit: Simplify 'serialize-module-link-path'....* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT and UGLIFY-FIELD-NAME. Clément Lassieur
2018-04-11services: cgit: Simplify 'uglify-field-name'....* gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and STRING-SPLIT. Clément Lassieur
2018-04-11gnu: linux-libre: Update to 4.16.1....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.1. (%linux-libre-hash): Update hash. * gnu/packages/aux-files/linux-libre/4.15-arm.conf, gnu/packages/aux-files/linux-libre/4.15-i686.conf, gnu/packages/aux-files/linux-libre/4.15-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/4.16-arm.conf, gnu/packages/aux-files/linux-libre/4.16-i686.conf, gnu/packages/aux-files/linux-libre/4.16-x86_64.conf: New files. * Makefile.am (AUX_FILES): Update accordingly. Mark H Weaver
2018-04-11gnu: linux-libre: Add 'patch-/bin/pwd' phase....* gnu/packages/linux.scm (make-linux-libre)[arguments]: Add 'patch-/bin/pwd' phase. Mark H Weaver
2018-04-11gnu: elfutils: Disable failing test....* gnu/packages/elf.scm (elfutils)[arguments]: Skip test which always fails on aarch64-linux. Efraim Flashner
2018-04-11gnu: guile-config: Update to 0.2....* gnu/packages/guile.scm (guile-config): Update to 0.2. [source]: Change to github repo. [native-inputs]: Add make dist dependencies. [license]: Update license. Alex Sassmannshausen
2018-04-11nls: Add Spanish translation.Ludovic Courtès
2018-04-11self: Produce a spliced (guix config) to placate Guile 2.0....Fixes 'guix pull' with Guile 2.0. See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27284#153>. * guix/self.scm (make-config.scm): Remove 'begin' in 'scheme-file' argument and pass #:splice? #t. Ludovic Courtès
2018-04-11gexp: 'scheme-file' can splice expressions....* guix/gexp.scm (<scheme-file>)[splice?]: New field. (scheme-file): Add #:splice? and pass it to '%scheme-file'. (scheme-file-compiler): Pass SPLICE? to 'gexp->file'. (gexp->file): Add #:splice? and honor it. * tests/gexp.scm ("gexp->file + #:splice?"): New test. ("gexp->derivation & with-imported-module & computed module"): Use #:splice? #t. Ludovic Courtès
2018-04-11self: 'package-for-guile' really honors GUILE-VERSION....* guix/self.scm (package-for-guile): Pass GUILE-VERSION to 'false-if-wrong-guile'. Ludovic Courtès
2018-04-11self: Remove 'eval-when' from in generated (guix config)....* guix/self.scm (make-config.scm): Remove unneeded 'eval-when'. Ludovic Courtès
2018-04-11gnu: Add qBittorrent....* gnu/packages/bittorrent.scm (qBittorrent): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial
2018-04-11gnu: libtorrent-rasterbar: Add CXXFLAGS....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial
2018-04-11gnu: tlsdate: Fix compilation on aarch64-linux-gnu....* gnu/packages/ntp.scm (tlsdate)[arguments]: Add #:configure-flags. Ludovic Courtès
2018-04-11gnu: guix: Update to 486de73....* gnu/packages/package-management.scm (guix): Update to 486de73. Ludovic Courtès
2018-04-10gnu: mes: Update to 0.12....* gnu/packages/mes.scm (mes): Update to 0.12. Jan Nieuwenhuizen
2018-04-10gnu: cuirass: Update to 238f856....* gnu/packages/ci.scm (cuirass): Update to 238f856. Ludovic Courtès
2018-04-10self: Don't use deprecated package names....* guix/self.scm (compiled-guix)[guile-json, guile-ssh]: Don't refer t "guile2.2-json" and "guile2.2-ssh", which are deprecated. Ludovic Courtès