summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-plasma.scm
Commit message (Collapse)AuthorAge
* gnu: Cleanup KDE packages to use the update qt-build-system.Hartmut Goebel2020-01-28
| | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (grantleetheme): [arguments] Remove. (kdeconnect)[arguments]<phases>{check-setup}: Remove. libkdegames: Use qt-build-system. [arguments]: Remove. * gnu/packages/kde-frameworks.scm (kguiaddons, kitemmodels, kitemviews, kplotting, sonnet, kcompletion, kcrash, kdesignerplugin, kglobalaccel, kparts, ktextwidgets, khtml, kmediaplayer): Use qt-build-system. [arguments]: Remove. (kpeople): Use qt-build-system. [arguments]<phases>: Remove. (kconfigwidgets, kwidgetsaddons) Use qt-build-system. [arguments]<phases>{check-setup}: Remove. * gnu/packages/kde-plasma.scm (kdecoration) Use qt-build-system. [arguments]: Remove. (libkscreen): Use qt-build-system. [arguments]<phases>: Remove. (libksysguard): Use qt-build-system. [arguments]<phases>{check-setup}: Remove. * gnu/packages/kde-utils.scm (kronometer, rsibreak): [arguments] Remove.
* Merge branch 'master' into stagingMarius Bakke2019-11-28
|\
| * gnu: Use the test-only Xorg variant for tests.Marius Bakke2019-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/education.scm (gcompris-qt)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. * gnu/packages/engineering.scm (pcb, qucs, openscad)[native-inputs]: Likewise. * gnu/packages/gnome.scm (libbonoboui, d-feet, gspell, libdazzle, libhandy)[native-inputs]: Likewise. * gnu/packages/gnupg.scm (parcimonie)[native-inputs]: Likewise. * gnu/packages/graphics.scm (opensubdiv, rapicorn)[native-inputs]: Likewise. * gnu/packages/gtk.scm (gtksourceview-2, gtksourceview)[native-inputs]: Likewise. * gnu/packages/image-processing.scm (opencv)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kconfig, kcoreaddons, kwidgetsaddons, kwindowsystem, kdeclarative)[native-inputs]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[native-inputs]: Likewise. * gnu/packages/messaging.scm (gajim)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Likewise.
* | gnu: kde plasma: Update to 5.17.0.Hartmut Goebel2019-11-10
|/ | | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen, libksysguard): Update to 5.17.0
* gnu: libksysguard: Update to 5.15.1.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/kde-plasma.scm (libksysguard): Update to 5.15.1.
* gnu: libkscreen: Update to 5.15.1.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/kde-plasma.scm (libkscreen): Update to 5.15.1.
* gnu: kscreenlocker: Update to 5.15.1.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/kde-plasma.scm (kscreenlocker): Update to 5.15.1.
* gnu: kdecoration: Update to 5.15.1.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/kde-plasma.scm (kdecoration): Update to 5.15.1.
* gnu: KSysguard: Update home page.Marius Bakke2019-02-15
| | | | | * gnu/packages/kde-plasma.scm (libksysguard)[home-page]: Set to <https://userbase.kde.org/KSysGuard>.
* gnu: KDE Plasma: Update to 5.15.0.Marius Bakke2019-02-15
| | | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen, libksysguard): Update to 5.15.0.
* gnu: KDE Plasma: Remove unused properties.Marius Bakke2019-02-14
| | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker)[properties]: Remove.
* gnu: Add kscreenlocker.Hartmut Goebel2019-02-12
| | | | | | * gnu/packages/kde-plasma.scm (kscreenlocker): New public variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add kdecoration.Hartmut Goebel2019-02-12
| | | | | | * gnu/packages/kde-plasma.scm (kdecoration): New public variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: KDE Plasma: Update to 5.14.5.Marius Bakke2019-02-12
| | | | | | * gnu/packages/kde-plasma.scm (libkscreen): Update to 5.14.5. (libksysguard): Likewise. [inputs]: Add KGLOBALACCEL and KIO.
* gnu: Add copyright line for commit c1144c78ad853dc1bfbd6f32a6.Marius Bakke2019-02-12
| | | | * gnu/packages/kde-plasma.scm: Add copyright header.
* gnu: Move KDE Plasma components to separate module.Marius Bakke2019-02-12
* gnu/packages/kde.scm (libkscreen, libksysguard): Move from here ... * gnu/packages/kde-plasma.scm: ... to here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.