~ruther/guix-local

9ebffc50 — Hartmut Goebel 8 years ago
gnu: kiconthemes: Re-enable tests.

* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite
  is now passing; reenable it.
51361afd — Hartmut Goebel 8 years ago
gnu: kwallet: Use gpgme instead of gpgmepp.

The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by
  gpgme.
73577a66 — Hartmut Goebel 8 years ago
gnu: gpgmepp: Superseded by gpgme.

The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
ab313cd0 — Hartmut Goebel 8 years ago
gnu: sonnet: Add optional input (spell-checker).

* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add
  todo comment for other language's spell-checker.
73a3598d — Hartmut Goebel 8 years ago
gnu: kpackage: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
faec8b8f — Hartmut Goebel 8 years ago
gnu: plasma-framework: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add
  pkg-config. [inputs]: Add kwayland.
37aa54b7 — Hartmut Goebel 8 years ago
gnu: ktexteditor: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add
  pkg-config.
7cf6793b — Hartmut Goebel 8 years ago
gnu: kinit: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kinit)
  [native-inputs]: Add pkg-config.
  [inputs]: Add kdoctools, libcap.
786cb783 — Hartmut Goebel 8 years ago
gnu: kio: Add more optional and recommended inputs.

* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
92605669 — Hartmut Goebel 8 years ago
gnu: kimageformats: Add more optional and recommended inputs.

* gnu/packages/kde-frameworks.scm (kimageformats)
  [native-inputs]: Add pkg-config.
  [inputs]: Add karchive, openexr.
  [arguments]<#:configure-flags>: Set include-flags.
03ac4824 — Hartmut Goebel 8 years ago
gnu: kde frameworks: Avoid requiring xorg-server for tests.

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.
72b073ca — Hartmut Goebel 8 years ago
gnu: kcompletion: Remove unused native input.

The xorg server is not required since change
548f99b3e0d3647f29ddc3c3864ca36b655f14ec.

* gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove
  xorg-server.
0cd3e818 — Hartmut Goebel 8 years ago
gnu: kitemmodels: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
986447c8 — Hartmut Goebel 8 years ago
gnu: kguiaddons: Remove unused native input.

The xorg server is not required since change
1de5b667f896aa2c612416bffac5f77cae94c5f4.

* gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove
  xorg-server.
e7aab773 — Hartmut Goebel 8 years ago
gnu: kguiaddons: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kguiaddons)
  [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
30e760f0 — Marius Bakke 8 years ago
gnu: gnome-shell: Fix startup failure.

Fixes <https://bugs.gnu.org/27264>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
758798a9 — Marius Bakke 8 years ago
gnu: geoclue: Create typelib files.

* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
74e64724 — Mathieu Othacehe 8 years ago
doc: Adapt to multiple bootloader support.

* 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.
8b22107e — Mathieu Othacehe 8 years ago
bootloader: Use menu-entry to define custom bootloader entries.

* 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.
45f523d9 — Maxim Cournoyer 8 years ago
gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.

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>
Next