summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
AgeCommit message (Collapse)Author
2019-01-17gnu: kwindowsystem: Enable test-suite.Hartmut Goebel
* gnu/package/kde-frameworks.scm(kwindowsystem) [inputs]: Add openbox. [arguments] <#:tests?> Remove. <#:phases> 'blacklist-failing-tests: New phase. <#:phases> 'check: Start openbox, don't set QT_PLUGIN_PATH, use invkove, simplify and cleanup code. No longer move 'check behind install.
2019-01-17gnu: knewstuff: Enable test-suite.Hartmut Goebel
Without anything changed the test-suite now passes, thus can be enabled. * gnu/package/kde-frameworks.scm(knewstuff)[arguments]<#:tests?>: Remove.
2019-01-17gnu: kemoticons: Enable test-suite.Hartmut Goebel
Without anything changed the test-suite now passes, thus can be enabled. * gnu/package/kde-frameworks.scm(kemoticons)[arguments]<#:tests?>: Remove.
2019-01-17gnu: kpackage: Enable test-suite.Hartmut Goebel
* gnu/package/kde-frameworks.scm(kpackage)[arguments] <#:tests?>: Remove. <#:phases>: Add phase 'patch-tests.
2019-01-17gnu: kirigami: Enable test-suite.Hartmut Goebel
The error which inhibited running the tests no longer occurs in 5.49.0, although now no tests are found at all. Since no tests are found now, the phase 'check-setup can be removed, too, and thus the 'arguments' at all. * gnu/packages/kde-frameworks.scm(kirigami)[arguments]: Remove.
2019-01-17gnu: kcoreaddons: Enable test-suite.Hartmut Goebel
Enable running the tests and blacklist the one failing test. * gnu/package/kde-frameworks.scm(kcoreaddons)[arguments] <#:tests?>: Remove. <#:phases>: Add phase 'blacklist-failing-test.
2019-01-15gnu: Separate Python core packages from the rest.Ricardo Wurmus
* gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
2019-01-11gnu: kinit: Use KDEINIT5_LIBRARY_PATH to search for dynlibs.Hartmut Goebel
Using LIBRARY_PATH was introduced in 16b8aff85bcdb9799496c4a27257210cd45158e5, but is wrong since this variable is used by the compiler (gcc) at link time. * gnu/packages/patches/kinit-kdeinit-libpath.patch: Change LIBRARY_PATH to KDEINIT5_LIBRARY_PATH. * gnu/packages/kde-frameworks.scm (kinit)[native-search-paths]: New field.
2019-01-04gnu: kservice: Transfer patches from NixOS.Hartmut Goebel
Transfer the NixOS patches for kservice as of 2018-02-17. - Make QDirIterator follow symlinks. - Normalize path, but don't resolve symlinks. * gnu/packages/kde-frameworks.scm(kservice)<patch>: New phase.
2019-01-04gnu: kpackage: Transfer patches from NixOS.Hartmut Goebel
Transfer the NixOS patches for kpackage as of 2018-02-17: - Allow external paths. - Make QDirIterator follow symlinks. Decided to use a patch for one of the "allow external paths" changes since 'substitute*' seems not to be robust enough. * gnu/packages/patches/kpackage-allow-external-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm(kpackage)[source]: Use it. <patch>: New phase.
2019-01-04gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs.Hartmut Goebel
Transfer the NixOS "kdeinit-libpath" patch for kinit as of 2018-02-17. * gnu/packages/patches/kinit-kdeinit-libpath.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
2019-01-04gnu: kinit: Use the store paths for dynamically loaded libs.Hartmut Goebel
Transfer the NixOS "kdeinit-extra_libs" patch for kinit as of 2018-02-17. * gnu/packages/patches/kinit-kdeinit-extra_libs.patch: New filee. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kinit)[source]: Use it. <patch-paths>: New phase. [inputs]: Add kparts, plasma-framework.
2019-01-04gnu: kio: Search 'smbd' on $PATH.Hartmut Goebel
Transfer the remaining NixOS patch for kio as of 2018-02-17. * gnu/packages/patches/kio-search-smbd-on-PATH.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm(kio)<source>: Use it.
2019-01-04gnu: kdelibs4support: Add todo comment for a patch from NixOS.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
2019-01-04gnu: kconfigwidgets: Make QDirIterator follow symlinks.Hartmut Goebel
Transfer the NixOS patch "qdiriterator-follow-symlinks" for kconfigwidgets as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kconfigwidgets)<patch>: New phase.
2019-01-04gnu: kcmutils: Print plugin name when loading fails.Hartmut Goebel
Transfer the NixOS patch "kcmutils-debug-module-loader" for kcmutils as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kcmutils)<patch>: Add substitute for src/kcmoduleloader.cpp.
2019-01-04gnu: kcmutils: Make QDirIterator follow symlinks.Hartmut Goebel
Transfer the NixOS patch "kcmutils-follow-symlinks" for kcmutils as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kcmutils)<patch>: New phase.
2019-01-04gnu: krunner: Blacklist another test failing with 5.49.0.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>: Blacklist 'testMulti'.
2019-01-04gnu: extra-cmake-modules: Fix install-path for plugins.Hartmut Goebel
The respective entry changed for kde-frameworks 5.46. * gnu/packages/kde-frameworks.scm(krunner)[#phases]<fix-lib-path>: Change substitute for QTPLUGINDIR.
2019-01-02gnu: breeze-icons: Fix failing tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(breeze-icons)[arguments]<#phases>: Remove outdated 'disable-failing-test, add 'add-symlinks.
2018-12-24gnu: Remove obsolete package gpgmepp.Hartmut Goebel
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>
2018-12-23gnu: baloo: Fix build.Hartmut Goebel
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'.
2018-12-20gnu: KDE: Update remaining packages to 5.49.0.Hartmut Goebel
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.
2018-12-19gnu: plasma-framework: Fix build.Hartmut Goebel
* gnu/packages/plasma-framework.scm (plasma-framework)[inputs]: Add qtquickcontrols2.
2018-09-01gnu: KDE: Update to 5.49.0.Leo Famulari
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>
2018-05-17Merge branch 'master' into core-updatesMark H Weaver
2018-05-17gnu: phonon: Update to 4.10.1.Tobias Geerinckx-Rice
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.
2018-03-23gnu: extra-cmake-modules: Return #t from all phases.Mark H Weaver
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[arguments]: Return #t from the 'fix-lib-path' phase.
2018-03-17gnu: Fix common unquote typos.Tobias Geerinckx-Rice
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.
2018-02-27gnu: phonon: Update to 4.10.0.Tobias Geerinckx-Rice
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.0.
2018-02-19gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>: Add qtquickcontrols2.
2018-02-18gnu: Add qqc2-desktop-style.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (qqc2-desktop-style): New variable.
2018-02-18gnu: knotifications: Add optional input "qtspeech".Hartmut Goebel
* gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add qtspeech.
2018-02-18gnu: ktextwidgets: Add optional input "qtspeech".Hartmut Goebel
* gnu/pacakges/kde-frameworks.scm (ktextwidgets)[inputs]: Add qtspeech.
2018-02-18gnu: kpmcore: Update to 3.3.0Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0.
2018-02-18gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1Hartmut Goebel
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.
2018-02-12gnu: Add kirigami.Hartmut Goebel
2018-01-03gnu: kdelibs4support: Blacklist a recently failing test-function.Hartmut Goebel
2017-11-05gnu: prison: Move to be in alphabetical order.Hartmut Goebel
I was trapped be the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (prison): Move in front of solid.
2017-11-05gnu: kdewebkit: Move to be in alphabetical order.Hartmut Goebel
I was trapped by the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of kemoticons.
2017-11-05gnu: kactivities: Move to tier 2.Hartmut Goebel
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.
2017-11-05gnu: solid: Enable building interface for qml.Hartmut Goebel
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
2017-11-05gnu: krunner: Make some tests pass.Hartmut Goebel
* 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.
2017-11-05gnu: kdelibs4support: Make test kstandarddirstest pass.Hartmut Goebel
* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases] <check-post-install>: Add workaround for bug in test-case. Update comment.
2017-11-05gnu: kimageformats: Update comment.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
2017-11-05gnu: kde-frameworks: Update to 5.39.0.Hartmut Goebel
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.
2017-11-05gnu: extra-cmake-modules: Install pri-files into lib/qt5/.Hartmut Goebel
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'.
2017-10-22gnu: kservice: Fix comment (number of failing tests).Hartmut Goebel
* gnu/packages/kde-frameweorks.scm(kservice): Fix comment.
2017-10-13gnu: kdelibs4support: Remove redundant inputs.Hartmut Goebel
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.
2017-10-13gnu: kdoctools: Symlink some files referred to by different names.Hartmut Goebel
* gnu/package/kde-frameworks.scm (kdoctools)[arguments] <#:phases>'add-symlinks': New phase.