summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).Hartmut Goebel2017-06-08
| | | | | | | | | 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'.
* gnu: kwidgetsaddons: Re-enable tests.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite is now passing; reenable it.
* gnu: kiconthemes: Re-enable tests.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite is now passing; reenable it.
* gnu: kwallet: Use gpgme instead of gpgmepp.Hartmut Goebel2017-06-08
| | | | | | | The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by gpgme.
* gnu: gpgmepp: Superseded by gpgme.Hartmut Goebel2017-06-08
| | | | | | The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
* gnu: sonnet: Add optional input (spell-checker).Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add todo comment for other language's spell-checker.
* gnu: kpackage: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | * gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
* gnu: plasma-framework: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add pkg-config. [inputs]: Add kwayland.
* gnu: ktexteditor: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add pkg-config.
* gnu: kinit: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | | | * gnu/packages/kde-frameworks.scm (kinit) [native-inputs]: Add pkg-config. [inputs]: Add kdoctools, libcap.
* gnu: kio: Add more optional and recommended inputs.Hartmut Goebel2017-06-08
| | | | * gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
* gnu: kimageformats: Add more optional and recommended inputs.Hartmut Goebel2017-06-08
| | | | | | | * gnu/packages/kde-frameworks.scm (kimageformats) [native-inputs]: Add pkg-config. [inputs]: Add karchive, openexr. [arguments]<#:configure-flags>: Set include-flags.
* gnu: kde frameworks: Avoid requiring xorg-server for tests.Hartmut Goebel2017-06-08
| | | | | | | | | | | | | 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.
* gnu: kcompletion: Remove unused native input.Hartmut Goebel2017-06-08
| | | | | | | | The xorg server is not required since change 548f99b3e0d3647f29ddc3c3864ca36b655f14ec. * gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove xorg-server.
* gnu: kitemmodels: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | * gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
* gnu: kguiaddons: Remove unused native input.Hartmut Goebel2017-06-08
| | | | | | | | The xorg server is not required since change 1de5b667f896aa2c612416bffac5f77cae94c5f4. * gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove xorg-server.
* gnu: kguiaddons: Add more optional inputs.Hartmut Goebel2017-06-08
| | | | | * gnu/packages/kde-frameworks.scm (kguiaddons) [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
* gnu: gnome-shell: Fix startup failure.Marius Bakke2017-06-08
| | | | | | Fixes <https://bugs.gnu.org/27264>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
* gnu: geoclue: Create typelib files.Marius Bakke2017-06-08
| | | | * gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
* doc: Adapt to multiple bootloader support.Mathieu Othacehe2017-06-08
| | | | | | | * doc/guix.texi (GRUB configuration): Rename to "Bootloader configuration". Remove device-mount-point field from menu-entry description. Adapt occurences of "GRUB" in other sections.
* bootloader: Use menu-entry to define custom bootloader entries.Mathieu Othacehe2017-06-08
| | | | | | | | | | | | | * gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters, This record is extracted from grub module. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use menu-entry->boot-parameters to convert menu-entry records to boot-parameters. * gnu/bootloader/grub.scm (<menu-entry>): Remove. (boot-parameters->menu-entry): Remove. (grub-configuration-file): Use boot-parameters to create configuration entries. * gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
* gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.Maxim Cournoyer2017-06-08
| | | | | | | | | | 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>
* build-system: emacs: Factorize include/exclude default arguments.Maxim Cournoyer2017-06-08
| | | | | | | | | | | | | | | | | | The `install' phase of the emacs-build-system contained default arguments duplicated from the host side `emacs-build' procedure. This change factorizes them so that: 1. They are not duplicated. 2. They can be reused and extended easily when defining emacs packages. * guix/build/emacs-build-system.scm (%default-include, %default-exclude): New variables. (install): Use %default-include and %default-exclude as default arguments. * guix/build-system/emacs.scm: Use and re-export %default-include, %default-exclude from (guix build emacs-build-system). (emacs-build): Use %default-include and %default-exclude as default arguments. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add nftables.Rutger Helling2017-06-08
| | | | | | * gnu/packages/linux.scm (nftables): New variable Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: the-silver-searcher: Update to 2.0.0.Clément Lassieur2017-06-08
| | | | * gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
* gnu: diamond: Update to 0.9.6.Ben Woodcroft2017-06-08
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
* gnu: guile-2.2: Increase max-silent-time to 6 hours.Mark H Weaver2017-06-07
| | | | | * gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
* mapped-devices: Cope with delayed appearance of LUKS source.Mark H Weaver2017-06-07
| | | | | | | | Fixes <https://bugs.gnu.org/27242>. * gnu/system/mapped-devices.scm (open-luks-device): If 'find-partition-by-luks-uuid' fails, try again once per second, up to ten times.
* gnu: livemedia-utils: Change source URL to one that is archived.Clément Lassieur2017-06-08
| | | | * gnu/packages/video.scm (livemedia-utils)[source]: Change it.
* gnu: Rename 's' to 's-shell'.Mark H Weaver2017-06-07
| | | | | | * gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
* artwork: Use a descriptive name for the source directory.Leo Famulari2017-06-07
| | | | | * gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and use the full commit hash when fetching.
* import: cpan: Update CPAN importer to use MetaCPAN v1 API.James Richardson2017-06-07
| | | | | | | | * guix/import/cpan.scm (module->dist-name, cpan-fetch): Use metacpan.org URLs. * tests/cpan.scm ("cpan->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add packagekit.Christopher Baines2017-06-07
| | | | | | * gnu/packages/freedesktop.scm (packagekit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Use 'guix environment --no-grafts' to debug build failures.Ludovic Courtès2017-06-07
| | | | | * doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix environment' and explain.
* gnu: emacs-org: Update to 20170606.Nicolas Goaziou2017-06-07
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 20170606. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: livemedia-utils: Update to 2017.06.04.Clément Lassieur2017-06-07
| | | | * gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
* file-systems: Use creation time if modification time is unset for ISO9660.Danny Milosavljevic2017-06-07
| | | | * gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
* gnu: perl: Fix CVE-2017-6512 in File::Path.Leo Famulari2017-06-06
| | | | | | | * 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.
* gnu: perl-file-path: Update to 2.13.Leo Famulari2017-06-06
| | | | | | This fixes CVE-2017-6512. * gnu/packages/perl.scm (perl-file-path): Update to 2.13.
* gnu: signify: Update to 21.Marius Bakke2017-06-07
| | | | * gnu/packages/crypto.scm (signify): Update to 21.
* gnu: feh: Update to 2.19.Marius Bakke2017-06-07
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.19.
* gnu: ffmpeg@2.8: Update to 2.8.12.Marius Bakke2017-06-07
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
* gnu: libnl: Update to 3.3.0.Marius Bakke2017-06-07
| | | | | | | | | | 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.
* gnu: irssi: Update to 1.0.3.Marius Bakke2017-06-07
| | | | * gnu/packages/irc.scm (irssi): Update to 1.0.3.
* gnu: maxima: Update to 5.40.0.Kei Kebreau2017-06-06
| | | | * gnu/packages/maths.scm (maxima): Update to 5.40.0.
* gnu: coq: Add search-paths for coq libraries.Julien Lepiller2017-06-06
| | | | * gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
* gnu: Add ocaml-hex.Julien Lepiller2017-06-06
| | | | * gnu/packages/ocaml.scm (ocaml-hex): New variable.
* gnu: Add ocaml-cstruct.Julien Lepiller2017-06-06
| | | | * gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
* gnu: Add ocaml-ocplib-endian.Julien Lepiller2017-06-06
| | | | * gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
* gnu: Add ocaml-async.Julien Lepiller2017-06-06
| | | | * gnu/packages/ocaml.scm (ocaml-async): New variable.