summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-01-11Merge branch 'master' into core-updatesMarius Bakke
2020-01-11Revert "gnu: wayland: Update to 1.18.0."Marius Bakke
This commit only changed the version, not the checksum; and the version does not exist. This reverts commit 373007882def43f43d8da9678f6ab81047e32230.
2020-01-11gnu: pcmanfm-qt: Fix opening files by double-click.Reza Alizadeh Majd
Fixes <https://bugs.gnu.org/38926>. * gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Add phase to wrap the executable with the GIO_LAUNCH_DESKTOP environment variable. [inputs]: Add GLIB:BIN. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: make-gcc-toolchain: Fix typo in description.Jonathan Brielmaier
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo and triple spacing. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: Add wla-dx.Jakub Kądziołka
* gnu/packages/assembly.scm (wla-dx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-01-11gnu: pango: Update to 1.44.7.Marius Bakke
* gnu/packages/patches/pango-skip-libthai-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gtk.scm (pango): Update to 1.44.7. [source](patches): New field. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]: Disable tests that require the Cantarell font. [inputs]: Move LIBXFT ... [propagated-inputs]: ... here. (pango-1.42): New public variable. * gnu/packages/gnome.scm (librsvg)[inputs]: Change from PANGO to PANGO-1.42.
2020-01-11gnu: dblatex: Update to 0.3.11.Marius Bakke
* gnu/packages/docbook.scm (dblatex): Update to 0.3.11.
2020-01-11gnu: boost: Add upstream patch.Marius Bakke
* gnu/packages/boost.scm (version-with-underscores, boost-patch): New procedures. (boost)[source](uri): Remove LET binding for VERSION-WITH-UNDERSCORES. [source](patches): New field.
2020-01-11gnu: vigra: Fix 'vigra-config' executable.Marius Bakke
This fixes a regression introduced in a82e6faa8b993d1f3b47a8bd22c4509f7cae7ec1 where 'vigra-config' would lack a usable shebang because no 'python' executable was available. * gnu/packages/image.scm (vigra)[inputs]: Change from PYTHON to PYTHON-WRAPPER.
2020-01-11Revert "gnu: network-manager: Fix build with glibc 2.30."Marius Bakke
This commit was obsolete by the time it was pushed, whoops! This reverts commit 12818a0656817e95a80aace01089042c0b0e7e22.
2020-01-11gnu: qtwebengine: Purge unnecessary bundled software from the source.Marius Bakke
* gnu/packages/qt.scm (qtwebengine)[source](modules, snippet): New fields. [inputs]: Add CURL and VALGRIND.
2020-01-11gnu: Add qtwebengine.Mike Rosset
* gnu/packages/qt.scm (qtwebengine): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-01-11gnu: emacs-undo-tree: Update to 0.7.1.nixo
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1. Signed-off-by: David Wilson <david@daviwil.com>
2020-01-11gnu: Add picolisp.Guillaume Le Vaillant
* gnu/packages/lisp.scm (picolisp32, picolisp): New variables.
2020-01-11gnu: cdemu-daemon: Split excessively long line.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
2020-01-11gnu: cdemu-client: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
2020-01-11gnu: cdemu-daemon: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
2020-01-11gnu: libmirage: Update to 3.2.4.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.4.
2020-01-11gnu: impressive: Update to 0.12.1.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
2020-01-11gnu: kdevelop: Update to 5.4.6.Tobias Geerinckx-Rice
* gnu/packages/kde.scm (kdevelop): Update to 5.4.6.
2020-01-11gnu: upower: Update to 0.99.11.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (upower): Update to 0.99.11. [source]: Follow home page download URI.
2020-01-11gnu: python-glances: Update to 3.1.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2.
2020-01-11gnu: ddcutil: Update to 0.9.8.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.8.
2020-01-11gnu: python-smmap2: Update to 2.0.5.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-smmap2): Update to 2.0.5.
2020-01-11gnu: thunar: Update to 1.8.11.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (thunar): Update to 1.8.11.
2020-01-11gnu: xf86-input-wacom: Update to 0.39.0.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.39.0.
2020-01-11gnu: libwacom: Update to 1.2.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
2020-01-10gnu: mercurial: Update to 5.2.1.Roel Janssen
* gnu/packages/version-control.scm (mercurial): Update to 5.2.1. [arguments]: Remove hard dependency on Python 2. Replace check phase to work around known failing tests. [native-inputs]: Add python-nose, and unzip. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-10gnu: hdf5@1.10: Update to 1.10.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
2020-01-10gnu: reuse: Download from PyPI.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse)[source]: Use PYPI-URI.
2020-01-10gnu: reuse: Update to 0.7.0.Tobias Geerinckx-Rice
* gnu/packages/license.scm (reuse): Update to 0.7.0.
2020-01-10gnu: opensc: Eliminate obsolete test disablement.Tobias Geerinckx-Rice
This follows up on commit 508d5c5fa883a3cee53f8da358d853d4b245496c, I guess. * gnu/packages/security-token.scm (opensc)[arguments]: Remove the ‘disable-broken-test’ phase.
2020-01-10gnu: rng-tools: Update to 6.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools): Update to 6.9.
2020-01-10gnu: gnucash: Update to 3.8.Hartmut Goebel
* gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
2020-01-10gnu: aqbanking: Update to 5.99.44beta.Hartmut Goebel
* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]<configure-flags>: Remove. [native-inputs]. Add gettext-minimal.
2020-01-10gnu: gwenhywfar: Update to 4.99.25rc9.Hartmut Goebel
* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
2020-01-10gnu: lepton-eda: Fix build.Ricardo Wurmus
This is a follow-up to commit 1101c73c7fb2e0dbba00b45c05bf36ae08bdb6f2. * gnu/packages/engineering.scm (lepton-eda)[arguments]: Ignore inherited phases.
2020-01-10gnu: nfs-utils: Build rpc.svcgssd.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
2020-01-10gnu: monero-gui: Update to 0.15.0.3.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3. [build-system]: Use qt-build-system. [inputs]: Remove qtwebchannel and qtx11extras. [arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and fix-install-path phases into a fix-paths phase. Remove custom build, change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases.
2020-01-10gnu: rrdtool: Update to 1.7.2.Tobias Geerinckx-Rice
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.2.
2020-01-10gnu: pcsc-lite: Update to 1.8.26.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.26.
2020-01-10gnu: pcsc-lite: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.
2020-01-10gnu: font-iosevka-slab: Update source hash.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-iosevka-slab)[source]: Update sha256.
2020-01-10gnu: python-lxml: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
2020-01-10gnu: python-lxml: Update to 4.4.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
2020-01-10gnu: hplip: Fix scanner model detection.Danny Milosavljevic
* gnu/packages/cups.scm (hplip)[arguments]<#:phases>[install-models-dat]: New phase.
2020-01-09gnu: Add libmediaart.Raghav Gururajan
* gnu/packages/gnome.scm (libmediaart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-09gnu: Add emacs-monky.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-monky): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-09gnu: linux-libre: Update to 5.4.10.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.10. (linux-libre-5.4-pristine-source): Update hash.
2020-01-09gnu: linux-libre@4.19: Update to 4.19.94.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.94. (linux-libre-4.19-pristine-source): Update hash.