summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-26guix download: Ensure destination file-name is valid in the store....Avoid invalid store-file-name by explicitly passing the destination name, replacing any character not allowed in the store-file-name by an underscore. Fixes <http://issues.guix.gnu.org/issue/26175> * guix/scripts/download.scm (safe-naensure-valid-store-file-nameme): New function. (download-to-store*): Use it to generate a "safe" basename of URL. Hartmut Goebel
2019-09-26gnu: Add debops....* gnu/packages/admin.scm (debops): New variable. * gnu/packages/patches/debops-constants-for-external-program-names.patch, gnu/packages/patches/debops-debops-defaults-fall-back-to-less.patch: New files. * gnu/local.mk: Add them. Hartmut Goebel
2019-09-26gnu: Add python-distro....* gnu/packages/python-xyz.scm (python-distro): New variable. Hartmut Goebel
2019-09-26gnu: python-libmpsse: Update to 1.4....* gnu/packages/embedded.scm (python2-libmpsse): Rename to... (python-libmpsse): ...this. [version]: Update to 1.4. [source]: Change repository and version. [inputs]: Change Python version. [arguments]: Add #parallel-build?. (python2-libmpsse): New variable. Danny Milosavljevic
2019-09-26guix package: Add '--list-profiles'....* guix/scripts/package.scm (show-help, %options): Add '--list-profiles'. (process-query): Honor it. * tests/guix-package.sh: Add test. Ludovic Courtès
2019-09-26doc: Do not comment out closing parens in Android examples....* doc/guix.texi (Base Services): Arrange so that closin parens are not commented out. Ludovic Courtès
2019-09-26doc: Add missing paren in CPE example....* doc/guix.texi (Invoking guix lint): Add missing paren in 'cpe-name' example. Ludovic Courtès
2019-09-26doc: Add missing parens in inetd example....* doc/guix.texi (Networking Services): Add missing parens in inetd service example. Ludovic Courtès
2019-09-26doc: Fix syntax of Varnish example....* doc/guix.texi (Web Services): Escape nested string in '%gnu-mirror' variable definition. Adjust indentation. Ludovic Courtès
2019-09-26gnu: emacs-helm-dash: Update to 1.3.0-2.7f853bd....* gnu/packages/emacs-xyz.scm (emacs-helm-dash): Update to 1.3.0-2.7f853bd. Brian Leung
2019-09-26gnu: emacs-counsel-dash: Update to 0.1.3-2.24d370b....* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-2.24d370b. Brian Leung
2019-09-26gnu: Add emacs-dash-docs....* gnu/packages/emacs-xyz.scm (emacs-dash-docs): New variable. Brian Leung
2019-09-26gnu: emacs-youtube-dl: Update to 1.0-2.af877b5....* gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Update to 1.0-2.af877b5. Brian Leung
2019-09-26gnu: emacs-mu4e-conversation: Update to 0.0.1-5.98110bb....* gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Update to 0.0.1-5.98110bb. Brian Leung
2019-09-26gnu: emacs-nov-el: Update to 0.2.9....* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.2.9. Brian Leung
2019-09-26gnu: emacs-websocket: Enable some tests....* gnu/packages/emacs-xyz.scm (emacs-websocket): Enable some tests. Brian Leung
2019-09-26gnu: emacs-make-it-so: Update to 0.1.0-2.b73dfb6....* gnu/packages/emacs-xyz.scm (emacs-make-it-so): Update to 0.1.0-2.b73dfb6. Brian Leung
2019-09-26gnu: emacs-web-mode: Don't use unstable tarball....* gnu/packages/emacs-xyz.scm (emacs-web-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME. Brian Leung
2019-09-26gnu: emacs-yaml-mode: Update to 0.0.14....* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.14. Brian Leung
2019-09-26gnu: emacs-evil-nerd-commenter: Enable tests....* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Enable tests. Brian Leung
2019-09-26gnu: dtc: Update to 1.5.1....* gnu/packages/bootloaders.scm (dtc): Update to 1.5.1. [arguments]: Add -Wl,-rpath to LDFLAGS #:make-flags. Tobias Geerinckx-Rice
2019-09-26gnu: emacs-circe: Update to 2.11....* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11. Tobias Geerinckx-Rice
2019-09-26gnu: dehydrated: Update to 0.6.5....* gnu/packages/tls.scm (dehydrated): Update to 0.6.5. Tobias Geerinckx-Rice
2019-09-26gnu: skopeo: Update to 0.1.39....* gnu/packages/virtualization.scm (skopeo): Update to 0.1.39. Tobias Geerinckx-Rice
2019-09-26gnu: bspwm: Update to 0.9.9....* gnu/packages/wm.scm (bspwm): Update to 0.9.9. Tobias Geerinckx-Rice
2019-09-26gnu: vimb: Update to 3.5.0....* gnu/packages/web-browsers.scm (vimb): Update to 3.5.0. Tobias Geerinckx-Rice
2019-09-26gnu: libxcb: Don't use NAME in source URI....* gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-09-26gnu: xorgproto: Don't use NAME in source URI....* gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-09-26gnu: encodings: Update to 1.0.5....* gnu/packages/xorg.scm (encodings): Update to 1.0.5. Tobias Geerinckx-Rice
2019-09-26gnu: f3: Update to 7.2....* gnu/packages/disk.scm (f3): Update to 7.2. Tobias Geerinckx-Rice
2019-09-26gnu: beets: Update to 1.4.9....* gnu/packages/music.scm (beets): Update to 1.4.9. [source]: Remove patch. [arguments]: Remove more Python 3.7 compatibility fixes. * gnu/packages/patches/beets-python-3.7-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2019-09-26gnu: beets: Use HTTPS home page....* gnu/packages/music.scm (beets)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2019-09-26gnu: emacs-xelb: Update to 0.18....* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.18. Tobias Geerinckx-Rice
2019-09-26gnu: fmit: Update to 1.2.13....* gnu/packages/music.scm (fmit): Update to 1.2.13. Tobias Geerinckx-Rice
2019-09-25gnu: xf86-input-wacom: Don't use NAME in source URI....* gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-09-25gnu: youtube-dl: Update to 2019.09.12.1....* gnu/packages/video.scm (youtube-dl): Update to 2019.09.12.1. Tobias Geerinckx-Rice
2019-09-25gnu: celluloid: Update to 0.17 from gnome-mpv....* gnu/packages/video.scm (celluloid): ‘New’ public variable. (gnome-mpv): Redefine as DEPRECATED-PACKAGE. Tobias Geerinckx-Rice
2019-09-25gnu: iproute2: Add libmnl input....* gnu/packages/linux.scm (iproute)[inputs]: Add libmnl. Tobias Geerinckx-Rice
2019-09-25gnu: iproute2: Update to 5.3.0....* gnu/packages/linux.scm (iproute): Update to 5.3.0. Tobias Geerinckx-Rice
2019-09-25gnu: rofi: Update to 1.5.4....* gnu/packages/xdisorg.scm (rofi): Update to 1.5.4. Tobias Geerinckx-Rice
2019-09-25gnu: mlt: Update to 6.16.0....* gnu/packages/video.scm (mlt): Update to 6.16.0. Tobias Geerinckx-Rice
2019-09-25gnu: spirv-tools: Use GIT-FILE-NAME....* gnu/packages/vulkan.scm (spirv-tools)[source]: Use GIT-FILE-NAME. Tobias Geerinckx-Rice
2019-09-25gnu: spirv-tools: Update to 2019.2....* gnu/packages/vulkan.scm (spirv-tools): Update to 2019.2. Tobias Geerinckx-Rice
2019-09-25gnu: you-get: Update to 0.4.1355....* gnu/packages/video.scm (you-get): Update to 0.4.1355. Tobias Geerinckx-Rice
2019-09-25gnu: freeimage: Update to 3.18.0....* gnu/packages/image.scm (freeimage): Update to 3.18.0. [source]: Modify snippet to remove the bundled libjxr. Remove obsolete patches. [arguments]: Add libjxr include directory to #:make-flags. [inputs]: Add libjxr. * gnu/packages/patches/freeimage-CVE-2015-0852.patch, gnu/packages/patches/freeimage-CVE-2016-5684.patch, gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Unregister patches. * gnu/packages/patches/freeimage-unbundle.patch: Update patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Kei Kebrau
2019-09-25gnu: libjxr: Build and install shared library....* gnu/packages/image.scm (libjxr)[arguments]: Add -fPIC to CFLAGS for shared library support. Add 'build-shared-library' phase and modify 'install' phase to install the shared libraries. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Kei Kebreau
2019-09-25gnu: freeimage: Build with the C++ 11 standard....This is a follow-up to commit 942c7889498fc8e680a16d500e166c9ade84e640. * gnu/packages/image.scm (freeimage)[arguments]: Pass -std=gnu++11 in CFLAGS. Marius Bakke
2019-09-25installer: Update to Guile-Parted 0.0.2 release....* gnu/installer/parted.scm (data-partition?, metadata-partition?, freespace-partition?, normal-partition?, extended-partition?, logical-partition?): Remove, as now provided by Guile-Parted. * gnu/installer/newt/partition.scm (run-disk-page): Remove disk-destroy calls, replace disk-delete-all by disk-remove-all-partitions and disk-delete-partition by disk-remove-partition*. Mathieu Othacehe
2019-09-25gnu: guile-parted: Update to 0.0.2....* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.2. Mathieu Othacehe
2019-09-25gnu: Add r-assertable....* gnu/packages/cran.scm (r-assertable): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Wiktor Żelazny