'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
AgeCommit message (Expand)Author
2021-02-27gnu: Add kgraphviewer....* gnu/packages/kde-frameworks.scm (kgraphviewer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandros Theodotou
2021-02-01Merge branch 'staging'Leo Famulari
2021-02-01Revert "gnu: kwayland: Enable test suite."...This reverts commit ba3e25bbf217637d2054bb0c8b906f3eed230613. This commit is reverted because it caused kwayland to no longer build on the build farm. Specifically, the test "PlasmaWindowModelTest::testVirtualDesktops" fails. See this discussion for more information: https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00382.html Leo Famulari
2021-01-25Merge branch 'master' into stagingLeo Famulari
2021-01-19gnu: kwayland: Enable test suite....* gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Don't skip tests. Adjust 'check-setup phase to render QT windows offscreen. Efraim Flashner
2020-12-29gnu: purpose: Fix build....* gnu/packages/kde-frameworks.scm (purpose)[arguments]: Add phase to force use of pre-Qt-5.15 logic. Efraim Flashner
2020-12-29gnu: kwidgetsaddons: Adjust phases....* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Remove start-xorg-server phase. Add phase to skip failing test. Efraim Flashner
2020-12-18gnu: breeze: Split from breeze-icons....KDE breeze is separate from breeze-icons, as it can bee seen by version, download path and git repository path being all different. Thus a package containing both beeze and the breeze-icons contradicts with this upstream separation. * gnu/package/kde.scm (breeze-assets): Remove variable. (breeze): Move to ... * gnu/package/kde-plasme.scm (breeze): here. [version, source]: Copy from former breeze-assets. [build-system]: Make explicit (was inherited even from breeze-icons). [arguments]: Remove. [native-inputs]: New element. [inputs]: Copy from former breeze-assets; add some optional packages. [home-page]: Fix and change to invent.kde.org. [snopysis, description]: Adjust to de-unified package. [licence]: Remove gpl3+, which came from breeze-icons. Hartmut Goebel
2020-12-18gnu: kactivities: Use qt-build-system....* gnu/packages/kde-frameworks.scm (kactivities)[build-system]: Use qt-build-system. Hartmut Goebel
2020-12-12gnu: KDE: Fix old cgit home-pages....Fix all home-pages pointing to git-repos a cgit.kde.org, which is gone, to now use the correct repo at invent.kde.org. * gnu/packages/kde.scm (grantleetheme, kdiagram): Update home-page. * gnu/packages/kde-frameworks.scm (kholidays): Likewise. * gnu/packages/kde-internet.scm (libgravatar, libktorrent): Likewise. * gnu/packages/kde-multimedia.scm (libkcddb, libkcompactdisc): Likewise. * gnu/packages/kde-pim.scm (kblog, kdav, kdepim-apps-libs, kdepim-runtime, keventviews, kincidenceeditor, kmailcommon, kmailimporter, kmessagelib, kpimcommon, ksmtp, libkdepim, libkgapi, libkleo, libksieve): Likewise. * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker): Likewise. Hartmut Goebel