diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-30 21:35:56 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-11-05 10:56:35 +0100 |
commit | 6211aadf4b396318bb35617256643e33f1e1997e (patch) | |
tree | bb4966b4c4fd6faa1f25e0d53a3f4e5b84ca680f /gnu/local.mk | |
parent | 9f5bd38f94fbde4806296756d77f887ffcb29b58 (diff) | |
download | guix-6211aadf4b396318bb35617256643e33f1e1997e.tar guix-6211aadf4b396318bb35617256643e33f1e1997e.tar.gz |
gnu: kde-frameworks: Update to 5.39.0.
Beside simple updating:
- ktexteditor: Add input.
- kdelibs4support: Enable test kmimetypetest, disable test kuniqueapptest.
- kimageformats: Make the plugins available for tests.
- krunner: Make old tests pass again. Blacklist a failing new test.
* gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, breeze-icons,
extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive,
kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets,
kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded,
kde-frameworkintegration, kdelibs4support, kdesignerplugin, kdesu,
kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel,
kguiaddons, khtml, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio,
kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer,
knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople,
kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting,
ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons,
kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt,
oxygen-icons, plasma-framework, prison, solid, sonnet, threadweaver): Update
to 5.39.0
(ktexteditor) Update to 5.39.0. [source]: Add patch. [inputs]: Add
qtdeclarative.
(kdelibs4support): Update to 5.39.0. [#:phase check-post-install]: Remove
kmimetypetest from and add kuniqueapptest to list of test to be excluded
when running ctest.
(kimageformats): Update to 5.39.0. [#:phase check-setup] Make the plugins
available for tests.
* gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8e562c0180..4d0ee75100 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -764,6 +764,7 @@ dist_patch_DATA = \ %D%/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch \ %D%/packages/patches/kobodeluxe-midicon-segmentation-fault.patch \ %D%/packages/patches/kobodeluxe-graphics-window-signed-char.patch \ + %D%/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch \ %D%/packages/patches/laby-make-install.patch \ %D%/packages/patches/lcms-CVE-2016-10165.patch \ %D%/packages/patches/ldc-disable-tests.patch \ |