mbox

[bug#38030,00/13] Update KDE frameworks and other KDE stuff

Message ID 20191102090751.17944-1-h.goebel@crazy-compilers.com
Headers show

Message

Hartmut Goebel Nov. 2, 2019, 9:07 a.m. UTC
Notable major points:

* Update KDE Frameworks to 5.63.0
* Add framework parts kcalendarcore, kcontacts, syndication.
* Move kholiday to kde-frameworks.scm since it now is a frameworks part.
* Move kpmcore to kde.scm, since it is a frameworks part.
* Update KDE plasma to 5.17 - but we still only have a few plasma packages.
* Update other KDE packages to current versions.

Hartmut Goebel (13):
  gnu: phonon: Update to 4.11.1.
  gnu: phonon-backend-gstreamer: Update to 4.10.0.
  gnu: kde-frameworks: Update to 5.63.0.
  gnu: Add kcalendarcore.
  gnu: Add kcontacts.
  gnu: Add syndication.
  gnu: kde plasma: Update to 5.17.0.
  gnu: libkomparediff2: Update to 19.08.2.
  gnu: kqtquickcharts: Update to 19.08.2.
  gnu: kdevelop: Update to 5.4.2.
  gnu: krita: Update to 4.2.7.1.
  gnu: ktouch: Update to 19.08.2.
  gnu: kpmcore: Update to 4.0.1

 gnu/packages/education.scm                    |   4 +-
 gnu/packages/kde-frameworks.scm               | 543 +++++++++++-------
 gnu/packages/kde-plasma.scm                   |  16 +-
 gnu/packages/kde.scm                          | 100 ++--
 .../patches/kinit-kdeinit-extra_libs.patch    |   4 +-
 .../patches/kwindowsystem-qt-compat.patch     |  97 ----
 6 files changed, 412 insertions(+), 352 deletions(-)
 delete mode 100644 gnu/packages/patches/kwindowsystem-qt-compat.patch

Comments

Hartmut Goebel Nov. 5, 2019, 8:58 p.m. UTC | #1
Thanks for the review.

I discovered that the kpmcore test suite fails terrible and just posted
an updated patch.
The tests either seg-fault or are known to not work :-( Thus i disabled
all tests.
Hartmut Goebel Nov. 8, 2019, 10:48 a.m. UTC | #2
Am 05.11.19 um 21:58 schrieb Hartmut Goebel:

Okay with the updated patch for kpmcore?
<http://issues.guix.gnu.org/issue/38030#18>

(I will also remove kdevelop from *this* patchset, as there is more to
do for kdevelop, see <http://issues.guix.gnu.org/issue/38099>.)