summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
AgeCommit message (Collapse)Author
2017-09-02gnu: Add prison.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (prison): New variable.
2017-08-18gnu: kde-framework: Update to 5.37.0.Efraim Flashner
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, kil8n, kidletime, kitemmodules, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kimageformats, kjobwidgets, knotifications, kpackage, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, kde-framworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.37.0. (bluez-qt)[arguments]: Disable tests. (kcodecs, khtml)[native-inputs]: Add gperf. (ksyntaxhighlighting)[properties]: New field, add upstream-name. (kimageformats, baloo)[arguments]: Add phase to disable failing test. (krunner)[inputs]: Add kwindowsystem.
2017-06-27gnu: kde-frameworks: Fix 'license' fields.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]: Turn into a list of <license> objects. (kdelibs4support)[license]: Likewise. (khtml)[license]: Likewise. (kjs)[license]: Likewise. (kross)[license]: Likewise.
2017-06-26gnu: Add kross.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kross): New variable.
2017-06-26gnu: Add kmediaplayer.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kmediaplayer): New variable.
2017-06-26gnu: Add kjsembed.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kjsembed): New variable.
2017-06-26gnu: Add khtml.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (khtml): New variable.
2017-06-26gnu: Add kjs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kjs): New variable.
2017-06-26gnu: Add kdelibs4support.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kdelibs4support): New variable.
2017-06-26gnu: Add kde-frameworkintegration.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): New variable.
2017-06-08gnu: kde.scm, kde-frameworks.scm: Add and update comments.Hartmut Goebel
* 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.
2017-06-08gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).Hartmut Goebel
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'.
2017-06-08gnu: kwidgetsaddons: Re-enable tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite is now passing; reenable it.
2017-06-08gnu: kiconthemes: Re-enable tests.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite is now passing; reenable it.
2017-06-08gnu: kwallet: Use gpgme instead of gpgmepp.Hartmut Goebel
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by gpgme.
2017-06-08gnu: gpgmepp: Superseded by gpgme.Hartmut Goebel
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
2017-06-08gnu: sonnet: Add optional input (spell-checker).Hartmut Goebel
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add todo comment for other language's spell-checker.
2017-06-08gnu: kpackage: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
2017-06-08gnu: plasma-framework: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add pkg-config. [inputs]: Add kwayland.
2017-06-08gnu: ktexteditor: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add pkg-config.
2017-06-08gnu: kinit: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kinit) [native-inputs]: Add pkg-config. [inputs]: Add kdoctools, libcap.
2017-06-08gnu: kio: Add more optional and recommended inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
2017-06-08gnu: kimageformats: Add more optional and recommended inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kimageformats) [native-inputs]: Add pkg-config. [inputs]: Add karchive, openexr. [arguments]<#:configure-flags>: Set include-flags.
2017-06-08gnu: kde frameworks: Avoid requiring xorg-server for tests.Hartmut Goebel
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.
2017-06-08gnu: kcompletion: Remove unused native input.Hartmut Goebel
The xorg server is not required since change 548f99b3e0d3647f29ddc3c3864ca36b655f14ec. * gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove xorg-server.
2017-06-08gnu: kitemmodels: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
2017-06-08gnu: kguiaddons: Remove unused native input.Hartmut Goebel
The xorg server is not required since change 1de5b667f896aa2c612416bffac5f77cae94c5f4. * gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove xorg-server.
2017-06-08gnu: kguiaddons: Add more optional inputs.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kguiaddons) [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
2017-05-15gnu: Update kde frameworks to 5.34.0.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (solid): Update to 5.34.0 [native-inputs]: Add dbus. <check>: Replace standard phase. (networkmanager-qt): Update to 5.34.0. [source]: Remove patches. (kfilemetadata) Update to 5.32.0. <check-setup>: New phase <check> Move phase after install phase. [inputs] Add catdoc, exiv2, ffmpeg, poppler, taglib. (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, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio, kitemmodels, kitemviews, kjobwidgets, knewstuff, knotification, knotifyconfig, kpackages, kparts, kpeople, kplotting, kpty, krunner, kservice, ksyntaxhighlighting, ktexteditor, ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, sonnet, threadweaver): Update to 5.34.0. * gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch, gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove the patch files.
2017-04-17gnu: Fix typos in descriptions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
2017-04-12gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE.Hartmut Goebel
This is now done my the cmake-build-system. * gnu/packages/kde-frameworks.scm (kcoreaddons, kwidgetsaddons, kpackage, kemoticons kiconthemes, kio, knewstuff, kpeople, krunner,kservice, ktexteditor, kxmlgui plasma-framework) [arguments] <check-setup>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (kpty) [arguments] <patch-tests>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (ksyntaxhighlighting) [arguments] <check-setup>: Remove phase.
2017-04-12gnu: Update kde-frameworks to 5.32.0Hartmut Goebel
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.32.0. [arguments]: Re-enable tests. (kio): Update to 5.32.0. [source]: Remove patch. (ktexteditor): Update to 5.32.0. [inputs]: Add ksyntaxhighlighting. (networkmanager-qt): Update to 5.32.0. [source]: Add patches. (kunitconversion): Update to 5.32.0. [arguments] <disable-a-failing-test-case>: New phase. (ksyntaxhighlighting): Update to 5.32.0.[native-iputs]: Add qtools. (knewstuff): Update to 5.32.0. [inputs]: Add qtdeclarative. (attica, baloo, bluez-qt, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kitemmodels, kitemviews, kjobwidgets, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner, kservice, ktextwidgets, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, oxygen-icons, plasma-framework, solid, sonnet, threadweaver): Update to 5.32.0. * gnu/packages/patches/kio-CVE-2017-6410.patch: Delete file. * gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch, gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Remove resp. add the patch files.
2017-04-12gnu: Update phonon to 4.9.1Hartmut Goebel
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-20gnu: Add comments on why setting QT_QPA_PLATFORM for tests.Hartmut Goebel
* gnu/packages/astronomy.scm (stellarium): Add comment. * gnu/packages/display-managers.scm (greenisland): dito. * gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons, kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin, kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui, plasma-framework): dito. * gnu/packages/qt.scm (qtsvg): dito.
2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-11gnu: Add phonon-backend-gstreamer.Thomas Danckaert
* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-11gnu: phonon: Install Qt extensions.Thomas Danckaert
* gnu/packages/kde-frameworks.scm (phonon)[arguments]: Add -DPHONON-INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT configure flag, and patch the installation directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-04gnu: kio: Fix CVE-2017-6410.Leo Famulari
* gnu/packages/patches/kio-CVE-2017-6410.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kio)[source]: Use it.
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-11gnu: kcrash: Work around race condition when starting Xvfb.Ludovic Courtès
Sometimes tests would start running before Xvfb is listening. See <https://hydra.gnu.org/build/1750201>. * gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In 'start-xorg-server', add 'sleep' call after starting Xvfb. Pass "Xvfb" to 'system' instead of its absolute file name.
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
2016-12-19gnu: kdbusaddons: Embed kinit store dir, avoid dependency cycles.Thomas Danckaert
kdbusaddons needs to know the location of the kdeinit5 executable, provided by kinit. kinit depends on kdbusaddons, so we add bootstrap versions of all packages in the dependency chain from kinit to kdbusaddons to avoid cyclic dependencies. * gnu/packages/kde-frameworks.scm (kinit-bootstrap, kdbusaddons-bootstrap): New variables. (kdbusaddons)[inputs]: Add kinit-bootstrap. [source,arguments]: Add patch and substitution to embed kinit-bootstrap's store directory in the code. * gnu/packages/patches/kdbusaddons-kinit-file-name.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-02gnu: flex: Update to 2.6.2.David Craven
* gnu/packages/flex.scm (flex): Update to 2.6.2. [native-inputs]: Add help2man. [origin]: Update uri to github. Remove CVE-2016-6354 patch. (flex-2.6.1): Remove variable. * gnu/packages/patches/flex-CVE-2016-6354.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Update. * gnu/packages/kde-frameworks.scm (solid, kservice)[native-inputs]: Use flex.
2016-11-29gnu: kauth: Fix cmake macros to be used by other packages.Hartmut Goebel
* gnu/packages/kde-framework.scm (kauth)[phases]: New phase fix-cmake-install-paths.
2016-11-29gnu: extra-cmake-modules: Always install into /lib and not into /lib64.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]: New phase fix-lib-path.
2016-11-29gnu: Add ksyntaxhighlighting.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable.
2016-11-29gnu: Update kde-frameworks to 5.28.Hartmut Goebel
* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1 (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, frameworkintegration): Update to 5.28.0
2016-11-29gnu: oxygen-icons: Add 'upstream-name' property.Ludovic Courtès
Fixes <http://bugs.gnu.org/25020>. Reported by Hartmut Goebel <h.goebel@goebel-consult.de>. * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New field.