summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingMarius Bakke2018-08-07
|\
| * gnu: wireshark: Update to 2.6.2.Nicolas Goaziou2018-08-06
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.6.2.
| * gnu: musescore: Update to 2.3.2.Nicolas Goaziou2018-08-06
| | | | | | | | * gnu/packages/music.scm (musescore): Update to 2.3.2.
| * gnu: gnurl: Update to 7.61.0.Nils Gillmann2018-08-06
| | | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.61.0.
| * gnu: asymptote: Update to 2.47.Nicolas Goaziou2018-08-06
| | | | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.47.
| * gnu: neomutt: Update to 20180716 [fixes CVE-2018-{14349..14363}].Nils Gillmann2018-08-06
| | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20180716.
| * gnu: Add povray.Kei Kebreau2018-08-05
| | | | | | | | * gnu/packages/graphics.scm (povray): New variable.
| * gnu: Patch duplicity with --ignore-mdc-error.Christopher Baines2018-08-04
| | | | | | | | | | | | | | | | | | Modify the package to patch gnu.py with an unreleased upstream change to fix duplicity working with recent releases of GnuPG. This change make the package build again. * gnu/packages/backup.scm (duplicity)[arguments]: Patch gnu.py within the patch-source phase.
| * gnu: linux-libre: Update to 4.17.12.Mark H Weaver2018-08-03
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.12. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.60.Mark H Weaver2018-08-03
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.60. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.117.Mark H Weaver2018-08-03
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.117.
| * gnu: python-scipy: Only run default tests.Ricardo Wurmus2018-08-03
| | | | | | | | | | * gnu/packages/python.scm (python-scipy)[arguments]: Only run the default test suite. The full test suite is too expensive and brittle.
| * gnu: pigx-scrnaseq: Update to 0.0.7.Ricardo Wurmus2018-08-03
| | | | | | | | | | * gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.7. [inputs]: Add samtools.
| * gnu: emacs-exwm: Fix fullscreen issue.Arun Isaac2018-08-03
| | | | | | | | | | | | | | * gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/emacs.scm (emacs-exwm)[sources]: Add emacs-exwm-fix-fullscreen-issue.patch to patches.
| * gnu: Add imapfilter.Jelle Licht2018-08-03
| | | | | | | | * gnu/packages/mail.scm (imapfilter): New variable.
| * gnu: Update ruby-net-ssh to 4.2.0.Danny Milosavljevic2018-08-02
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-net-ssh)[version]: Update to 4.2.0. [source]: Update hash.
| * gnu: Add ruby-childprocess@0.6.3.Danny Milosavljevic2018-08-02
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-childprocess): Modify. (ruby-childprocess-0.6): New variable.
| * services: file-system-shepherd-service: Require "udev" service.Danny Milosavljevic2018-08-02
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32313>. Reported by Brendan Tildesley <brendan.tildesley@openmailbox.org> * gnu/services/base.scm (file-system-shepherd-service): Require "udev" service.
| * gnu: minetest: Add console support.Efraim Flashner2018-08-02
| | | | | | | | * gnu/packages/games.scm (minetest)[inputs]: Add ncurses.
| * gnu: games.scm: Arrange modules alphabetically.Efraim Flashner2018-08-02
| | | | | | | | * gnu/packages/games.scm: Arrange imported modules alphabetically.
| * gnu: minetest: Use more system libraries.Efraim Flashner2018-08-02
| | | | | | | | | | | | | | * gnu/packages/games.scm (minetest)[source]: Remove bundled libraries in a snippet. [arguments]: Add flag to use system jsoncpp. [inputs]: Add gmp, jsoncpp. Arrange alphabetically.
| * gnu: irrlicht: Don't use bundled libraries.Efraim Flashner2018-08-02
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/irrlicht-use-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (irrlicht)[source]: Add patch. Remove bundled code and binaries in a snippet. [native-inputs]: Remove unzip. [inputs]: Remove glu, add bzip2, libjpeg, libpng, libx11, libxx86vm. [arguments]: Remove custom 'unpack phase, add custom 'chdir-to-source phase and adjust 'fix-build-env phase to changes.
| * gnu: minetest: Don't use unstable tarball.Efraim Flashner2018-08-02
| | | | | | | | | | * gnu/packages/games.scm (minetest)[source]: Download from git repository.
| * gnu: minetest-data: Don't use autogenerated tarball.Efraim Flashner2018-08-02
| | | | | | | | | | | | | | * gnu/packages/games.scm (minetest-data)[source]: Download from git repository. [native-inputs]: Remove gzip, tar. [arguments]: Adjust custom build accordingly.
| * gnu: Add net-snmp.Ricardo Wurmus2018-08-01
| | | | | | | | | | | | | | * gnu/packages/networking.scm (net-snmp): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: Add cdrkit-libre.Oleg Pykhalov2018-08-01
| | | | | | | | * gnu/packages/cdrom.scm (cdrkit-libre): New variable.
| * gnu: Add glibc@2.28.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/base.scm (glibc-2.28): New public variable.
| * gnu: dmraid: Disable parallel build.Marius Bakke2018-08-01
| | | | | | | | | | | | | | Fixes a race condition as reported by Brendan Tildesley <brendan.tildesley@openmailbox.org> in <https://bugs.gnu.org/31999#187>. * gnu/packages/disk.scm (dmraid)[arguments]: Set #:parallel-build #f.
| * gnu: xdotool: Update to 3.20160805.1.Marius Bakke2018-08-01
| | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (xdotool): Update to 3.20160805.1. [source](patches): Remove. [arguments]: Create output directory. * gnu/packages/patches/xdotool-fix-makefile.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: re2: Update to 2018-08-01.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/regex.scm (re2): Update to 2018-08-01.
| * gnu: elfutils: Update to 0.173.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/elf.scm (elfutils): Update to 0.173.
| * gnu: freedesktop.scm: Remove unneeded imports.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/freedesktop.scm: Remove unused imports.
| * gnu: upower: Add explicit dependency on Glib.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/gnome.scm (upower)[propagated-inputs]: New field.
| * gnu: upower: Update to 0.99.8.Marius Bakke2018-08-01
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.8. [source](uri): Change to new download location*. [arguments]: Remove #:phases. * https://lists.freedesktop.org/archives/devkit-devel/2018-June/001829.html
| * gnu: xapian: Update to 1.4.7.Marius Bakke2018-08-01
| | | | | | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.7.
| * gnu: Add emacs-magit-todos.Pierre Neidhardt2018-08-01
| | | | | | | | * gnu/packages/emacs.scm (emacs-magit-todos): New variable.
| * gnu: Add emacs-pcre2el.Pierre Neidhardt2018-08-01
| | | | | | | | * gnu/packages/emacs.scm (emacs-pcre2el): New variable.
| * gnu: libreoffice: Update to 6.0.6.2.Efraim Flashner2018-08-01
| | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 6.0.6.2.
| * gnu: lvm2: Fix static linking of dmeventd.Marius Bakke2018-07-31
| | | | | | | | | | | | | | Fixes a regression introduced in a3ed69b694eab393129348bbabbed8c59bad3772 where dmeventd.static fails to link against libm and breaks "lvm2-static". * gnu/packages/patches/lvm2-static-link.patch: Patch make.tmpl.in.
| * gnu: optipng: Use system libraries.Efraim Flashner2018-07-31
| | | | | | | | | | | | | | * gnu/packages/image.scm (optipng)[source]: Add snippet to delete bundled libraries. [inputs]: Add libpng. [arguments]: Add configure-flag to use system libraries.
| * gnu: python-pyqt: Add qtwebkit.Efraim Flashner2018-07-31
| | | | | | | | * gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.
| * gnu: qtwebkit: Update to 5.212.0-alpha2.Andreas Enge2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/qtwebkit-pbutils-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha2. [source]: Use new upstream location. Add patch. [build-system]: Switch to cmake-build-system. [inputs]: Add glib, gst-plugins-base, qtlocation, qtsensors, qtwebchannel. [arguments]: Disable the tests. Add new configure flags. Remove all custom phases.
| * gnu: Update udisks to 2.7.7.Pierre Neidhardt2018-07-30
| | | | | | | | | | * gnu/package/freedesktop.scm (udisks): Update to 2.7.7. [inputs]: Replace parted with libblockdev.
| * gnu: Add libblockdev.Pierre Neidhardt2018-07-30
| | | | | | | | * gnu/package/disk.scm (libblockdev): New variable.
| * gnu: Add dmraid.Pierre Neidhardt2018-07-30
| | | | | | | | * gnu/package/disk.scm (dmraid): New variable.
| * gnu: lvm2: Add device-mapper-event support.Pierre Neidhardt2018-07-30
| | | | | | | | * GNU/packages/linux.scm (lvm2)[configure-flags]: Build device-mapper-event.
| * gnu: Add libbytesize.Pierre Neidhardt2018-07-30
| | | | | | | | * gnu/package/c.scm (libbytesize): New variable.
| * gnu: Add ndctl.Pierre Neidhardt2018-07-30
| | | | | | | | * gnu/package/disk.scm (ndctl): New variable.
| * gnu: Add volume-key.Pierre Neidhardt2018-07-30
| | | | | | | | * gnu/package/disk.scm (volume-key): New variable.
| * gnu: minetest: Update to 0.4.17.1.Kei Kebreau2018-07-30
| | | | | | | | * gnu/packages/games.scm (minetest): Update to 0.4.17.1.