From 5be55538137a57aa946e56a04c2795668dbdbe21 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 8 Nov 2024 20:41:53 +0300 Subject: [PATCH] kdePackages: Frameworks 6.7 -> 6.8 --- .../extra-cmake-modules/default.nix | 11 + pkgs/kde/frameworks/kwallet/default.nix | 2 - pkgs/kde/gear/kmailtransport/default.nix | 7 +- pkgs/kde/generated/dependencies.json | 191 +++----- pkgs/kde/generated/licenses.json | 1 + pkgs/kde/generated/projects.json | 232 +++++----- pkgs/kde/generated/sources/frameworks.json | 432 +++++++++--------- pkgs/kde/misc/klevernotes/default.nix | 2 + 8 files changed, 413 insertions(+), 465 deletions(-) diff --git a/pkgs/kde/frameworks/extra-cmake-modules/default.nix b/pkgs/kde/frameworks/extra-cmake-modules/default.nix index d0b5c09a101d..08b18f38672c 100644 --- a/pkgs/kde/frameworks/extra-cmake-modules/default.nix +++ b/pkgs/kde/frameworks/extra-cmake-modules/default.nix @@ -1,5 +1,6 @@ { mkKdeDerivation, + fetchpatch, python3, }: mkKdeDerivation { @@ -7,6 +8,16 @@ mkKdeDerivation { outputs = [ "out" ]; + patches = [ + # Cherry-pick fix for not finding libmount include path correctly + # Upstream PR: https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/486 + # FIXME: remove in next update + (fetchpatch { + url = "https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1cc17521fefd7adb0631d24a03497bcf63b9512d.patch"; + hash = "sha256-4NbhsVf14YuFHumbnXRgMcS3i/LZUDdrCWHrjHSjuo0="; + }) + ]; + # Packages that have an Android APK (e.g. KWeather) require Python3 at build time. # See: https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/v6.1.0/modules/ECMAddAndroidApk.cmake?ref_type=tags#L57 propagatedNativeBuildInputs = [ diff --git a/pkgs/kde/frameworks/kwallet/default.nix b/pkgs/kde/frameworks/kwallet/default.nix index 331bdee02b31..bc478ed582cc 100644 --- a/pkgs/kde/frameworks/kwallet/default.nix +++ b/pkgs/kde/frameworks/kwallet/default.nix @@ -1,7 +1,6 @@ { mkKdeDerivation, libgcrypt, - kcrash, kdoctools, }: mkKdeDerivation { @@ -9,7 +8,6 @@ mkKdeDerivation { extraBuildInputs = [ libgcrypt - kcrash kdoctools ]; } diff --git a/pkgs/kde/gear/kmailtransport/default.nix b/pkgs/kde/gear/kmailtransport/default.nix index 7953ec021b64..b021413b9328 100644 --- a/pkgs/kde/gear/kmailtransport/default.nix +++ b/pkgs/kde/gear/kmailtransport/default.nix @@ -1,4 +1,9 @@ -{ mkKdeDerivation }: +{ + mkKdeDerivation, + kconfigwidgets, +}: mkKdeDerivation { pname = "kmailtransport"; + + extraBuildInputs = [ kconfigwidgets ]; } diff --git a/pkgs/kde/generated/dependencies.json b/pkgs/kde/generated/dependencies.json index 9bc6f8d4c125..1ac78bdc0813 100644 --- a/pkgs/kde/generated/dependencies.json +++ b/pkgs/kde/generated/dependencies.json @@ -162,7 +162,6 @@ "kxmlgui" ], "amarok": [ - "attica", "extra-cmake-modules", "karchive", "kcmutils", @@ -172,7 +171,6 @@ "kcoreaddons", "kcrash", "kdbusaddons", - "kdeclarative", "kdnssd", "kdoctools", "kglobalaccel", @@ -184,6 +182,7 @@ "knewstuff", "knotifications", "kpackage", + "kstatusnotifieritem", "ktexteditor", "kwidgetsaddons", "kwindowsystem", @@ -192,17 +191,6 @@ "solid", "threadweaver" ], - "amor": [ - "extra-cmake-modules", - "kconfig", - "kcoreaddons", - "kdbusaddons", - "kdoctools", - "ki18n", - "kwidgetsaddons", - "kwindowsystem", - "kxmlgui" - ], "analitza": [ "extra-cmake-modules" ], @@ -267,9 +255,6 @@ "kirigami", "knewstuff" ], - "atcore": [ - "extra-cmake-modules" - ], "atlantik": [ "extra-cmake-modules", "kconfig", @@ -508,7 +493,6 @@ "kjobwidgets", "knotifications", "knotifyconfig", - "kparts", "ktextwidgets", "kwidgetsaddons", "kwindowsystem", @@ -573,24 +557,6 @@ "ktextwidgets", "kwidgetsaddons" ], - "choqok": [ - "extra-cmake-modules", - "kcmutils", - "kconfigwidgets", - "kcoreaddons", - "kdoctools", - "kglobalaccel", - "ki18n", - "kio", - "knotifications", - "knotifyconfig", - "ktextwidgets", - "kwallet", - "kwidgetsaddons", - "kxmlgui", - "purpose", - "sonnet" - ], "codevis": [ "extra-cmake-modules", "kcmutils", @@ -618,6 +584,10 @@ "croutons": [ "extra-cmake-modules" ], + "crow-translate": [ + "extra-cmake-modules", + "kwayland" + ], "daykountdown": [ "extra-cmake-modules", "kcoreaddons", @@ -953,6 +923,7 @@ "kconfig", "kconfigwidgets", "kcoreaddons", + "kcrash", "kfilemetadata", "ki18n", "kiconthemes", @@ -1023,6 +994,7 @@ "itinerary": [ "extra-cmake-modules", "karchive", + "kcolorscheme", "kconfig", "kcontacts", "kcoreaddons", @@ -1049,6 +1021,7 @@ "prison", "qqc2-breeze-style", "qqc2-desktop-style", + "qtkeychain", "selenium-webdriver-at-spi" ], "juk": [ @@ -1413,8 +1386,8 @@ "kbookmarks": [ "extra-cmake-modules", "kconfig", - "kconfigwidgets", - "kcoreaddons" + "kcoreaddons", + "kwidgetsaddons" ], "kbounce": [ "extra-cmake-modules", @@ -1972,9 +1945,15 @@ ], "kdev-python": [ "extra-cmake-modules", + "kconfig", + "kcoreaddons", "kdevelop", "ki18n", + "kparts", + "kservice", "ktexteditor", + "kwidgetsaddons", + "kxmlgui", "threadweaver" ], "kdev-ruby": [ @@ -2149,6 +2128,7 @@ "keysmith": [ "extra-cmake-modules", "kconfig", + "kcoreaddons", "kdbusaddons", "kguiaddons", "ki18n", @@ -2380,7 +2360,7 @@ "extra-cmake-modules", "karchive", "kcolorscheme", - "kconfigwidgets", + "kconfig", "ki18n", "kwidgetsaddons" ], @@ -2517,7 +2497,6 @@ "kcolorscheme", "kcompletion", "kconfig", - "kconfigwidgets", "kcoreaddons", "kcrash", "kdbusaddons", @@ -2603,16 +2582,6 @@ "ki18n", "kio" ], - "kipi-plugins": [ - "extra-cmake-modules", - "kconfig", - "ki18n", - "kio", - "kwindowsystem", - "kxmlgui", - "libkipi", - "libmediawiki" - ], "kirigami": [ "extra-cmake-modules" ], @@ -2695,23 +2664,6 @@ "knotifications", "kwidgetsaddons" ], - "kjots": [ - "akonadi", - "akonadi-notes", - "extra-cmake-modules", - "kbookmarks", - "kcmutils", - "kconfig", - "kconfigwidgets", - "kio", - "kmime", - "kontactinterface", - "kparts", - "kpimtextedit", - "ktextaddons", - "ktexttemplate", - "kxmlgui" - ], "kjournald": [ "extra-cmake-modules", "kcoreaddons", @@ -3096,39 +3048,6 @@ "libkdegames", "libplasma" ], - "knotes": [ - "akonadi", - "akonadi-notes", - "akonadi-search", - "extra-cmake-modules", - "grantleetheme", - "kcalutils", - "kcmutils", - "kcompletion", - "kconfig", - "kcoreaddons", - "kcrash", - "kdnssd", - "kdoctools", - "kglobalaccel", - "kiconthemes", - "kitemmodels", - "kitemviews", - "kmime", - "knewstuff", - "knotifications", - "knotifyconfig", - "kontactinterface", - "kparts", - "kstatusnotifieritem", - "ktextaddons", - "ktexttemplate", - "ktextwidgets", - "kwidgetsaddons", - "kwindowsystem", - "kxmlgui", - "pimcommon" - ], "knotifications": [ "extra-cmake-modules", "kconfig" @@ -3138,8 +3057,7 @@ "ki18n", "kio", "knotifications", - "kxmlgui", - "phonon" + "kxmlgui" ], "kodaskanna": [ "extra-cmake-modules", @@ -3238,8 +3156,10 @@ "kongress": [ "extra-cmake-modules", "kcalendarcore", + "kcolorscheme", "kconfig", "kcoreaddons", + "kcrash", "kdbusaddons", "ki18n", "kirigami", @@ -3374,25 +3294,6 @@ "kholidays", "ki18n" ], - "kopete": [ - "extra-cmake-modules", - "kcmutils", - "kconfig", - "kcontacts", - "kcoreaddons", - "kcrash", - "kdbusaddons", - "kdnssd", - "kdoctools", - "ki18n", - "kidentitymanagement", - "knotifyconfig", - "kparts", - "ktexteditor", - "kwallet", - "libkleo", - "phonon" - ], "korganizer": [ "akonadi", "akonadi-calendar", @@ -3486,7 +3387,6 @@ "kwidgetsaddons", "kxmlgui", "libkdcraw", - "marble", "phonon", "purpose" ], @@ -3591,7 +3491,6 @@ "kcrash", "kdoctools", "ki18n", - "kiconthemes", "ktextwidgets", "kwidgetsaddons", "kxmlgui" @@ -3697,6 +3596,7 @@ "kitemviews", "knotifications", "kparts", + "kstatusnotifieritem", "ktextwidgets", "kwallet", "kwidgetsaddons", @@ -3951,7 +3851,6 @@ "kio", "kjobwidgets", "kparts", - "ktextwidgets", "kxmlgui", "sonnet", "syntax-highlighting" @@ -3961,9 +3860,9 @@ ], "ktextwidgets": [ "extra-cmake-modules", + "kcolorscheme", "kcompletion", "kconfig", - "kconfigwidgets", "ki18n", "kwidgetsaddons", "sonnet" @@ -3987,6 +3886,7 @@ "kcmutils", "kconfig", "kconfigwidgets", + "kcrash", "kdbusaddons", "kdoctools", "ki18n", @@ -4050,6 +3950,7 @@ "kconfig", "kcontacts", "kcoreaddons", + "kcrash", "ki18n", "kirigami", "kirigami-addons", @@ -4095,6 +3996,15 @@ "kxmlgui", "libkdegames" ], + "kuickshow": [ + "extra-cmake-modules", + "kdoctools", + "ki18n", + "kiconthemes", + "kio", + "kwindowsystem", + "kxmlgui" + ], "kunifiedpush": [ "extra-cmake-modules", "kcmutils", @@ -4112,6 +4022,7 @@ "kcmutils", "kconfig", "kcoreaddons", + "kcrash", "kdbusaddons", "ki18n", "kidletime", @@ -4131,6 +4042,7 @@ "kcolorscheme", "kconfig", "kcoreaddons", + "kcrash", "kdbusaddons", "ki18n", "kiconthemes", @@ -4392,12 +4304,6 @@ "kcontacts", "kwallet" ], - "libkipi": [ - "extra-cmake-modules", - "kconfig", - "kservice", - "kxmlgui" - ], "libkleo": [ "extra-cmake-modules", "kcodecs", @@ -4468,10 +4374,6 @@ "kio", "solid" ], - "libmediawiki": [ - "extra-cmake-modules", - "kcoreaddons" - ], "libplasma": [ "extra-cmake-modules", "karchive", @@ -4497,9 +4399,6 @@ "libqaccessibilityclient": [ "extra-cmake-modules" ], - "libqmycroft": [ - "extra-cmake-modules" - ], "licensedigger": [ "extra-cmake-modules" ], @@ -4550,6 +4449,7 @@ "libkdepim", "mailimporter", "messagelib", + "phonon", "pimcommon" ], "mailimporter": [ @@ -5344,6 +5244,7 @@ "extra-cmake-modules", "kcmutils", "kcoreaddons", + "kcrash", "kdbusaddons", "ki18n", "kirigami-addons" @@ -5406,7 +5307,8 @@ "solid" ], "plasma-wayland-protocols": [ - "extra-cmake-modules" + "extra-cmake-modules", + "wayland" ], "plasma-welcome": [ "extra-cmake-modules", @@ -5659,6 +5561,7 @@ "extra-cmake-modules", "kcontacts", "kcoreaddons", + "kcrash", "ki18n", "kio", "kirigami", @@ -5847,6 +5750,7 @@ "knewstuff", "knotifyconfig", "kparts", + "krunner", "kwallet", "kwidgetsaddons", "kwindowsystem", @@ -5892,6 +5796,7 @@ "kconfig", "kcontacts", "kcoreaddons", + "kcrash", "kdbusaddons", "ki18n", "kio", @@ -6025,6 +5930,7 @@ "extra-cmake-modules", "kconfig", "kconfigwidgets", + "kcrash", "kdoctools", "kfilemetadata", "ki18n", @@ -6065,6 +5971,7 @@ "kcolorscheme", "kconfig", "kcoreaddons", + "kcrash", "kdbusaddons", "kdeclarative", "ki18n", @@ -6081,6 +5988,11 @@ "qtkeychain", "selenium-webdriver-at-spi" ], + "trojita": [ + "akonadi-contacts", + "extra-cmake-modules", + "sonnet" + ], "umbrello": [ "extra-cmake-modules", "karchive", @@ -6192,6 +6104,7 @@ "xwaylandvideobridge": [ "extra-cmake-modules", "kcoreaddons", + "kcrash", "ki18n", "knotifications", "kpipewire", @@ -6229,5 +6142,5 @@ "kwindowsystem" ] }, - "version": "10b4e2ea" + "version": "9fe21091" } \ No newline at end of file diff --git a/pkgs/kde/generated/licenses.json b/pkgs/kde/generated/licenses.json index a4327d496d72..b9ff32e2e483 100644 --- a/pkgs/kde/generated/licenses.json +++ b/pkgs/kde/generated/licenses.json @@ -1921,6 +1921,7 @@ "MIT" ], "ktexttemplate": [ + "BSD-2-Clause", "CC0-1.0", "LGPL-2.0-or-later", "LGPL-2.1-or-later" diff --git a/pkgs/kde/generated/projects.json b/pkgs/kde/generated/projects.json index 44709ad504a0..e3aa269e5dd0 100644 --- a/pkgs/kde/generated/projects.json +++ b/pkgs/kde/generated/projects.json @@ -372,7 +372,7 @@ "repo_path": "games/atlantik" }, "attica": { - "description": "Attica is a Qt library that implements the Open Collaboration Services API.\n\nMailing list: https://lists.freedesktop.org/mailman/listinfo/ocs\nInternet Relay Chat: #ocs@freenode", + "description": "Attica is a Qt library that implements the Open Collaboration Services API.", "name": "attica", "project_path": "frameworks/attica", "repo_path": "frameworks/attica" @@ -744,7 +744,7 @@ "repo_path": "packaging/craft-blueprints-community" }, "craft-blueprints-kde": { - "description": "Project build blueprints for Craft \u2014 the meta build system and package manager", + "description": "Project build blueprints for Craft - the meta build system and package manager", "name": "craft-blueprints-kde", "project_path": "kdesupport/craft-blueprints-kde", "repo_path": "packaging/craft-blueprints-kde" @@ -1073,6 +1073,12 @@ "project_path": "extragear/edu/gcompris-data", "repo_path": "education/gcompris-data" }, + "geonames-data": { + "description": "Cache of geo name exports from geonames.org", + "name": "geonames-data", + "project_path": "playground/packaging/geonames-data", + "repo_path": "packaging/geonames-data" + }, "gestures-kde": { "description": "Handles gestures of multi touch input devices", "name": "gestures-kde", @@ -1739,6 +1745,18 @@ "project_path": "extragear/system/kde-inotify-survey", "repo_path": "system/kde-inotify-survey" }, + "kde-linux": { + "description": "", + "name": "kde-linux", + "project_path": "kde-linux/kde-linux", + "repo_path": "kde-linux/kde-linux" + }, + "kde-linux-packages": { + "description": "", + "name": "kde-linux-packages", + "project_path": "kde-linux/kde-linux-packages", + "repo_path": "kde-linux/kde-linux-packages" + }, "kde-nomodeset": { "description": "Safe Graphics Mode Startup Utility", "name": "kde-nomodeset", @@ -3494,7 +3512,7 @@ "krdp": { "description": "Library and examples for creating an RDP server.", "name": "krdp", - "project_path": "playground/libs/krdp", + "project_path": "kde/workspace/krdp", "repo_path": "plasma/krdp" }, "krecipes": { @@ -3668,7 +3686,7 @@ "ksanecore": { "description": "Library providing logic to interface scanners", "name": "ksanecore", - "project_path": "libraries/ksanecore", + "project_path": "extragear/libraries/ksanecore", "repo_path": "libraries/ksanecore" }, "ksaneplugin": { @@ -4106,7 +4124,7 @@ "kunifiedpush": { "description": "UnifiedPush client components", "name": "kunifiedpush", - "project_path": "libraries/kunifiedpush", + "project_path": "playground/libraries/kunifiedpush", "repo_path": "libraries/kunifiedpush" }, "kunitconversion": { @@ -4850,7 +4868,7 @@ "mimetreeparser": { "description": "Parser for MIME trees", "name": "mimetreeparser", - "project_path": "playground/pim/mimetreeparser", + "project_path": "kde/pim/mimetreeparser", "repo_path": "pim/mimetreeparser" }, "ministro": { @@ -5802,7 +5820,7 @@ "repo_path": "libraries/pykde5" }, "qca": { - "description": "Qt Cryptographic Architecture \u2014 straightforward cross-platform crypto API", + "description": "Qt Cryptographic Architecture - straightforward cross-platform crypto API", "name": "qca", "project_path": "kdesupport/qca", "repo_path": "libraries/qca" @@ -5966,7 +5984,7 @@ "repo-management": { "description": "This project contains the hooks and scripts that power the KDE git infrastructure.", "name": "repo-management", - "project_path": "repo-management", + "project_path": "sysadmin/repo-management", "repo_path": "sysadmin/repo-management" }, "ring-kde": { @@ -6852,7 +6870,7 @@ "repo_path": null }, "websites-20years-kde-org": { - "description": "Website for the \"20 years of KDE\" book \u2014 20years.kde.org", + "description": "Website for the \"20 years of KDE\" book - 20years.kde.org", "name": "websites-20years-kde-org", "project_path": "websites/20years-kde-org", "repo_path": "websites/20years-kde-org" @@ -6918,61 +6936,61 @@ "repo_path": "websites/akademy-registration" }, "websites-akademy-schedule-kde-org": { - "description": "Website for the Akademy schedule \u2014 akademy-schedule.kde.org", + "description": "Website for the Akademy schedule - akademy-schedule.kde.org", "name": "websites-akademy-schedule-kde-org", "project_path": "websites/akademy-schedule-kde-org", "repo_path": "websites/akademy-schedule-kde-org" }, "websites-akademy2004-kde-org": { - "description": "Static copy of the 2004 Conference (Akademy) website \u2014 conference2004.kde.org", + "description": "Static copy of the 2004 Conference (Akademy) website - conference2004.kde.org", "name": "websites-akademy2004-kde-org", "project_path": "websites/akademy2004-kde-org", "repo_path": "websites/akademy2004-kde-org" }, "websites-akademy2005-kde-org": { - "description": "Static copy of the 2005 Conference (Akademy) website \u2014 conference2005.kde.org", + "description": "Static copy of the 2005 Conference (Akademy) website - conference2005.kde.org", "name": "websites-akademy2005-kde-org", "project_path": "websites/akademy2005-kde-org", "repo_path": "websites/akademy2005-kde-org" }, "websites-akademy2006-kde-org": { - "description": "Static copy of the Akademy 2006 website \u2014 akademy2006.kde.org", + "description": "Static copy of the Akademy 2006 website - akademy2006.kde.org", "name": "websites-akademy2006-kde-org", "project_path": "websites/akademy2006-kde-org", "repo_path": "websites/akademy2006-kde-org" }, "websites-akademy2007-kde-org": { - "description": "Static copy of the Akademy 2007 website \u2014 akademy2007.kde.org", + "description": "Static copy of the Akademy 2007 website - akademy2007.kde.org", "name": "websites-akademy2007-kde-org", "project_path": "websites/akademy2007-kde-org", "repo_path": "websites/akademy2007-kde-org" }, "websites-akademy2008-kde-org": { - "description": "Static copy of the Akademy 2008 website \u2014 akademy2008.kde.org", + "description": "Static copy of the Akademy 2008 website - akademy2008.kde.org", "name": "websites-akademy2008-kde-org", "project_path": "websites/akademy2008-kde-org", "repo_path": "websites/akademy2008-kde-org" }, "websites-akademy2009-kde-org": { - "description": "Static copy of the Akademy 2009 website \u2014 akademy2009.kde.org", + "description": "Static copy of the Akademy 2009 website - akademy2009.kde.org", "name": "websites-akademy2009-kde-org", "project_path": "websites/akademy2009-kde-org", "repo_path": "websites/akademy2009-kde-org" }, "websites-akademy2010-kde-org": { - "description": "Static copy of the Akademy 2010 website \u2014 akademy2010.kde.org", + "description": "Static copy of the Akademy 2010 website - akademy2010.kde.org", "name": "websites-akademy2010-kde-org", "project_path": "websites/akademy2010-kde-org", "repo_path": "websites/akademy2010-kde-org" }, "websites-akademy2012-kde-org": { - "description": "Static copy of the Akademy 2012 website \u2014 akademy2012.kde.org", + "description": "Static copy of the Akademy 2012 website - akademy2012.kde.org", "name": "websites-akademy2012-kde-org", "project_path": "websites/akademy2012-kde-org", "repo_path": "websites/akademy2012-kde-org" }, "websites-amarok-kde-org": { - "description": "Static copy of the Amarok website \u2014 amarok.kde.org", + "description": "Static copy of the Amarok website - amarok.kde.org", "name": "websites-amarok-kde-org", "project_path": "websites/amarok-kde-org", "repo_path": "websites/amarok-kde-org" @@ -6984,7 +7002,7 @@ "repo_path": "websites/api-kde-org" }, "websites-apps-kde-org": { - "description": "KDE application catalog \u2014 apps.kde.org", + "description": "KDE application catalog - apps.kde.org", "name": "websites-apps-kde-org", "project_path": "websites/apps-kde-org", "repo_path": "websites/apps-kde-org" @@ -7008,7 +7026,7 @@ "repo_path": "websites/autoconfig-kde-org" }, "websites-ballot-kde-org": { - "description": "Ugly, simple, and very secure voting system \u2014 ballot.kde.org", + "description": "Ugly, simple, and very secure voting system - ballot.kde.org", "name": "websites-ballot-kde-org", "project_path": "websites/ballot-kde-org", "repo_path": "websites/ballot-kde-org" @@ -7020,13 +7038,13 @@ "repo_path": "websites/blogs-kde-org" }, "websites-br-qtcon-org": { - "description": "Website for QtCon Brazil \u2014 br.qtcon.org", + "description": "Website for QtCon Brazil - br.qtcon.org", "name": "websites-br-qtcon-org", "project_path": "websites/br-qtcon-org", "repo_path": "websites/br-qtcon-org" }, "websites-bugs-kde-org": { - "description": "Modified sources for the KDE Bugtracking System \u2014 bugs.kde.org", + "description": "Modified sources for the KDE Bugtracking System - bugs.kde.org", "name": "websites-bugs-kde-org", "project_path": "websites/bugs-kde-org", "repo_path": "websites/bugs-kde-org" @@ -7038,7 +7056,7 @@ "repo_path": "websites/buzz-kde-org" }, "websites-calligra-org": { - "description": "Website for Calligra \u2014 calligra.org", + "description": "Website for Calligra - calligra.org", "name": "websites-calligra-org", "project_path": "websites/calligra-org", "repo_path": "websites/calligra-org" @@ -7050,7 +7068,7 @@ "repo_path": "websites/camp-kde-org" }, "websites-cantor-kde-org": { - "description": "Website for Cantor \u2014 cantor.kde.org", + "description": "Website for Cantor - cantor.kde.org", "name": "websites-cantor-kde-org", "project_path": "websites/cantor-kde-org", "repo_path": "websites/cantor-kde-org" @@ -7062,55 +7080,55 @@ "repo_path": "websites/capacity" }, "websites-choqok-kde-org": { - "description": "Website for Choqok \u2014 choqok.kde.org", + "description": "Website for Choqok - choqok.kde.org", "name": "websites-choqok-kde-org", "project_path": "websites/choqok-kde-org", "repo_path": "websites/choqok-kde-org" }, "websites-commit-digest-kde-org": { - "description": "Static copy of the KDE Commit Digest \u2014 commit-digest.kde.org", + "description": "Static copy of the KDE Commit Digest - commit-digest.kde.org", "name": "websites-commit-digest-kde-org", "project_path": "websites/commit-digest-kde-org", "repo_path": "websites/commit-digest-kde-org" }, "websites-conf-kde-in": { - "description": "Website for the KDE India Conference \u2014 conf.kde.in", + "description": "Website for the KDE India Conference - conf.kde.in", "name": "websites-conf-kde-in", "project_path": "websites/conf-kde-in", "repo_path": "websites/conf-kde-in" }, "websites-conf-kde-org": { - "description": "Conference planning and management system \u2014 conf.kde.org", + "description": "Conference planning and management system - conf.kde.org", "name": "websites-conf-kde-org", "project_path": "websites/conf-kde-org", "repo_path": "websites/conf-kde-org" }, "websites-conf-qtcon-org": { - "description": "Static archive of the QtCon Conference Organization system \u2014 conf.qtcon.org", + "description": "Static archive of the QtCon Conference Organization system - conf.qtcon.org", "name": "websites-conf-qtcon-org", "project_path": "websites/conf-qtcon-org", "repo_path": "websites/conf-qtcon-org" }, "websites-contents-neon-kde-org": { - "description": "REST API for Neon package contents queries \u2014 contents.neon.kde.org", + "description": "REST API for Neon package contents queries - contents.neon.kde.org", "name": "websites-contents-neon-kde-org", "project_path": "websites/contents-neon-kde-org", "repo_path": "websites/contents-neon-kde-org" }, "websites-cutehmi-kde-org": { - "description": "Website for CuteHMI \u2014 cutehmi.kde.org", + "description": "Website for CuteHMI - cutehmi.kde.org", "name": "websites-cutehmi-kde-org", "project_path": "websites/cutehmi-kde-org", "repo_path": "websites/cutehmi-kde-org" }, "websites-desktopsummit-org": { - "description": "Static copy of the DesktopSummit website \u2014 desktopsummit.org", + "description": "Static copy of the DesktopSummit website - desktopsummit.org", "name": "websites-desktopsummit-org", "project_path": "websites/desktopsummit-org", "repo_path": "websites/desktopsummit-org" }, "websites-digikam-org": { - "description": "Website for digiKam \u2014 digikam.org", + "description": "Website for digiKam - digikam.org", "name": "websites-digikam-org", "project_path": "websites/digikam-org", "repo_path": "websites/digikam-org" @@ -7122,7 +7140,7 @@ "repo_path": "websites/discover-kde-org" }, "websites-docs-glaxnimate-org": { - "description": "Documentation website for Glaxnimate \u2014 docs.glaxnimate.org", + "description": "Documentation website for Glaxnimate - docs.glaxnimate.org", "name": "websites-docs-glaxnimate-org", "project_path": "websites/docs-glaxnimate-org", "repo_path": "websites/docs-glaxnimate-org" @@ -7140,7 +7158,7 @@ "repo_path": "websites/dot-kde-org" }, "websites-download-kde-org": { - "description": "MirrorBrain configuration, templates, etc. \u2014 download.kde.org", + "description": "MirrorBrain configuration, templates, etc. - download.kde.org", "name": "websites-download-kde-org", "project_path": "websites/download-kde-org", "repo_path": "websites/download-kde-org" @@ -7152,25 +7170,25 @@ "repo_path": "websites/eco-kde-org" }, "websites-edu-kde-org": { - "description": "Website for KDE's educational software \u2014 edu.kde.org", + "description": "Website for KDE's educational software - edu.kde.org", "name": "websites-edu-kde-org", "project_path": "websites/edu-kde-org", "repo_path": "websites/edu-kde-org" }, "websites-elisa-kde-org": { - "description": "Website for Elisa \u2014 elisa.kde.org", + "description": "Website for Elisa - elisa.kde.org", "name": "websites-elisa-kde-org", "project_path": "websites/elisa-kde-org", "repo_path": "websites/elisa-kde-org" }, "websites-ev-kde-org": { - "description": "Website for KDE e.V. \u2014 ev.kde.org", + "description": "Website for KDE e.V. - ev.kde.org", "name": "websites-ev-kde-org", "project_path": "websites/ev-kde-org", "repo_path": "websites/ev-kde-org" }, "websites-events-kde-org": { - "description": "Conference and sprint attendance management system \u2014 events.kde.org", + "description": "Conference and sprint attendance management system - events.kde.org", "name": "websites-events-kde-org", "project_path": "websites/events-kde-org", "repo_path": "websites/events-kde-org" @@ -7188,13 +7206,13 @@ "repo_path": "websites/extensions-krita-org" }, "websites-falkon-org": { - "description": "Website for Falkon \u2014 falkon.org", + "description": "Website for Falkon - falkon.org", "name": "websites-falkon-org", "project_path": "websites/falkon-org", "repo_path": "websites/falkon-org" }, "websites-forum-kde-org": { - "description": "KDE Community Forum version of phpBB \u2014 forum.kde.org", + "description": "KDE Community Forum version of phpBB - forum.kde.org", "name": "websites-forum-kde-org", "project_path": "websites/forum-kde-org", "repo_path": "websites/forum-kde-org" @@ -7212,13 +7230,13 @@ "repo_path": "websites/fosdem-2021-website-static" }, "websites-fr-kde-org": { - "description": "Website for the French KDE community \u2014 fr.kde.org", + "description": "Website for the French KDE community - fr.kde.org", "name": "websites-fr-kde-org", "project_path": "websites/fr-kde-org", "repo_path": "websites/fr-kde-org" }, "websites-freebsd-kde-org": { - "description": "Website of the KDE/FreeBSD initiative \u2014 freebsd.kde.org", + "description": "Website of the KDE/FreeBSD initiative - freebsd.kde.org", "name": "websites-freebsd-kde-org", "project_path": "websites/freebsd-kde-org", "repo_path": "websites/freebsd-kde-org" @@ -7230,13 +7248,13 @@ "repo_path": "websites/fund-krita-org" }, "websites-games-kde-org": { - "description": "Website for KDE's games \u2014 games.kde.org", + "description": "Website for KDE's games - games.kde.org", "name": "websites-games-kde-org", "project_path": "websites/games-kde-org", "repo_path": "websites/games-kde-org" }, "websites-gcompris-net": { - "description": "Website for GCompris \u2014 gcompris.net", + "description": "Website for GCompris - gcompris.net", "name": "websites-gcompris-net", "project_path": "websites/gcompris-net", "repo_path": "websites/gcompris-net" @@ -7248,7 +7266,7 @@ "repo_path": "websites/ghostwriter-kde-org" }, "websites-glaxnimate-org": { - "description": "Website for Glaxnimate \u2014 glaxnimate.org", + "description": "Website for Glaxnimate - glaxnimate.org", "name": "websites-glaxnimate-org", "project_path": "websites/glaxnimate-org", "repo_path": "websites/glaxnimate-org" @@ -7290,7 +7308,7 @@ "repo_path": "websites/hugo-kde-template" }, "websites-i-kaidan-im": { - "description": "Easy XMPP invitation landing page for Kaidan \u2014 i.kaidan.im", + "description": "Easy XMPP invitation landing page for Kaidan - i.kaidan.im", "name": "websites-i-kaidan-im", "project_path": "websites/i-kaidan-im", "repo_path": "websites/i-kaidan-im" @@ -7302,13 +7320,13 @@ "repo_path": "websites/identity-kde-org" }, "websites-inqlude": { - "description": "Tools for Inqlude, the Qt library archive \u2014 inqlude.org", + "description": "Tools for Inqlude, the Qt library archive - inqlude.org", "name": "websites-inqlude", "project_path": "websites/inqlude", "repo_path": "websites/inqlude" }, "websites-inqlude-data": { - "description": "Metadata for Inqlude, the Qt library archive \u2014 inqlude.org", + "description": "Metadata for Inqlude, the Qt library archive - inqlude.org", "name": "websites-inqlude-data", "project_path": "websites/inqlude-data", "repo_path": "websites/inqlude-data" @@ -7326,49 +7344,49 @@ "repo_path": "websites/jointhegame-kde-org" }, "websites-jp-kde-org": { - "description": "Website for the Japanese KDE community / \u65e5\u672c KDE \u30e6\u30fc\u30b6\u4f1a\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8 \u2014 jp.kde.org", + "description": "Website for the Japanese KDE community / \u65e5\u672c KDE \u30e6\u30fc\u30b6\u4f1a\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8 - jp.kde.org", "name": "websites-jp-kde-org", "project_path": "websites/jp-kde-org", "repo_path": "websites/jp-kde-org" }, "websites-juk-kde-org": { - "description": "Website for JuK \u2014 juk.kde.org", + "description": "Website for JuK - juk.kde.org", "name": "websites-juk-kde-org", "project_path": "websites/juk-kde-org", "repo_path": "websites/juk-kde-org" }, "websites-kaidan-im": { - "description": "Website for Kaidan \u2014 kaidan.im", + "description": "Website for Kaidan - kaidan.im", "name": "websites-kaidan-im", "project_path": "websites/kaidan-im", "repo_path": "websites/kaidan-im" }, "websites-kate-editor-org": { - "description": "Website for Kate \u2014 kate-editor.org", + "description": "Website for Kate - kate-editor.org", "name": "websites-kate-editor-org", "project_path": "websites/kate-editor-org", "repo_path": "websites/kate-editor-org" }, "websites-kde-china-org": { - "description": "Website for the Chinese KDE community \u2014 kde-china.org", + "description": "Website for the Chinese KDE community - kde-china.org", "name": "websites-kde-china-org", "project_path": "websites/kde-china-org", "repo_path": "websites/kde-china-org" }, "websites-kde-in": { - "description": "Website for the Indian KDE community \u2014 kde.in", + "description": "Website for the Indian KDE community - kde.in", "name": "websites-kde-in", "project_path": "websites/kde-in", "repo_path": "websites/kde-in" }, "websites-kde-org": { - "description": "Main KDE Community website \u2014 kde.org", + "description": "Main KDE Community website - kde.org", "name": "websites-kde-org", "project_path": "websites/kde-org", "repo_path": "websites/kde-org" }, "websites-kde-org-announcements-releases": { - "description": "Website for KDE.org release announcements \u2014 kde.org/announcements/releases", + "description": "Website for KDE.org release announcements - kde.org/announcements/releases", "name": "websites-kde-org-announcements-releases", "project_path": "websites/kde-org-announcements-releases", "repo_path": "websites/kde-org-announcements-releases" @@ -7380,25 +7398,25 @@ "repo_path": "websites/kde-org-applications-extractor" }, "websites-kde-ru": { - "description": "Website for the Russian KDE community \u2014 kde.ru", + "description": "Website for the Russian KDE community - kde.ru", "name": "websites-kde-ru", "project_path": "websites/kde-ru", "repo_path": "websites/kde-ru" }, "websites-kdeconnect-kde-org": { - "description": "Website for KDE Connect \u2014 kdeconnect.kde.org", + "description": "Website for KDE Connect - kdeconnect.kde.org", "name": "websites-kdeconnect-kde-org", "project_path": "websites/kdeconnect-kde-org", "repo_path": "websites/kdeconnect-kde-org" }, "websites-kdeitalia-it": { - "description": "Website for the Italian KDE community \u2014 kdeitalia.it", + "description": "Website for the Italian KDE community - kdeitalia.it", "name": "websites-kdeitalia-it", "project_path": "websites/kdeitalia-it", "repo_path": "websites/kdeitalia-it" }, "websites-kdemail-net": { - "description": "E-mail service for KDE contributors \u2014 kdemail.net", + "description": "E-mail service for KDE contributors - kdemail.net", "name": "websites-kdemail-net", "project_path": "websites/kdemail-net", "repo_path": "websites/kdemail-net" @@ -7410,13 +7428,13 @@ "repo_path": "websites/kdenlive-org" }, "websites-kdesrc-build-kde-org": { - "description": "Website for kdesrc-build \u2014 kdesrc-build.kde.org", + "description": "Website for kdesrc-build - kdesrc-build.kde.org", "name": "websites-kdesrc-build-kde-org", "project_path": "websites/kdesrc-build-kde-org", "repo_path": "websites/kdesrc-build-kde-org" }, "websites-kdetalk-net": { - "description": "Website for KDE's Jabber server \u2014 kdetalk.net", + "description": "Website for KDE's Jabber server - kdetalk.net", "name": "websites-kdetalk-net", "project_path": "websites/kdetalk-net", "repo_path": "websites/kdetalk-net" @@ -7440,19 +7458,19 @@ "repo_path": "websites/kgeotag-kde-org" }, "websites-kid3-kde-org": { - "description": "Website for Kid3 \u2014 kid3.kde.org", + "description": "Website for Kid3 - kid3.kde.org", "name": "websites-kid3-kde-org", "project_path": "websites/kid3-kde-org", "repo_path": "websites/kid3-kde-org" }, "websites-kirogi-org": { - "description": "Website for Kirogi \u2014 kirogi.org", + "description": "Website for Kirogi - kirogi.org", "name": "websites-kirogi-org", "project_path": "websites/kirogi-org", "repo_path": "websites/kirogi-org" }, "websites-kmymoney-org": { - "description": "Website for KMyMoney \u2014 kmymoney.org", + "description": "Website for KMyMoney - kmymoney.org", "name": "websites-kmymoney-org", "project_path": "websites/kmymoney-org", "repo_path": "websites/kmymoney-org" @@ -7464,31 +7482,31 @@ "repo_path": "websites/konqueror-org" }, "websites-konsole-kde-org": { - "description": "Website for Konsole \u2014 konsole.kde.org", + "description": "Website for Konsole - konsole.kde.org", "name": "websites-konsole-kde-org", "project_path": "websites/konsole-kde-org", "repo_path": "websites/konsole-kde-org" }, "websites-kontact-kde-org": { - "description": "Website for Kontact \u2014 kontact.kde.org", + "description": "Website for Kontact - kontact.kde.org", "name": "websites-kontact-kde-org", "project_path": "websites/kontact-kde-org", "repo_path": "websites/kontact-kde-org" }, "websites-konversation-kde-org": { - "description": "Website for Konversation \u2014 konversation.kde.org", + "description": "Website for Konversation - konversation.kde.org", "name": "websites-konversation-kde-org", "project_path": "websites/konversation-kde-org", "repo_path": "websites/konversation-kde-org" }, "websites-kpdf-kde-org": { - "description": "Static copy of the KPDF website \u2014 kpdf.kde.org", + "description": "Static copy of the KPDF website - kpdf.kde.org", "name": "websites-kpdf-kde-org", "project_path": "websites/kpdf-kde-org", "repo_path": "websites/kpdf-kde-org" }, "websites-kphotoalbum-org": { - "description": "Website for KPhotoAlbum \u2014 kphotoalbum.org", + "description": "Website for KPhotoAlbum - kphotoalbum.org", "name": "websites-kphotoalbum-org", "project_path": "websites/kphotoalbum-org", "repo_path": "websites/kphotoalbum-org" @@ -7506,31 +7524,31 @@ "repo_path": "websites/krita-org-theme" }, "websites-krusader-org": { - "description": "Website for Krusader \u2014 krusader.org", + "description": "Website for Krusader - krusader.org", "name": "websites-krusader-org", "project_path": "websites/krusader-org", "repo_path": "websites/krusader-org" }, "websites-kst-plot-kde-org": { - "description": "Static copy of the Kst Plot website \u2014 kst-plot.kde.org", + "description": "Static copy of the Kst Plot website - kst-plot.kde.org", "name": "websites-kst-plot-kde-org", "project_path": "websites/kst-plot-kde-org", "repo_path": "websites/kst-plot-kde-org" }, "websites-kstars-kde-org": { - "description": "Website for KStars \u2014 kstars.kde.org", + "description": "Website for KStars - kstars.kde.org", "name": "websites-kstars-kde-org", "project_path": "websites/kstars-kde-org", "repo_path": "websites/kstars-kde-org" }, "websites-kube-kde-org": { - "description": "Website for Kube \u2014 kube-project.com", + "description": "Website for Kube - kube-project.com", "name": "websites-kube-kde-org", "project_path": "websites/kube-kde-org", "repo_path": "websites/kube-kde-org" }, "websites-lakademy-kde-org": { - "description": "Website for LaKademy \u2014 lakademy.kde.org", + "description": "Website for LaKademy - lakademy.kde.org", "name": "websites-lakademy-kde-org", "project_path": "websites/lakademy-kde-org", "repo_path": "websites/lakademy-kde-org" @@ -7548,13 +7566,13 @@ "repo_path": "websites/lokalize-kde-org" }, "websites-manifesto-kde-org": { - "description": "Website for the KDE Manifesto \u2014 manifesto.kde.org", + "description": "Website for the KDE Manifesto - manifesto.kde.org", "name": "websites-manifesto-kde-org", "project_path": "websites/manifesto-kde-org", "repo_path": "websites/manifesto-kde-org" }, "websites-marble-kde-org": { - "description": "Website for Marble \u2014 marble.kde.org", + "description": "Website for Marble - marble.kde.org", "name": "websites-marble-kde-org", "project_path": "websites/marble-kde-org", "repo_path": "websites/marble-kde-org" @@ -7590,13 +7608,13 @@ "repo_path": "websites/mentorship-kde-org" }, "websites-minuet-kde-org": { - "description": "Website for Minuet \u2014 minuet.kde.org", + "description": "Website for Minuet - minuet.kde.org", "name": "websites-minuet-kde-org", "project_path": "websites/minuet-kde-org", "repo_path": "websites/minuet-kde-org" }, "websites-multimedia-kde-org": { - "description": "Website for KDE's multimedia software \u2014 multimedia.kde.org", + "description": "Website for KDE's multimedia software - multimedia.kde.org", "name": "websites-multimedia-kde-org", "project_path": "websites/multimedia-kde-org", "repo_path": "websites/multimedia-kde-org" @@ -7620,7 +7638,7 @@ "repo_path": "websites/necessitas-kde-org" }, "websites-neon-kde-org": { - "description": "Website for Neon \u2014 neon.kde.org", + "description": "Website for Neon - neon.kde.org", "name": "websites-neon-kde-org", "project_path": "websites/neon-kde-org", "repo_path": "websites/neon-kde-org" @@ -7632,7 +7650,7 @@ "repo_path": "websites/neverland" }, "websites-okular-kde-org": { - "description": "Website for Okular \u2014 okular.kde.org", + "description": "Website for Okular - okular.kde.org", "name": "websites-okular-kde-org", "project_path": "websites/okular-kde-org", "repo_path": "websites/okular-kde-org" @@ -7644,13 +7662,13 @@ "repo_path": "websites/paste-kde-org" }, "websites-pe-kde-org": { - "description": "Website for the Peruvian KDE community \u2014 pe.kde.org", + "description": "Website for the Peruvian KDE community - pe.kde.org", "name": "websites-pe-kde-org", "project_path": "websites/pe-kde-org", "repo_path": "websites/pe-kde-org" }, "websites-peruse-kde-org": { - "description": "Website for Peruse \u2014 peruse.kde.org", + "description": "Website for Peruse - peruse.kde.org", "name": "websites-peruse-kde-org", "project_path": "websites/peruse-kde-org", "repo_path": "websites/peruse-kde-org" @@ -7662,13 +7680,13 @@ "repo_path": "websites/phonon-kde-org" }, "websites-planet-kde-org": { - "description": "Planet KDE website code and configuration \u2014 planet.kde.org", + "description": "Planet KDE website code and configuration - planet.kde.org", "name": "websites-planet-kde-org", "project_path": "websites/planet-kde-org", "repo_path": "websites/planet-kde-org" }, "websites-plasma-bigscreen-org": { - "description": "Website for Plasma BigScreen \u2014 plasma-bigscreen.org", + "description": "Website for Plasma BigScreen - plasma-bigscreen.org", "name": "websites-plasma-bigscreen-org", "project_path": "websites/plasma-bigscreen-org", "repo_path": "websites/plasma-bigscreen-org" @@ -7680,13 +7698,13 @@ "repo_path": "websites/plasma-kde-org" }, "websites-plasma-mobile-org": { - "description": "Website for Plasma Mobile \u2014 plasma-mobile.org", + "description": "Website for Plasma Mobile - plasma-mobile.org", "name": "websites-plasma-mobile-org", "project_path": "websites/plasma-mobile-org", "repo_path": "websites/plasma-mobile-org" }, "websites-product-screenshots": { - "description": "Screenshots of KDE software for promotional use \u2014 cdn.kde.org/screenshots", + "description": "Screenshots of KDE software for promotional use - cdn.kde.org/screenshots", "name": "websites-product-screenshots", "project_path": "websites/product-screenshots", "repo_path": "websites/product-screenshots" @@ -7728,7 +7746,7 @@ "repo_path": "websites/rekonq-kde-org" }, "websites-releases-neon-kde-org": { - "description": "Metadata of Neon releases \u2014 releases.neon.kde.org", + "description": "Metadata of Neon releases - releases.neon.kde.org", "name": "websites-releases-neon-kde-org", "project_path": "websites/releases-neon-kde-org", "repo_path": "websites/releases-neon-kde-org" @@ -7746,13 +7764,13 @@ "repo_path": "websites/reservoir" }, "websites-rkward-kde-org": { - "description": "Website for RKWard \u2014 rkward.kde.org", + "description": "Website for RKWard - rkward.kde.org", "name": "websites-rkward-kde-org", "project_path": "websites/rkward-kde-org", "repo_path": "websites/rkward-kde-org" }, "websites-rolisteam-org": { - "description": "Website for Rolisteam \u2014 rolisteam.org", + "description": "Website for Rolisteam - rolisteam.org", "name": "websites-rolisteam-org", "project_path": "websites/rolisteam-org", "repo_path": "websites/rolisteam-org" @@ -7764,19 +7782,19 @@ "repo_path": "websites/scripting-krita-org" }, "websites-season-kde-org": { - "description": "Website to organize programs like Season of KDE \u2014 season.kde.org", + "description": "Website to organize programs like Season of KDE - season.kde.org", "name": "websites-season-kde-org", "project_path": "websites/season-kde-org", "repo_path": "websites/season-kde-org" }, "websites-simon-kde-org": { - "description": "Static copy of the Drupal-based Simon website \u2014 simon.kde.org", + "description": "Static copy of the Drupal-based Simon website - simon.kde.org", "name": "websites-simon-kde-org", "project_path": "websites/simon-kde-org", "repo_path": "websites/simon-kde-org" }, "websites-skrooge-org": { - "description": "Website for Skrooge \u2014 skrooge.org", + "description": "Website for Skrooge - skrooge.org", "name": "websites-skrooge-org", "project_path": "websites/skrooge-org", "repo_path": "websites/skrooge-org" @@ -7812,13 +7830,13 @@ "repo_path": "websites/sysadmin-kde-org-trellis" }, "websites-telemetry-krita-org": { - "description": "Telemetry backend for Krita \u2014 telemetry.krita.org", + "description": "Telemetry backend for Krita - telemetry.krita.org", "name": "websites-telemetry-krita-org", "project_path": "websites/telemetry-krita-org", "repo_path": "websites/telemetry-krita-org" }, "websites-timeline-kde-org": { - "description": "Website for community history timeline \u2014 timeline.kde.org", + "description": "Website for community history timeline - timeline.kde.org", "name": "websites-timeline-kde-org", "project_path": "websites/timeline-kde-org", "repo_path": "websites/timeline-kde-org" @@ -7830,13 +7848,13 @@ "repo_path": "websites/tr-kde-org" }, "websites-umbrello-kde-org": { - "description": "Website for Umbrello \u2014 umbrello.kde.org", + "description": "Website for Umbrello - umbrello.kde.org", "name": "websites-umbrello-kde-org", "project_path": "websites/umbrello-kde-org", "repo_path": "websites/umbrello-kde-org" }, "websites-utils-kde-org": { - "description": "Website for KDE's utilities \u2014 utils.kde.org", + "description": "Website for KDE's utilities - utils.kde.org", "name": "websites-utils-kde-org", "project_path": "websites/utils-kde-org", "repo_path": "websites/utils-kde-org" @@ -7854,13 +7872,13 @@ "repo_path": "websites/video-subtitles" }, "websites-volunteers-akademy-kde-org": { - "description": "Volunteer management and coordination system \u2014 volunteers.akademy.kde.org", + "description": "Volunteer management and coordination system - volunteers.akademy.kde.org", "name": "websites-volunteers-akademy-kde-org", "project_path": "websites/volunteers-akademy-kde-org", "repo_path": "websites/volunteers-akademy-kde-org" }, "websites-vvave-kde-org": { - "description": "Website for Vvave \u2014 vvave.kde.org", + "description": "Website for Vvave - vvave.kde.org", "name": "websites-vvave-kde-org", "project_path": "websites/vvave-kde-org", "repo_path": "websites/vvave-kde-org" @@ -7872,25 +7890,25 @@ "repo_path": "websites/vvave-stream-kde-org" }, "websites-websvn-kde-org": { - "description": "KDE SVN repository browser \u2014 websvn.kde.org", + "description": "KDE SVN repository browser - websvn.kde.org", "name": "websites-websvn-kde-org", "project_path": "websites/websvn-kde-org", "repo_path": "websites/websvn-kde-org" }, "websites-wiki-desktopsummit-org": { - "description": "Static copy of the DesktopSummit wiki \u2014 wiki.desktopsummit.org", + "description": "Static copy of the DesktopSummit wiki - wiki.desktopsummit.org", "name": "websites-wiki-desktopsummit-org", "project_path": "websites/wiki-desktopsummit-org", "repo_path": "websites/wiki-desktopsummit-org" }, "websites-wiki-kde-org": { - "description": "Landing wiki list website \u2014 wiki.kde.org", + "description": "Landing wiki list website - wiki.kde.org", "name": "websites-wiki-kde-org", "project_path": "websites/wiki-kde-org", "repo_path": "websites/wiki-kde-org" }, "websites-wiki-rolisteam-org": { - "description": "Rolisteam documentation (wiki) \u2014 doc.rolisteam.org", + "description": "Rolisteam documentation (wiki) - doc.rolisteam.org", "name": "websites-wiki-rolisteam-org", "project_path": "websites/wiki-rolisteam-org", "repo_path": "websites/wiki-rolisteam-org" @@ -7914,7 +7932,7 @@ "repo_path": "websites/yakuake-kde-org" }, "websites-zanshin-kde-org": { - "description": "Website for Zanshin \u2014 zanshin.kde.org", + "description": "Website for Zanshin - zanshin.kde.org", "name": "websites-zanshin-kde-org", "project_path": "websites/zanshin-kde-org", "repo_path": "websites/zanshin-kde-org" @@ -8108,7 +8126,7 @@ "xwaylandvideobridge": { "description": "Utility to allow streaming Wayland windows to X applications", "name": "xwaylandvideobridge", - "project_path": "system/xwaylandvideobridge", + "project_path": "playground/system/xwaylandvideobridge", "repo_path": "system/xwaylandvideobridge" }, "yakuake": { diff --git a/pkgs/kde/generated/sources/frameworks.json b/pkgs/kde/generated/sources/frameworks.json index f5a2219941c7..a609999b7402 100644 --- a/pkgs/kde/generated/sources/frameworks.json +++ b/pkgs/kde/generated/sources/frameworks.json @@ -1,362 +1,362 @@ { "attica": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/attica-6.7.0.tar.xz", - "hash": "sha256-2qXAe0dImeFrQnEOA9BZCTa84PVIACOdYz1IyqO+DX0=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/attica-6.8.0.tar.xz", + "hash": "sha256-RDAKLQ7UZdmtsAI/rG1ns7Kb7CmaVP6j/zR32RGNH90=" }, "baloo": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/baloo-6.7.0.tar.xz", - "hash": "sha256-zowYoh7XrNWRLH0nPKxfbLGttSSgQV1Wxv3eLpZ/Z8w=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/baloo-6.8.0.tar.xz", + "hash": "sha256-WaWWl+fSvsUNqoPeUmh3W953z5g1EnfQ9KxVEiNLrv0=" }, "bluez-qt": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/bluez-qt-6.7.0.tar.xz", - "hash": "sha256-sGQBBphiE+Gyjyy6E9nMIu49JZdV8nUh8uhhY0M4+Ts=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/bluez-qt-6.8.0.tar.xz", + "hash": "sha256-NxqJ98WpyI397rLcxtGtl7OXoj7BC9b86uCoNeB0DXY=" }, "breeze-icons": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/breeze-icons-6.7.0.tar.xz", - "hash": "sha256-OQN+P8u7emUBFoXEmMrjH/SWpfJJMmnJVbspyUpoi3Q=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/breeze-icons-6.8.0.tar.xz", + "hash": "sha256-de4R/EQcJ1BOGZ42VpMpbtzUZfiQ22qryw3soKziLTo=" }, "extra-cmake-modules": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/extra-cmake-modules-6.7.0.tar.xz", - "hash": "sha256-2B3oJpLT0rt3EQMyplyCZiUr7MLD8wfOgUmQzlYHuNw=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/extra-cmake-modules-6.8.0.tar.xz", + "hash": "sha256-/4oL9yKFvsF2jjrNj3xmWibVWhUn6W1z41eJ3J8ONHI=" }, "frameworkintegration": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/frameworkintegration-6.7.0.tar.xz", - "hash": "sha256-iQEBhUu7s5N9Mh8qw1sqCo886DNCIpfd2lm9qMjKxp0=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/frameworkintegration-6.8.0.tar.xz", + "hash": "sha256-FBvFnf2yRskFAaSIy/ATufC7wcJ6ePLyV0QzlXbtrzc=" }, "kapidox": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kapidox-6.7.0.tar.xz", - "hash": "sha256-czjx4xjrLSTLlbVtUwamHQoZLpCXe+rWBRd0HIMF4kA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kapidox-6.8.0.tar.xz", + "hash": "sha256-RL24w9VRMOLkqPtndDKmVt3A8lTcu4MixQqcpKbTUlo=" }, "karchive": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/karchive-6.7.0.tar.xz", - "hash": "sha256-60JD5if1HxIkqZr10Kb44wn55du3R496eONOK4VBOYo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/karchive-6.8.0.tar.xz", + "hash": "sha256-6QPrVLh1JYcn/VJLJInSpQGZc+J99nszu1b7qR5O7DQ=" }, "kauth": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kauth-6.7.0.tar.xz", - "hash": "sha256-FzZU7uKJGs1BU40xrOi5165ghjvH+u8crOx+IcfrEiM=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kauth-6.8.0.tar.xz", + "hash": "sha256-u/g6OYcPdWqu+5r7005iHV/FMoDF63Dbm9Nn/FH4x0k=" }, "kbookmarks": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kbookmarks-6.7.0.tar.xz", - "hash": "sha256-vUGjnfdlFe40598HsmAOHltnsYEsyVnsUVhfLrzFZXM=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kbookmarks-6.8.0.tar.xz", + "hash": "sha256-DL0hXdG/L3wwU1bRNiw+sFhbDenhlb4SURD0sJ/KUBU=" }, "kcalendarcore": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcalendarcore-6.7.0.tar.xz", - "hash": "sha256-jlKC2NegzgoaG9syEzukEC0GBwEFUT5xLa/nbjJkffs=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcalendarcore-6.8.0.tar.xz", + "hash": "sha256-zF/DwwSxF0cHRGiYKelLr4XGzk3CRZO5lY8d6JnIdBI=" }, "kcmutils": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcmutils-6.7.0.tar.xz", - "hash": "sha256-QRg4j49iql8ROe14gjtYsAnp6/fzdV6alKtfnrpkTL4=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcmutils-6.8.0.tar.xz", + "hash": "sha256-+BBsg++FofybQYW4EmAEjr2KZM3wXI0Ccv+D1mZcscA=" }, "kcodecs": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcodecs-6.7.0.tar.xz", - "hash": "sha256-mrSUBV4Gvc5FVot8R+2yqp7Kqd7AwPsVI2e0MhkhufI=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcodecs-6.8.0.tar.xz", + "hash": "sha256-lslTXG95VxzXFwNg3Atkoz1SnVnL2UV5NL/Az2z0sn8=" }, "kcolorscheme": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcolorscheme-6.7.0.tar.xz", - "hash": "sha256-G0xuhPHdlrLuYr51X2DaYNYbqA1nCe6zGG2IgucuITA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcolorscheme-6.8.0.tar.xz", + "hash": "sha256-L9oHaFRpGdQn40qQSb9cXo/mGh1rfnbfSbtC4iwSNN0=" }, "kcompletion": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcompletion-6.7.0.tar.xz", - "hash": "sha256-ftWparDSqxe7Uh7Kr0TW7Gt8mj1uCUAzYLpJsk2UVg8=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcompletion-6.8.0.tar.xz", + "hash": "sha256-ipFfQqSeAhyHKbQlp5kGgzSQybqhskrwHNT8gltYxGE=" }, "kconfig": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kconfig-6.7.0.tar.xz", - "hash": "sha256-vi1d22PlZwO8CX5dmRKzmrxROsUWVN4uDYOhrtLFSxs=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kconfig-6.8.0.tar.xz", + "hash": "sha256-P488LvOEpSga5aORij48wr4BaOsUvs/aphcQZV2LFqw=" }, "kconfigwidgets": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kconfigwidgets-6.7.0.tar.xz", - "hash": "sha256-wHnGfFeJMLqvriQbtPJSxj/dEl5E8fuVLjm648mFnNE=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kconfigwidgets-6.8.0.tar.xz", + "hash": "sha256-ncOoLx+zJ1Dm7PeKhjpDImow4vyt11Ue7HiGkW4ctPE=" }, "kcontacts": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcontacts-6.7.0.tar.xz", - "hash": "sha256-KS+BBPnzHWLFkomjqCF2bR7FQPT8UT/8O29xl2AtQsU=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcontacts-6.8.0.tar.xz", + "hash": "sha256-RjgiYW8R2iNo+v7Y9x4cmK1HEDyJ2/qMiP5lpBrhUFE=" }, "kcoreaddons": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcoreaddons-6.7.0.tar.xz", - "hash": "sha256-SFEenasfLoCzxIIruHwumBGG3juJd9kggtNNADsSg8U=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcoreaddons-6.8.0.tar.xz", + "hash": "sha256-KJd/R4vl19X1ZQh2v3uAZnTtb8YJ1wPuoymoGfpK2Zw=" }, "kcrash": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kcrash-6.7.0.tar.xz", - "hash": "sha256-HcLGXY72LvmEV/irQjt2ht4+cTdmwG5k1jIqqdsm7qQ=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kcrash-6.8.0.tar.xz", + "hash": "sha256-pwKUTIfJY07v1SKT9iU1UxRHPmxMJLRy7nhUy4xolX8=" }, "kdav": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdav-6.7.0.tar.xz", - "hash": "sha256-ZinyrwBC6x4NwMCLUYCse0ja5rWZnh3Qtniu2Lh0wdc=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdav-6.8.0.tar.xz", + "hash": "sha256-2JXjttT/mRbRhexQ+UsIpwY2IC4oc5/MdHcuLs2SGCw=" }, "kdbusaddons": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdbusaddons-6.7.0.tar.xz", - "hash": "sha256-6H0I9tADfY+jPx59FqTjqhfX0LEsaqlvdjI/eDROFRs=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdbusaddons-6.8.0.tar.xz", + "hash": "sha256-bHYKDcNyrwovgltlV1v6vRlQx2wON/h94h1HzsjVi8c=" }, "kdeclarative": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdeclarative-6.7.0.tar.xz", - "hash": "sha256-8fgE9rrCsilQPP0WXr2K4JNTOIiuFeDmFHTG4yjVNbk=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdeclarative-6.8.0.tar.xz", + "hash": "sha256-rUYQhce/wqxo8dwlLGZpWSYe+y/6gOeSPna3gccjNqE=" }, "kded": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kded-6.7.0.tar.xz", - "hash": "sha256-IqobZUO0DglDRhOFFhMcD363inDocpaThFf9E4ZoCi8=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kded-6.8.0.tar.xz", + "hash": "sha256-UpJj+xqXqlWCji4MeBEYcAphId9Jrb7R7lboecjsUSE=" }, "kdesu": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdesu-6.7.0.tar.xz", - "hash": "sha256-QQkepFxuIuFBHYnRU4ssi9mL3B841Z3z6cQjqsAiTig=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdesu-6.8.0.tar.xz", + "hash": "sha256-DooAfEE/rKT6fiQ4KgGbrs/mtmB2ALpkEcdh57yVOY8=" }, "kdnssd": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdnssd-6.7.0.tar.xz", - "hash": "sha256-6RQEdfxuTuHg/jmiGBajwAP8sQkiIgefQi/QKtKpAqE=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdnssd-6.8.0.tar.xz", + "hash": "sha256-SdmskRrGQSFwszDIMUIERhCukPVxxgMYsi4ZfiiYlz4=" }, "kdoctools": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kdoctools-6.7.0.tar.xz", - "hash": "sha256-n+U53/7QGDaUD6Twb5U6xO0M1PtfAjL+W2bCI2TBaS8=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kdoctools-6.8.0.tar.xz", + "hash": "sha256-YGhj6G1qqRars+N2C3P+nbGDLB5BcnNJ0CzcjDq5a6c=" }, "kfilemetadata": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kfilemetadata-6.7.0.tar.xz", - "hash": "sha256-piQqeeZytSPr8bJVTr+DrKep1QZZKbbxUnMemFHQCNA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kfilemetadata-6.8.0.tar.xz", + "hash": "sha256-UEZrNpm74wF+2ww8sJRjpX4t07ZtYPX2ENnuOiHjSJQ=" }, "kglobalaccel": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kglobalaccel-6.7.0.tar.xz", - "hash": "sha256-KjW54GxmAdYCs6ReJ4xJ4R5GJ5Oc+s/7H97ggmpvbgs=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kglobalaccel-6.8.0.tar.xz", + "hash": "sha256-yqbYWwiGfLg38Ip4l5iERyTVOSMgGTeCqD4UE19ml4M=" }, "kguiaddons": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kguiaddons-6.7.0.tar.xz", - "hash": "sha256-rEN8prr1CwF4vIvwtN0ebnDg5O8ax3AllzihxC0DW8w=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kguiaddons-6.8.0.tar.xz", + "hash": "sha256-ac5pgDyNab280b7OvXW9SWqdHp6m5y1cb0pc/adqI4Y=" }, "kholidays": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kholidays-6.7.0.tar.xz", - "hash": "sha256-K1Q9/etqUvQQH9+fFIAt11nQqf/wYOo3Hx87kA3TNas=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kholidays-6.8.0.tar.xz", + "hash": "sha256-FiuK3kLegEFTgPZHaihfv6tbsnDzWw19E7qhw0pfsWQ=" }, "ki18n": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/ki18n-6.7.0.tar.xz", - "hash": "sha256-VVtbwZVGw6eRxpck4jjF0XEKlXXPh0ABL4/FRvNUEis=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/ki18n-6.8.0.tar.xz", + "hash": "sha256-cdc6BY5SZ4l60/2CAnTkyO13Djwu7uyryAub6NTyho4=" }, "kiconthemes": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kiconthemes-6.7.0.tar.xz", - "hash": "sha256-viW/8fX2Xt1Fsk/5vtpEsEwOItGT5yRYyWpcWRtwuWg=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kiconthemes-6.8.0.tar.xz", + "hash": "sha256-zF4RarvYEADSHYdfeeWGrwULMaF5M70gZLIQBDcUzao=" }, "kidletime": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kidletime-6.7.0.tar.xz", - "hash": "sha256-YKbHA4e2PmEUcCnOV/FwI3JxQRYwozcqDo1yQLgAaq8=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kidletime-6.8.0.tar.xz", + "hash": "sha256-UQFgWPrzklFep/WC0lxmar3fOO9mq/GHUCz0bF4R5BA=" }, "kimageformats": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kimageformats-6.7.0.tar.xz", - "hash": "sha256-cihQZIrBZ+TA7mMVcf3knp/RXQBKEn3YBKFPn1ebcx8=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kimageformats-6.8.0.tar.xz", + "hash": "sha256-2fJiZBzEfl8t0b3VbukuN5q0yzTUYN/IhP2ZElDXtBc=" }, "kio": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kio-6.7.0.tar.xz", - "hash": "sha256-3yNQGaB6zVeZIPbGVQUOAtrPhHxwb0uCeedVvkb52ZA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kio-6.8.0.tar.xz", + "hash": "sha256-y4rCWlMk6LYXgX/u/N93Oesg3DXc9ERLiGwdy7maVr4=" }, "kirigami": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kirigami-6.7.0.tar.xz", - "hash": "sha256-TWRaA3TTO5Rl554+FxcIguLL2hUm9FvFtrF22t2nfXY=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kirigami-6.8.0.tar.xz", + "hash": "sha256-DguQrJa6SWMOLAHYl3vYxRyasYCDE/yI9g3heXAHQqI=" }, "kitemmodels": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kitemmodels-6.7.0.tar.xz", - "hash": "sha256-CqAgUyO68tUZ67j5bOftVSSoFkp0QNkF+XdBi/vm00k=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kitemmodels-6.8.0.tar.xz", + "hash": "sha256-THraGyliGAOxZMMd42WNW9odXUzxAelzYoucL+GYI2U=" }, "kitemviews": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kitemviews-6.7.0.tar.xz", - "hash": "sha256-XmNRYpk8nx4V86EQnKMifQ0s5Xz3BwYVZRtlz3kNsEk=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kitemviews-6.8.0.tar.xz", + "hash": "sha256-62gx/b/tozKFAP8PP1ewkBwEz75zpac4N64LEbIpJa8=" }, "kjobwidgets": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kjobwidgets-6.7.0.tar.xz", - "hash": "sha256-Ftfnq1QjXW+h6yE9PWNxguIvy9vLe0sUAyQwoCoviIo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kjobwidgets-6.8.0.tar.xz", + "hash": "sha256-hvIwHdm+heYt7ml4df9acxhj2wgyM7SwxgSdq2SphQE=" }, "knewstuff": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/knewstuff-6.7.0.tar.xz", - "hash": "sha256-pBhGItQwtk7HzEx3ET32fIhvNZzInMYxP7zHF2TSP6c=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/knewstuff-6.8.0.tar.xz", + "hash": "sha256-NhUFCfm3+h68k1FfxHRgGWKvHkcSy9RfsTYQrhvtRMo=" }, "knotifications": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/knotifications-6.7.0.tar.xz", - "hash": "sha256-npcvAV2bMbMoO/hCoy0nAJYiTRJ8E6bnlFD08EUt5ec=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/knotifications-6.8.0.tar.xz", + "hash": "sha256-GznXfAJeBv0hxxYAD1EkaBCixettoqP3+zzl3oLM+K8=" }, "knotifyconfig": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/knotifyconfig-6.7.0.tar.xz", - "hash": "sha256-Qifaehj5uoOzS/VLbT/BaNwHJryhSdL4lYW7VKsTgpU=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/knotifyconfig-6.8.0.tar.xz", + "hash": "sha256-yaMdb0VmsBzd12DehPXSlihxzQOHmTgXBC/CkWmTiL8=" }, "kpackage": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kpackage-6.7.0.tar.xz", - "hash": "sha256-kWwR9ZcnYNmlA5ZD+8Vc3p0R7BjyeNPWN5Mzb/pEKGU=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kpackage-6.8.0.tar.xz", + "hash": "sha256-0y5vYUjZzZPzIaZSz6TTP98jSa8QGWQSROKE4dLA0rY=" }, "kparts": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kparts-6.7.0.tar.xz", - "hash": "sha256-CxswUFDWH8vvpwJrCW3GtHcJ10NcabGKtWp+LqV9dZ4=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kparts-6.8.0.tar.xz", + "hash": "sha256-CiHSq/TEQGAV99Wr6+/sBJNXWEfqTsNOoj1T21JVsyc=" }, "kpeople": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kpeople-6.7.0.tar.xz", - "hash": "sha256-02JGusUPW/QG9oP+YcksteYjpR3p/+0RBGZeXxNe+Ig=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kpeople-6.8.0.tar.xz", + "hash": "sha256-2QmzyTlktqnS/Cn2P+AEBhrc5O8CXcbc/e0Up6a7lTA=" }, "kplotting": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kplotting-6.7.0.tar.xz", - "hash": "sha256-Ew7twjTw/tryxBXeiVyXlFT2TDsEkEMyfUPNUJ4jhrM=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kplotting-6.8.0.tar.xz", + "hash": "sha256-c2yV93YcoGJYXtK1tyZWubtqXnBlSMvZ8H2k9iyPuos=" }, "kpty": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kpty-6.7.0.tar.xz", - "hash": "sha256-QswbH3DuC9rNJoEoV9MQR9IY4fWFrDX+kWWQhQGplGo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kpty-6.8.0.tar.xz", + "hash": "sha256-+8fzkKC4OXpRY/FrFAwGYsmU9hSgX35aUWFJPDy8PjY=" }, "kquickcharts": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kquickcharts-6.7.0.tar.xz", - "hash": "sha256-ZkBH57YiwLhl10ZoFxeUVfs4UcuxWo8sOLirnPhQmKQ=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kquickcharts-6.8.0.tar.xz", + "hash": "sha256-NugREaf67SCDYnRvhmRu0QTj4xShgukofPLSFPJhAjk=" }, "krunner": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/krunner-6.7.0.tar.xz", - "hash": "sha256-GH/+kYDpjoP7rFvTZE7GZxuh6AZspgE6mLTx10Oc/zo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/krunner-6.8.0.tar.xz", + "hash": "sha256-RigsSTTfvC0l33Cwu/ZRgsMNjDnCGjp0n+VmHjs0w/s=" }, "kservice": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kservice-6.7.0.tar.xz", - "hash": "sha256-OdJULjj7NDTFQFyS1bReDVumUNJlMJrfk8eHp0HVf6E=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kservice-6.8.0.tar.xz", + "hash": "sha256-Iwls8j7j8mJgnAk/NskME5NQ6rHRMhMuC/wCrYuBgSg=" }, "kstatusnotifieritem": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kstatusnotifieritem-6.7.0.tar.xz", - "hash": "sha256-gOriaTzbXaZptO1qgii93DmBasoP3pKPIx5IlIJ9HeA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kstatusnotifieritem-6.8.0.tar.xz", + "hash": "sha256-bk/4G4DXhC0qEOe3WOSXs3JPxU6jptpvCb7oBjZDmDI=" }, "ksvg": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/ksvg-6.7.0.tar.xz", - "hash": "sha256-u998eGyVlwfNnGfASmflGhXbzdbv96tSsDwJVE5m8YQ=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/ksvg-6.8.0.tar.xz", + "hash": "sha256-/mWwhS10rHO6S1l/41LpG/dM9h//+ARqG9URyKhQhOM=" }, "ktexteditor": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/ktexteditor-6.7.0.tar.xz", - "hash": "sha256-7Xb3IyQiWpJuAMLJcNSNfxGldulC5I0JLpg3vaedaZE=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/ktexteditor-6.8.0.tar.xz", + "hash": "sha256-alirdMTv3fMWEXToYNIRQmRUEi6ESyX8Je9igqHnonA=" }, "ktexttemplate": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/ktexttemplate-6.7.0.tar.xz", - "hash": "sha256-1rdfGT9NjYF883SHKldCdInGFzYSHHKmnE3X7mLh4jM=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz", + "hash": "sha256-OoPa+0B1rwuwFVVqZCBQlPzKK6xbn7De5hTq/yUqBBI=" }, "ktextwidgets": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/ktextwidgets-6.7.0.tar.xz", - "hash": "sha256-I7txRQ459DfAa9mvSOeJMlPDGtEGSbCQHQqOwe4YrgE=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/ktextwidgets-6.8.0.tar.xz", + "hash": "sha256-XR0uMhM8v3frYNJE3PT9EMKFVeONpTdsAjtGK5tosrg=" }, "kunitconversion": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kunitconversion-6.7.0.tar.xz", - "hash": "sha256-swNgHGI81m7bZqZv1y6VdBW43TPnAwW+gTb6a0OxpAo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kunitconversion-6.8.0.tar.xz", + "hash": "sha256-5iBUeIHmNcyKqXcabsqal6bLQJJawHXTPvd0T6zB2VQ=" }, "kuserfeedback": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kuserfeedback-6.7.0.tar.xz", - "hash": "sha256-Te+NDW7yJ4B7YGbLdizsNSRSoY4OKLVq7M6O8861J2E=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kuserfeedback-6.8.0.tar.xz", + "hash": "sha256-fp3FceNeJjT9Q9QqRobJIQl4KPulVD1KegHvf5udrbU=" }, "kwallet": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kwallet-6.7.0.tar.xz", - "hash": "sha256-/7MZzg3+6pU4nhovSDPRCZuJTIHx33q1Dc+3luqH/6I=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kwallet-6.8.0.tar.xz", + "hash": "sha256-4LUxHYjZLKW95MJK6HXcOk/GfpMZ0N4qSeJdBEYehig=" }, "kwidgetsaddons": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kwidgetsaddons-6.7.0.tar.xz", - "hash": "sha256-vTY0KJOGPmEQxfEkX4rgs6M4J19OrxJLFVhdL+SSMpo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kwidgetsaddons-6.8.0.tar.xz", + "hash": "sha256-z4Zm7A8Kcg/qtkHqPhla8UBqQAgNEY0c9P+vEjxvqwg=" }, "kwindowsystem": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kwindowsystem-6.7.0.tar.xz", - "hash": "sha256-YsDwtKlQeTnYSu7aVbvUMAuIwE43lT5RibE5ADMQqPQ=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kwindowsystem-6.8.0.tar.xz", + "hash": "sha256-e0xSDnnC6xD5ih17TXVjPukNGHOvut+fYHUeZ7wOJDY=" }, "kxmlgui": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/kxmlgui-6.7.0.tar.xz", - "hash": "sha256-pFHBbXClkd4TlzB5EV81kF48QjAvXIyK4+x112oG/KE=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/kxmlgui-6.8.0.tar.xz", + "hash": "sha256-mX8xCkbsLBUwEPxZZ3UzkKmbxQYh0Z+SZIgWQXLFH8w=" }, "modemmanager-qt": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/modemmanager-qt-6.7.0.tar.xz", - "hash": "sha256-/EXc2K2iQ7r3kACZBi8xK2d79pT4jzZ0bVNK/pB7+PM=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/modemmanager-qt-6.8.0.tar.xz", + "hash": "sha256-CiLuylr897QgWbvfUGkk8lutFN9zfIhPqP0+J146Fxs=" }, "networkmanager-qt": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/networkmanager-qt-6.7.0.tar.xz", - "hash": "sha256-VjIxZEWHkYyVC8vl/aC/ajXpehL2sOm/nqpM4xQdMSI=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/networkmanager-qt-6.8.0.tar.xz", + "hash": "sha256-FYeSUe8aXohGW3j49Z4r49HylpTFyRUfoNVC6niUl2c=" }, "prison": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/prison-6.7.0.tar.xz", - "hash": "sha256-CgU6gL6uIyzvXaP2UlsU7mSbJ1zqZN4MD/rUHD8uwmA=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/prison-6.8.0.tar.xz", + "hash": "sha256-uue1p2xG4ri3yBwaqvIHIdBQz99IKR0rzGb1dZCy3rM=" }, "purpose": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/purpose-6.7.0.tar.xz", - "hash": "sha256-T4u/GQIscN8dw0Wkq9gWd6UFouj+9kMxEof+jpIS1Wo=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/purpose-6.8.0.tar.xz", + "hash": "sha256-fugYJlElHIKAp99iiNP2JXadzYtKbU/ufv5WmVQ18Go=" }, "qqc2-desktop-style": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/qqc2-desktop-style-6.7.0.tar.xz", - "hash": "sha256-tmAtIbqJGmNGGCeqRROUau8NjgFB9KgxqvssTS4/syk=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/qqc2-desktop-style-6.8.0.tar.xz", + "hash": "sha256-6WkvANebljvcrnFsqrlkwlNHUMhdf+AvznqQgAPrTaM=" }, "solid": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/solid-6.7.0.tar.xz", - "hash": "sha256-NnPxd3bDDZUj/kC4845ivhA3YQBQ94LBNtoawEsg5uc=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/solid-6.8.0.tar.xz", + "hash": "sha256-rOUUX1nbVIvPQjy2tw/YcP77o38HpkkWQ5SoArPKeUE=" }, "sonnet": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/sonnet-6.7.0.tar.xz", - "hash": "sha256-L5cNSQ7/1mjmTdk//vNEqA235jEwuyPfT6DWsUFQ5Yg=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/sonnet-6.8.0.tar.xz", + "hash": "sha256-xCG0YCFPOiWEKryyYFJRudqJtimtk2Fg051KpQJAVjY=" }, "syndication": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/syndication-6.7.0.tar.xz", - "hash": "sha256-wqSFIp2KQwhY1/Rz/osTNzfZPTOnduRu7fp3u54wuiQ=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/syndication-6.8.0.tar.xz", + "hash": "sha256-v84kBvpM+D8ikRwc19uvwleLYV+EM2i1UGm4/2MOK6k=" }, "syntax-highlighting": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/syntax-highlighting-6.7.0.tar.xz", - "hash": "sha256-bvUnqUF0C53f4FPrCOrX4RwSooOqiKXd8aGFIM2dLKc=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/syntax-highlighting-6.8.0.tar.xz", + "hash": "sha256-7Tx9PZLBVNmvOaGro5FmsH5kEcGMMQARYgjzpEI7Elc=" }, "threadweaver": { - "version": "6.7.0", - "url": "mirror://kde/stable/frameworks/6.7/threadweaver-6.7.0.tar.xz", - "hash": "sha256-GsP8gFHzGsT3bf1dFX5cN10YO8B2IVKkThgxz1gWqVY=" + "version": "6.8.0", + "url": "mirror://kde/stable/frameworks/6.8/threadweaver-6.8.0.tar.xz", + "hash": "sha256-iGTdMLelX3UcG6gavaeJo5NJZL4YuhyOaU4rxIdov94=" } } \ No newline at end of file diff --git a/pkgs/kde/misc/klevernotes/default.nix b/pkgs/kde/misc/klevernotes/default.nix index ae66125fddf4..3ab9fb6291f7 100644 --- a/pkgs/kde/misc/klevernotes/default.nix +++ b/pkgs/kde/misc/klevernotes/default.nix @@ -4,6 +4,7 @@ fetchurl, qtsvg, qtwebengine, + kconfigwidgets, }: mkKdeDerivation rec { pname = "klevernotes"; @@ -17,6 +18,7 @@ mkKdeDerivation rec { extraBuildInputs = [ qtsvg qtwebengine + kconfigwidgets ]; meta.license = with lib.licenses; [