summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2018-06-13gnu: Add r-ggsignif.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggsignif): New variable.
2018-06-13gnu: Add r-ggsci.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggsci): New variable.
2018-06-13gnu: openrct2: Update to 0.2.0.Rutger Helling
* gnu/packages/games.scm (openrct2-title-sequences): New variable. * gnu/packages/games.scm (openrct2-objects): New variable. * gnu/packages/games.scm (openrct2): Update to 0.2.0. [arguments]: Add phases 'fix-usr-share-path&add-data, 'fix-gcc7 and 'get-rid-of-errors. [inputs]: Add icu4c, openrct2-objects, openrct2-title-sequences. [native-inputs]: Add gcc@7.
2018-06-13gnu: vkquake: Update to 1.00.0.Rutger Helling
* gnu/packages/games.scm (vkquake): Update to 1.00.0.
2018-06-13gnu: cheese: Update to 3.28.0.Rutger Helling
* gnu/packages/gnome.scm (cheese): Update to 3.28.0.
2018-06-13gnu: openimageio: Update to 1.7.19.Leo Famulari
* gnu/packages/graphics.scm (openimageio): Update to 1.7.19.
2018-06-12gnu: tor: Update to 0.3.3.7.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.3.3.7.
2018-06-12gnu: Add qtwebglplugin.Hartmut Goebel
* gnu/packages/qt.scm (qtwebglplugin): New variable. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-12gnu: Add qtwebview.Hartmut Goebel
* gnu/packages/qt.scm (qtwebview): New variable.
2018-06-12gnu: python-llfuse: Update to 1.3.3.Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
2018-06-12gnu: mes: Update to 0.15.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.15.
2018-06-12gnu: mame: Fix renaming executable.Efraim Flashner
* gnu/packages/emulators.scm (mame)[arguments]: Only rename 'mame64' to 'mame' when 'mame64' exists.
2018-06-12gnu: multipath-tools: Fix build.Mathieu Othacehe
(multipath-tools)[arguments]: Pass -n to gzip to avoid timestamp related warnings causing build failures.
2018-06-12gnu: guile-bytestructures: Update to 1.0.3.Ludovic Courtès
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.3. (guile-git)[arguments]: Remove. The workaround for <https://github.com/TaylanUB/scheme-bytestructures/issues/30> is no longer needed.
2018-06-12gnu: flann: Fix builds with CMake >= 3.11.Ludovic Courtès
* gnu/packages/patches/flann-cmake-3.11.patch: New file. * gnu/packages/maths.scm (flann)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
2018-06-12gnu: python-urwid, python2-urwid: Update to 2.0.1.宋文武
* gnu/packages/python.scm (python-urwid, python2-urwird): Update to 2.0.1.
2018-06-12gnu: borg: Update to 1.1.6.Leo Famulari
* gnu/packages/backup.scm (borg): Update to 1.1.6. [arguments]: Remove the 'adjust-msgpack-dependency' phase because it has been adopted upstream.
2018-06-12gnu: fabric: Disable problematic tests.Ben Sturmfels
Reported by Ricardo Wurmus <rekado@elephly.net> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26647#8>. * gnu/packages/admin.scm (fabric): Add custom check phase to disable two tests.
2018-06-12gnu: Add skopeo.宋文武
* gnu/packages/virtualization.scm (skopeo): New variable.
2018-06-12gnu: Add umoci.宋文武
* gnu/packages/virtualization.scm (umoci): New variable.
2018-06-12gnu: Add libostree.宋文武
* gnu/packages/package-management.scm (libostree): New variable.
2018-06-12gnu: vim-syntastic: Update to 3.9.0.Efraim Flashner
* gnu/packages/vim.scm (vim-syntastic): Update to 3.9.0. [source]: Switch to git checkout.
2018-06-12gnu: vim-fugitive: Update to 2.3.Efraim Flashner
* gnu/packages/vim.scm (vim-fugitive): Update to 2.3.
2018-06-12gnu: vim-airline: Update to 0.9.Efraim Flashner
* gnu/packages/vim.scm (vim-airline): Update to 0.9. [source]: Switch to git checkout.
2018-06-12gnu: speedtest-cli: Update to 2.0.2.Efraim Flashner
* gnu/packages/networking.scm (speedtest-cli): Update to 2.0.2. [source]: Switch to a git checkout.
2018-06-12gnu: font-gnu-unifont: Update to 11.0.01.Efraim Flashner
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.01.
2018-06-12gnu: wine-staging: Update to 3.10.Rutger Helling
* gnu/packages/wine.scm (wine-staging): Update to 3.10.
2018-06-12gnu: wine-staging-patchset-data: Update to 3.10.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.10.
2018-06-12gnu: linux-libre: Update to 4.17.1.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.1. (%linux-libre-hash): Update hash.
2018-06-12gnu: linux-libre@4.14: Update to 4.14.49.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.49. (%linux-libre-4.14-hash): Update hash.
2018-06-12gnu: Add emacs-puppet-mode.Christopher Baines
* gnu/packages/emacs.scm (emacs-puppet-mode): New variable.
2018-06-12gnu: elixir: Enable more tests and remove patch.Christopher Baines
Previously, due to issues in the erlang package, many tests would fail, and the package would also nondeterministically fail to build. This is now fixed (by patching occurrences of /bin/sh in the erlang package), so all the tests can be run. * gnu/packages/elixir.scm (elixir)[source]: Remove patches. [arguments]: Remove the fix-or-disable-tests phase. Add a new set-home phase to set the HOME environment variable prior to running the tests. * gnu/packages/patches/elixir-disable-failing-tests.patch: Delete this file. * gnu/local.mk: Remove now deleted patch.
2018-06-12gnu: erlang: Patch occurrences of /bin/sh in the source.Christopher Baines
Previously, the elixir package would often fail to build, as running :os:cmd would fail, as /bin/sh doesn't exist when building the elixir package. These changes fix that issue. * gnu/packages/erlang.scm (erlang)[arguments]: Add new patch-/bin/sh phase to replace hardcoded references to /bin/sh with a file in the store.
2018-06-12gnu: erlang: Delete the bootstrap phase.Christopher Baines
This fails for the erlang package, as the gnu build system attempts to execute the bootstrap directory. * gnu/packages/erlang.scm (erlang)[arguments]: Delete the bootstrap phase.
2018-06-11gnu: xf86-video-vmware: Update to 13.3.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.3.0.
2018-06-11gnu: xf86-input-evdev: Update to 2.10.6.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.6.
2018-06-11gnu: xf86-input-synaptics: Update to 1.9.1.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.1.
2018-06-11gnu: xf86-video-fbdev: Update to 0.5.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.5.0.
2018-06-11gnu: python2: Deprecate "python@2".Ludovic Courtès
* gnu/packages/python.scm (python2-called-python): New variable.
2018-06-11gnu: wine-staging: Add vkd3d support.Rutger Helling
* gnu/packages/wine.scm (wine-staging)[inputs]: Add vkd3d.
2018-06-11gnu: Add vkd3d.Rutger Helling
* gnu/packages/vulkan.scm (vkd3d): New variable.
2018-06-11gnu: shaderc: Update to be8e087.Rutger Helling
* gnu/packages/vulkan.scm (shaderc): Update to be8e087. [arguments]: Enable tests. [inputs]: Add googletest.
2018-06-11gnu: glslang: Update to 32d3ec3.Rutger Helling
* gnu/packages/vulkan.scm (glslang): Update to 32d3ec3.
2018-06-11gnu: spirv-tools: Update to fe2fbee.Rutger Helling
* gnu/packages/vulkan.scm (spirv-tools): Update to fe2fbee. [arguments]: Disable tests. Remove "-DCMAKE_INSTALL_LIBDIR" configure-flag.
2018-06-11gnu: spirv-headers: Update to 3ce3e49.Rutger Helling
* gnu/packages/vulkan.scm (spirv-headers): Update to 3ce3e49. Use INVOKE.
2018-06-11gnu: Add ovmf-arm.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-arm): New variable.
2018-06-11gnu: Add ovmf-aarch64.Efraim Flashner
* gnu/packages/firmware.scm (ovmf-aarch64): New variable.
2018-06-11gnu: libraw: Update to 0.18.12 [security fixes].Marius Bakke
* gnu/packages/photo.scm (libraw): Update to 0.18.12.
2018-06-11gnu: libndp: Update to 1.7.Marius Bakke
* gnu/packages/networking.scm (libndp): Update to 1.7.
2018-06-11gnu: webkitgtk: Update to 2.20.3 [security fixes].Marius Bakke
Fixes CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232, CVE-2018-4233, CVE-2018-4246 and CVE-2018-11646. * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.3.