summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
Commit message (Collapse)AuthorAge
...
* gnu: breeze-icons: Fix failing tests.Hartmut Goebel2019-01-02
| | | | | * gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks.
* gnu: Remove obsolete package gpgmepp.Hartmut Goebel2018-12-24
| | | | | | | | | This package is unused, is part of gpgme since version 1.7 and has been marked as superseded since 18 months now. * gnu/packages/kde-frameworks.scm (gpgmepp): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: baloo: Fix build.Hartmut Goebel2018-12-23
| | | | | | | | | The substitute for removing a failing test did no longer work since the way the test is included changed in v5.45.0: Formerly the test has listed, now there is a separate statement for this test. * gnu/package/kde-frameworks.scm((baloo)[arguments]<#phases>: Change substitute in phase 'remove-failing-test'.
* gnu: KDE: Update remaining packages to 5.49.0.Hartmut Goebel2018-12-20
| | | | | | | | | These packages have been missed in 600f1ad8e61e65ad9a1f22d099d16c5948cb1f48, since the `guix refresh --type=kde` does not honor the sub-directory for the "portingaids". * gnu/packages/kde-frameworks.scm (kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.49.0.
* gnu: plasma-framework: Fix build.Hartmut Goebel2018-12-19
| | | | | * gnu/packages/plasma-framework.scm (plasma-framework)[inputs]: Add qtquickcontrols2.
* gnu: KDE: Update to 5.49.0.Leo Famulari2018-09-01
| | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32013>. * 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, kde-framework-integration, kdeclarative, kded, kdesignerplugin, kdesu, kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio, kirigami, kitemmodels, kitemview, kjobwidgets, knewstuff, knotification, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner, kservice, ksyntaxhighlighting, ktexteditor, ktextwidgets, kunitcoversion, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, prison, qqc2-desktop-style, solid, sonnet, threadweaver): Update to 5.49.0. (extra-cmake-modules)[arguments]: Remove obsolete workaround. (attica)[arguments]: Disable some new tests. Co-authored-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
* Merge branch 'master' into core-updatesMark H Weaver2018-05-17
|\
| * gnu: phonon: Update to 4.10.1.Tobias Geerinckx-Rice2018-05-17
| | | | | | | | * gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.
* | gnu: extra-cmake-modules: Return #t from all phases.Mark H Weaver2018-03-23
|/ | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[arguments]: Return #t from the 'fix-lib-path' phase.
* gnu: Fix common unquote typos.Tobias Geerinckx-Rice2018-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works). Fix such typos for the proper edification of our young. * gnu/packages/android.scm: Move unquotes to their operands. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/build-tools.scm: Likewise. * gnu/packages/chemistry.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/connman.scm: Likewise. * gnu/packages/django.scm: Likewise. * gnu/packages/emulators.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/file-systems.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gimp.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/graphics.scm: Likewise. * gnu/packages/haskell.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/julia.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lua.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/qt.scm: Likewise. * gnu/packages/ratpoison.scm: Likewise. * gnu/packages/sdl.scm: Likewise. * gnu/packages/sml.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/text-editors.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/virtualization.scm: Likewise. * gnu/packages/vulkan.scm: Likewise. * gnu/packages/wget.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* gnu: phonon: Update to 4.10.0.Tobias Geerinckx-Rice2018-02-27
| | | | * gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.0.
* gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.Hartmut Goebel2018-02-19
| | | | | * gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>: Add qtquickcontrols2.
* gnu: Add qqc2-desktop-style.Hartmut Goebel2018-02-18
| | | | | * gnu/packages/kde-frameworks.scm (qqc2-desktop-style): New variable.
* gnu: knotifications: Add optional input "qtspeech".Hartmut Goebel2018-02-18
| | | | | * gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add qtspeech.
* gnu: ktextwidgets: Add optional input "qtspeech".Hartmut Goebel2018-02-18
| | | | | * gnu/pacakges/kde-frameworks.scm (ktextwidgets)[inputs]: Add qtspeech.
* gnu: kpmcore: Update to 3.3.0Hartmut Goebel2018-02-18
| | | | * gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0.
* gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1Hartmut Goebel2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beside simple updating: - Change all todo-comments for test-cases into "fixme" comments to make them easier to find. - breeze-icons: Blacklist a test failing at build.kde.org, too. - extra-cmake-modules: Patch out a vanised test-case. - kfilemetadata: Can now run the test-suite uninstalled. Blacklist a failing test-case. - kimageformats: No longer symlink plugins into ./bin for testing. - ktexteditor: Remove now unused patch. - plasma-framework: Add input kirigami - sonnet: For testing set QT_QPA_PLATFORM=offscreen. * gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kde-frameworkintegration, kdeclarative, kded, kdelibs4support, kdesignerplugin, kdesu, kdewebkit, kdnssd, kdoctools, kemoticons, kglobalaccel, kguiaddons, khtml, ki18n, kiconthemes, kidletime, kinit, kio, kirigami, kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer, knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting, ktextwidgets, kunitconversion, kwallet, kwayland, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, prison, solid, threadweaver): Update to 5.42.0. (kwidgetsaddons): Update to 5.42.1. (breeze-icons): Update to 5.42.0. [#:phases]<disable-failing-test> New phase. (extra-cmake-modules): Update to 5.42.0. [#:phases]<post-5.42.0-release-fix>: New phase. (kfilemetadata): Update to 5.42.0. [#:phases]: No longer move check behind install. [#:phases]<check-setup> Remove. [#:phase]<disable-failing-test> New phase. (kimageformats): Update to 5.42.0. [#:phases]<check-setup>: No longer symlink plugins into ./bin. (ktesteditor)[source]: Remove patch. (plasma-framework)[inputs]: Add kirigami (sonnet): Update to 5.42.0. [#:phases]<check-setup> New phase. * gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add kirigami.Hartmut Goebel2018-02-12
|
* gnu: kdelibs4support: Blacklist a recently failing test-function.Hartmut Goebel2018-01-03
|
* gnu: prison: Move to be in alphabetical order.Hartmut Goebel2017-11-05
| | | | | | | I was trapped be the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (prison): Move in front of solid.
* gnu: kdewebkit: Move to be in alphabetical order.Hartmut Goebel2017-11-05
| | | | | | | I was trapped by the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of kemoticons.
* gnu: kactivities: Move to tier 2.Hartmut Goebel2017-11-05
| | | | | | | | | KDE now lists this package as tier 2, I was trapped by the definitions being at the wrong place. * gnu/packages/kde-frameworks.scm (kactivities): Move into the "section" of tier 2 packages. (kactivities-stats) Remove now obsolete comment.
* gnu: solid: Enable building interface for qml.Hartmut Goebel2017-11-05
| | | | * gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
* gnu: krunner: Make some tests pass.Hartmut Goebel2017-11-05
| | | | | | | * gnu/packages/kde-frameworks.scm[arguments] <#:tests?>: Remove. <#:phases>[fix-paths-for-test'] New phase. <#:phases>[check-setup]: Set $HOME. Blacklist a failing new-in-5.39.0 test.
* gnu: kdelibs4support: Make test kstandarddirstest pass.Hartmut Goebel2017-11-05
| | | | | | * gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases] <check-post-install>: Add workaround for bug in test-case. Update comment.
* gnu: kimageformats: Update comment.Hartmut Goebel2017-11-05
| | | | * gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
* gnu: kde-frameworks: Update to 5.39.0.Hartmut Goebel2017-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: extra-cmake-modules: Install pri-files into lib/qt5/.Hartmut Goebel2017-11-05
| | | | | | | | | | | This in accordance with the documentation in ECMGeneratePriFile.cmake: "Packagers … want to set `ECM_MKSPECS_INSTALL_DIR` to something like `share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into `lib/qt5/mkspecs/modules`. * gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-path]: New substitute for file 'modules/ECMGeneratePriFile.cmake'.
* gnu: kservice: Fix comment (number of failing tests).Hartmut Goebel2017-10-22
| | | | * gnu/packages/kde-frameweorks.scm(kservice): Fix comment.
* gnu: kdelibs4support: Remove redundant inputs.Hartmut Goebel2017-10-13
| | | | | | | | These are listed as propagated inputs already, no need to list them as normal inputs again. * gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
* gnu: kdoctools: Symlink some files referred to by different names.Hartmut Goebel2017-10-13
| | | | | * gnu/package/kde-frameworks.scm (kdoctools)[arguments] <#:phases>'add-symlinks': New phase.
* gnu: ktexteditor: Symlink some files referred to by different names.Hartmut Goebel2017-10-13
| | | | | * gnu/package/kde-frameworks.scm (ktexteditor)[arguments] <#:phases>'add-symlinks': New phase.
* gnu: kdeclarative: Reduce the number of warnings when configuring.Hartmut Goebel2017-10-13
| | | | | * gnu/packages/kde-frameworks.scm (kdeclarative)[inputs]: Add libepoxy. [native-inputs]: Add pkg-config.
* gnu: kglobalaccel: Reduce the number of warnings when configuring.Hartmut Goebel2017-10-13
| | | | | * gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add pkg-config.
* gnu: sonnet: Reduce the number of warnings when configuring.Hartmut Goebel2017-10-13
| | | | * gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
* gnu: kidletime: Enable fallback mode to X-Screensaver based poller.Hartmut Goebel2017-10-13
| | | | | | | | This does no harm and reduced the number of warnings. Also pkg-config was added to reduce the number of warnings further. * gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add libxscrnsaver. [native-inputs]: Add pkg-config.
* gnu: kio: Symlink some files referred to by different names.Hartmut Goebel2017-10-13
| | | | | * gnu/package/kde-frameworks.scm (kio)[arguments] <#:phases>'add-symlinks': New phase.
* gnu: kio: Adopt a patch from Nix.Hartmut Goebel2017-10-13
| | | | | * gnu/package/kde-frameworks.scm (kio)[arguments] <#:phases>'patch': New phase.
* gnu: kio: Remove unused input.Hartmut Goebel2017-10-13
| | | | | | | This "acl" is not the "libacl" kio wants, but that libacl is not yet available. Added a commend instead. * gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
* gnu: kparts: Make tests pass again.Hartmut Goebel2017-10-13
| | | | | * gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add shared-mime-info.
* gnu: bluez-qt: Add comment about status of tests.Hartmut Goebel2017-10-13
| | | | * gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment.
* gnu: bluez-qt: Install udev-rules.Hartmut Goebel2017-10-13
| | | | | | | | This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not base this any prefix. * gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>: Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
* gnu: kfilemetadata: Enable support for PDF files and audio files.Hartmut Goebel2017-10-13
| | | | | | | | | - Qt5 Multimedia module is needed to bild an extractor for audio files. - poppler, which was defined as input, is not including the requested Qt support, thus poppler-qt is needed. * gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia, replace poppler by poppler-qt5. [native-inputs]: Add pkg-config.
* gnu: kdnssd: Enable service discovery on local network via avahi.Hartmut Goebel2017-10-13
| | | | * gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
* gnu: phonon: Enable building the Qt Designer plugin.Hartmut Goebel2017-10-13
| | | | | | | | | | | Add native-inputs pkg-config, qttools and update comments. This enables building the Qt Designer plugin. * gnu/packages/kde-frameworks.scm (phonon): [native-inputs]: Add pkg-config, qttools. [arguments]<#configure-flags>: Remove PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, to avoid installing the Phonon-Qt-extension into /gnu/store/…-qtbase-…/.
* gnu: kdesignerplugin: Add optional inputs.Hartmut Goebel2017-10-13
| | | | | | | | Still missing: kwebkit (KF5WebKitConfig.cmake). * gnu/packages/kde-frameworks.scm (kdesignerplugin)[inputs]: Add kcompletion, kconfigwidgets, kiconthemes, kitemviews, kkio, kplotting, ktextwidgets, kwidgetsaddons, kxmlgui, sonnet.
* gnu: Add kdewebkit.Hartmut Goebel2017-10-13
| | | | * gnu/package/kde-frameworks.scm (kdewebkit): New variable.
* gnu: kwallet: Add optional input qgpgme.Hartmut Goebel2017-10-13
| | | | | | Gpgme was already there, QGpgme was missing. * gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
* gnu: kconfigwidgets: Add optional native-input kdoctools.Hartmut Goebel2017-10-13
| | | | | * gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]: Add kdoctools.
* gnu: kcoreaddons: Add native-input shared-mime-info and a comment.Hartmut Goebel2017-10-13
| | | | | * gnu/packages/kde-frameworks.scm (kcoreaddons)[native-inputs]: Add shared-mime-info.