~ruther/guix-local

5abfa08d — Ludovic Courtès 8 years ago
doc: Add Hartmut to the @copying section.

* doc/guix.texi: Add a copyright line for Hartmut.
10f4353d — Ludovic Courtès 8 years ago
doc: Add missing node in master menu.

* doc/guix.texi (Top): Add missing ref to "Debugging Build Failures".
525da27c — Julien Lepiller 8 years ago
gnu: php: Update to 7.1.6.

* gnu/packages/php.scm (php): Update to 7.1.6.
28c98738 — Kei Kebreau 8 years ago
gnu: minetest: Update to 0.4.16.

* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.16.
61759370 — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.15.0.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.15.0.
(python-acme, python2-acme)[arguments]: Remove 'patch-dependency' phase.
This issue was fixed upstream:
https://github.com/certbot/certbot/commit/d0e471dc8093bd0d08c5a739e5cf9677240d9c0e
1e0ae3b3 — Hartmut Goebel 8 years ago
gnu: kde.scm, kde-frameworks.scm: Add and update comments.

* gnu/packages/kde-frameworks.scm
  (kpackage,plasma-framework)[arguments]: Update comment (number of failed
  tests).
  (kdeclarative)[arguments]<#:phases>: Update comment.
  (bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a
  todo comment.
  (kguiaddons): Add a todo comment.
  (phonon)[native-inputs]: Add a todo comment.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo
  comment.
ed4a3ec6 — Hartmut Goebel 8 years ago
gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).

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'.
3406d0b3 — Hartmut Goebel 8 years ago
gnu: kwidgetsaddons: Re-enable tests.

* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite
   is now passing; reenable it.
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.
Next