summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-06-08gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).Hartmut Goebel
Make five tests pass, three are still failing – thus the test-suite is still disabled. This commit's aim is to retain the progress. * gnu/packages/kde-frameworks.scm (kwindowsystem)[native-inputs]: Add dbus. [arguments]<#:test?>: Change comment. <#:phases>: Replace phase `check` by new one befind 'install'.
2017-06-08gnu: kwidgetsaddons: Re-enable tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite is now passing; reenable it.
2017-06-08gnu: kiconthemes: Re-enable tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite is now passing; reenable it.
2017-06-08gnu: kwallet: Use gpgme instead of gpgmepp.Hartmut Goebel
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by gpgme.
2017-06-08gnu: gpgmepp: Superseded by gpgme.Hartmut Goebel
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
2017-06-08gnu: sonnet: Add optional input (spell-checker).Hartmut Goebel
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add todo comment for other language's spell-checker.
2017-06-08gnu: kpackage: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
2017-06-08gnu: plasma-framework: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add pkg-config. [inputs]: Add kwayland.
2017-06-08gnu: ktexteditor: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add pkg-config.
2017-06-08gnu: kinit: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kinit) [native-inputs]: Add pkg-config. [inputs]: Add kdoctools, libcap.
2017-06-08gnu: kio: Add more optional and recommended inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
2017-06-08gnu: kimageformats: Add more optional and recommended inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kimageformats) [native-inputs]: Add pkg-config. [inputs]: Add karchive, openexr. [arguments]<#:configure-flags>: Set include-flags.
2017-06-08gnu: kde frameworks: Avoid requiring xorg-server for tests.Hartmut Goebel
Some packages started a x.org server for testing, which can be avoided by setting QT_QPA_PLATFORM=offscreen. * gnu/packages/kde-frameworks.scm (kitemmodels) [native-inputs]: Remove xorg-server. [arguments]<#phases> 'start-xorg-server' replace by 'check-setup'. (kplotting, kcrash, kimageformats): Likewise. (kitemviews)[native-inputs]: Remove xorg-server. [arguments]<#phases> 'start-xorg-server': Remove phase; 'check-setup': set QT_QPA_PLATFORM=offscreen.
2017-06-08gnu: kcompletion: Remove unused native input.Hartmut Goebel
The xorg server is not required since change 548f99b3e0d3647f29ddc3c3864ca36b655f14ec. * gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove xorg-server.
2017-06-08gnu: kitemmodels: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
2017-06-08gnu: kguiaddons: Remove unused native input.Hartmut Goebel
The xorg server is not required since change 1de5b667f896aa2c612416bffac5f77cae94c5f4. * gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove xorg-server.
2017-06-08gnu: kguiaddons: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kguiaddons) [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
2017-06-08gnu: gnome-shell: Fix startup failure.Marius Bakke
Fixes <https://bugs.gnu.org/27264>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
2017-06-08gnu: geoclue: Create typelib files.Marius Bakke
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
2017-06-08gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.Maxim Cournoyer
Previous this change, ert-runner would fail with error: "Invalid reporter: dot". * gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp files under the 'reporters' subdirectory. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08gnu: Add nftables.Rutger Helling
* gnu/packages/linux.scm (nftables): New variable Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-08gnu: the-silver-searcher: Update to 2.0.0.Clément Lassieur
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
2017-06-08gnu: diamond: Update to 0.9.6.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
2017-06-07gnu: guile-2.2: Increase max-silent-time to 6 hours.Mark H Weaver
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
2017-06-08gnu: livemedia-utils: Change source URL to one that is archived.Clément Lassieur
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
2017-06-07gnu: Rename 's' to 's-shell'.Mark H Weaver
* gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
2017-06-07gnu: Add packagekit.Christopher Baines
* gnu/packages/freedesktop.scm (packagekit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07gnu: emacs-org: Update to 20170606.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20170606. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07gnu: livemedia-utils: Update to 2017.06.04.Clément Lassieur
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
2017-06-06gnu: perl: Fix CVE-2017-6512 in File::Path.Leo Famulari
* gnu/packages/perl.scm (perl)[replacement]: New field. (perl/fixed): New variable. * gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-06-06gnu: perl-file-path: Update to 2.13.Leo Famulari
This fixes CVE-2017-6512. * gnu/packages/perl.scm (perl-file-path): Update to 2.13.
2017-06-07gnu: signify: Update to 21.Marius Bakke
* gnu/packages/crypto.scm (signify): Update to 21.
2017-06-07gnu: feh: Update to 2.19.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.19.
2017-06-07gnu: ffmpeg@2.8: Update to 2.8.12.Marius Bakke
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
2017-06-07gnu: libnl: Update to 3.3.0.Marius Bakke
Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g. release announcements: https://lists.infradead.org/pipermail/libnl/2017-May/002313.html The home page is somewhat outdated, but still hosts mailing lists and git mirror. * gnu/packages/linux.scm (libnl): Update to 3.3.0. [source]: Switch to new release URL.
2017-06-07gnu: irssi: Update to 1.0.3.Marius Bakke
* gnu/packages/irc.scm (irssi): Update to 1.0.3.
2017-06-06gnu: maxima: Update to 5.40.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.40.0.
2017-06-06gnu: coq: Add search-paths for coq libraries.Julien Lepiller
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
2017-06-06gnu: Add ocaml-hex.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-hex): New variable.
2017-06-06gnu: Add ocaml-cstruct.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
2017-06-06gnu: Add ocaml-ocplib-endian.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
2017-06-06gnu: Add ocaml-async.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async): New variable.
2017-06-06gnu: Add ocaml-async-extra.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
2017-06-06gnu: Add ocaml-async-unix.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
2017-06-06gnu: Add ocaml-core.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2017-06-06gnu: Add ocaml-async-rpc-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
2017-06-06gnu: Add ocaml-async-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
2017-06-06gnu: Add ocaml-core-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2017-06-06gnu: dovecot: Update to 2.2.30.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
2017-06-06gnu: Add qgpgme.Hartmut Goebel
* gnu/packages/gnupg.scm (qgpgme): New variable.