kdePackages: Frameworks 6.7 -> 6.8

This commit is contained in:
K900 2024-11-08 20:41:53 +03:00
parent 4eb5e32fd8
commit 5be5553813
8 changed files with 413 additions and 465 deletions

View File

@ -1,5 +1,6 @@
{ {
mkKdeDerivation, mkKdeDerivation,
fetchpatch,
python3, python3,
}: }:
mkKdeDerivation { mkKdeDerivation {
@ -7,6 +8,16 @@ mkKdeDerivation {
outputs = [ "out" ]; 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. # 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 # See: https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/v6.1.0/modules/ECMAddAndroidApk.cmake?ref_type=tags#L57
propagatedNativeBuildInputs = [ propagatedNativeBuildInputs = [

View File

@ -1,7 +1,6 @@
{ {
mkKdeDerivation, mkKdeDerivation,
libgcrypt, libgcrypt,
kcrash,
kdoctools, kdoctools,
}: }:
mkKdeDerivation { mkKdeDerivation {
@ -9,7 +8,6 @@ mkKdeDerivation {
extraBuildInputs = [ extraBuildInputs = [
libgcrypt libgcrypt
kcrash
kdoctools kdoctools
]; ];
} }

View File

@ -1,4 +1,9 @@
{ mkKdeDerivation }: {
mkKdeDerivation,
kconfigwidgets,
}:
mkKdeDerivation { mkKdeDerivation {
pname = "kmailtransport"; pname = "kmailtransport";
extraBuildInputs = [ kconfigwidgets ];
} }

View File

@ -162,7 +162,6 @@
"kxmlgui" "kxmlgui"
], ],
"amarok": [ "amarok": [
"attica",
"extra-cmake-modules", "extra-cmake-modules",
"karchive", "karchive",
"kcmutils", "kcmutils",
@ -172,7 +171,6 @@
"kcoreaddons", "kcoreaddons",
"kcrash", "kcrash",
"kdbusaddons", "kdbusaddons",
"kdeclarative",
"kdnssd", "kdnssd",
"kdoctools", "kdoctools",
"kglobalaccel", "kglobalaccel",
@ -184,6 +182,7 @@
"knewstuff", "knewstuff",
"knotifications", "knotifications",
"kpackage", "kpackage",
"kstatusnotifieritem",
"ktexteditor", "ktexteditor",
"kwidgetsaddons", "kwidgetsaddons",
"kwindowsystem", "kwindowsystem",
@ -192,17 +191,6 @@
"solid", "solid",
"threadweaver" "threadweaver"
], ],
"amor": [
"extra-cmake-modules",
"kconfig",
"kcoreaddons",
"kdbusaddons",
"kdoctools",
"ki18n",
"kwidgetsaddons",
"kwindowsystem",
"kxmlgui"
],
"analitza": [ "analitza": [
"extra-cmake-modules" "extra-cmake-modules"
], ],
@ -267,9 +255,6 @@
"kirigami", "kirigami",
"knewstuff" "knewstuff"
], ],
"atcore": [
"extra-cmake-modules"
],
"atlantik": [ "atlantik": [
"extra-cmake-modules", "extra-cmake-modules",
"kconfig", "kconfig",
@ -508,7 +493,6 @@
"kjobwidgets", "kjobwidgets",
"knotifications", "knotifications",
"knotifyconfig", "knotifyconfig",
"kparts",
"ktextwidgets", "ktextwidgets",
"kwidgetsaddons", "kwidgetsaddons",
"kwindowsystem", "kwindowsystem",
@ -573,24 +557,6 @@
"ktextwidgets", "ktextwidgets",
"kwidgetsaddons" "kwidgetsaddons"
], ],
"choqok": [
"extra-cmake-modules",
"kcmutils",
"kconfigwidgets",
"kcoreaddons",
"kdoctools",
"kglobalaccel",
"ki18n",
"kio",
"knotifications",
"knotifyconfig",
"ktextwidgets",
"kwallet",
"kwidgetsaddons",
"kxmlgui",
"purpose",
"sonnet"
],
"codevis": [ "codevis": [
"extra-cmake-modules", "extra-cmake-modules",
"kcmutils", "kcmutils",
@ -618,6 +584,10 @@
"croutons": [ "croutons": [
"extra-cmake-modules" "extra-cmake-modules"
], ],
"crow-translate": [
"extra-cmake-modules",
"kwayland"
],
"daykountdown": [ "daykountdown": [
"extra-cmake-modules", "extra-cmake-modules",
"kcoreaddons", "kcoreaddons",
@ -953,6 +923,7 @@
"kconfig", "kconfig",
"kconfigwidgets", "kconfigwidgets",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kfilemetadata", "kfilemetadata",
"ki18n", "ki18n",
"kiconthemes", "kiconthemes",
@ -1023,6 +994,7 @@
"itinerary": [ "itinerary": [
"extra-cmake-modules", "extra-cmake-modules",
"karchive", "karchive",
"kcolorscheme",
"kconfig", "kconfig",
"kcontacts", "kcontacts",
"kcoreaddons", "kcoreaddons",
@ -1049,6 +1021,7 @@
"prison", "prison",
"qqc2-breeze-style", "qqc2-breeze-style",
"qqc2-desktop-style", "qqc2-desktop-style",
"qtkeychain",
"selenium-webdriver-at-spi" "selenium-webdriver-at-spi"
], ],
"juk": [ "juk": [
@ -1413,8 +1386,8 @@
"kbookmarks": [ "kbookmarks": [
"extra-cmake-modules", "extra-cmake-modules",
"kconfig", "kconfig",
"kconfigwidgets", "kcoreaddons",
"kcoreaddons" "kwidgetsaddons"
], ],
"kbounce": [ "kbounce": [
"extra-cmake-modules", "extra-cmake-modules",
@ -1972,9 +1945,15 @@
], ],
"kdev-python": [ "kdev-python": [
"extra-cmake-modules", "extra-cmake-modules",
"kconfig",
"kcoreaddons",
"kdevelop", "kdevelop",
"ki18n", "ki18n",
"kparts",
"kservice",
"ktexteditor", "ktexteditor",
"kwidgetsaddons",
"kxmlgui",
"threadweaver" "threadweaver"
], ],
"kdev-ruby": [ "kdev-ruby": [
@ -2149,6 +2128,7 @@
"keysmith": [ "keysmith": [
"extra-cmake-modules", "extra-cmake-modules",
"kconfig", "kconfig",
"kcoreaddons",
"kdbusaddons", "kdbusaddons",
"kguiaddons", "kguiaddons",
"ki18n", "ki18n",
@ -2380,7 +2360,7 @@
"extra-cmake-modules", "extra-cmake-modules",
"karchive", "karchive",
"kcolorscheme", "kcolorscheme",
"kconfigwidgets", "kconfig",
"ki18n", "ki18n",
"kwidgetsaddons" "kwidgetsaddons"
], ],
@ -2517,7 +2497,6 @@
"kcolorscheme", "kcolorscheme",
"kcompletion", "kcompletion",
"kconfig", "kconfig",
"kconfigwidgets",
"kcoreaddons", "kcoreaddons",
"kcrash", "kcrash",
"kdbusaddons", "kdbusaddons",
@ -2603,16 +2582,6 @@
"ki18n", "ki18n",
"kio" "kio"
], ],
"kipi-plugins": [
"extra-cmake-modules",
"kconfig",
"ki18n",
"kio",
"kwindowsystem",
"kxmlgui",
"libkipi",
"libmediawiki"
],
"kirigami": [ "kirigami": [
"extra-cmake-modules" "extra-cmake-modules"
], ],
@ -2695,23 +2664,6 @@
"knotifications", "knotifications",
"kwidgetsaddons" "kwidgetsaddons"
], ],
"kjots": [
"akonadi",
"akonadi-notes",
"extra-cmake-modules",
"kbookmarks",
"kcmutils",
"kconfig",
"kconfigwidgets",
"kio",
"kmime",
"kontactinterface",
"kparts",
"kpimtextedit",
"ktextaddons",
"ktexttemplate",
"kxmlgui"
],
"kjournald": [ "kjournald": [
"extra-cmake-modules", "extra-cmake-modules",
"kcoreaddons", "kcoreaddons",
@ -3096,39 +3048,6 @@
"libkdegames", "libkdegames",
"libplasma" "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": [ "knotifications": [
"extra-cmake-modules", "extra-cmake-modules",
"kconfig" "kconfig"
@ -3138,8 +3057,7 @@
"ki18n", "ki18n",
"kio", "kio",
"knotifications", "knotifications",
"kxmlgui", "kxmlgui"
"phonon"
], ],
"kodaskanna": [ "kodaskanna": [
"extra-cmake-modules", "extra-cmake-modules",
@ -3238,8 +3156,10 @@
"kongress": [ "kongress": [
"extra-cmake-modules", "extra-cmake-modules",
"kcalendarcore", "kcalendarcore",
"kcolorscheme",
"kconfig", "kconfig",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"ki18n", "ki18n",
"kirigami", "kirigami",
@ -3374,25 +3294,6 @@
"kholidays", "kholidays",
"ki18n" "ki18n"
], ],
"kopete": [
"extra-cmake-modules",
"kcmutils",
"kconfig",
"kcontacts",
"kcoreaddons",
"kcrash",
"kdbusaddons",
"kdnssd",
"kdoctools",
"ki18n",
"kidentitymanagement",
"knotifyconfig",
"kparts",
"ktexteditor",
"kwallet",
"libkleo",
"phonon"
],
"korganizer": [ "korganizer": [
"akonadi", "akonadi",
"akonadi-calendar", "akonadi-calendar",
@ -3486,7 +3387,6 @@
"kwidgetsaddons", "kwidgetsaddons",
"kxmlgui", "kxmlgui",
"libkdcraw", "libkdcraw",
"marble",
"phonon", "phonon",
"purpose" "purpose"
], ],
@ -3591,7 +3491,6 @@
"kcrash", "kcrash",
"kdoctools", "kdoctools",
"ki18n", "ki18n",
"kiconthemes",
"ktextwidgets", "ktextwidgets",
"kwidgetsaddons", "kwidgetsaddons",
"kxmlgui" "kxmlgui"
@ -3697,6 +3596,7 @@
"kitemviews", "kitemviews",
"knotifications", "knotifications",
"kparts", "kparts",
"kstatusnotifieritem",
"ktextwidgets", "ktextwidgets",
"kwallet", "kwallet",
"kwidgetsaddons", "kwidgetsaddons",
@ -3951,7 +3851,6 @@
"kio", "kio",
"kjobwidgets", "kjobwidgets",
"kparts", "kparts",
"ktextwidgets",
"kxmlgui", "kxmlgui",
"sonnet", "sonnet",
"syntax-highlighting" "syntax-highlighting"
@ -3961,9 +3860,9 @@
], ],
"ktextwidgets": [ "ktextwidgets": [
"extra-cmake-modules", "extra-cmake-modules",
"kcolorscheme",
"kcompletion", "kcompletion",
"kconfig", "kconfig",
"kconfigwidgets",
"ki18n", "ki18n",
"kwidgetsaddons", "kwidgetsaddons",
"sonnet" "sonnet"
@ -3987,6 +3886,7 @@
"kcmutils", "kcmutils",
"kconfig", "kconfig",
"kconfigwidgets", "kconfigwidgets",
"kcrash",
"kdbusaddons", "kdbusaddons",
"kdoctools", "kdoctools",
"ki18n", "ki18n",
@ -4050,6 +3950,7 @@
"kconfig", "kconfig",
"kcontacts", "kcontacts",
"kcoreaddons", "kcoreaddons",
"kcrash",
"ki18n", "ki18n",
"kirigami", "kirigami",
"kirigami-addons", "kirigami-addons",
@ -4095,6 +3996,15 @@
"kxmlgui", "kxmlgui",
"libkdegames" "libkdegames"
], ],
"kuickshow": [
"extra-cmake-modules",
"kdoctools",
"ki18n",
"kiconthemes",
"kio",
"kwindowsystem",
"kxmlgui"
],
"kunifiedpush": [ "kunifiedpush": [
"extra-cmake-modules", "extra-cmake-modules",
"kcmutils", "kcmutils",
@ -4112,6 +4022,7 @@
"kcmutils", "kcmutils",
"kconfig", "kconfig",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"ki18n", "ki18n",
"kidletime", "kidletime",
@ -4131,6 +4042,7 @@
"kcolorscheme", "kcolorscheme",
"kconfig", "kconfig",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"ki18n", "ki18n",
"kiconthemes", "kiconthemes",
@ -4392,12 +4304,6 @@
"kcontacts", "kcontacts",
"kwallet" "kwallet"
], ],
"libkipi": [
"extra-cmake-modules",
"kconfig",
"kservice",
"kxmlgui"
],
"libkleo": [ "libkleo": [
"extra-cmake-modules", "extra-cmake-modules",
"kcodecs", "kcodecs",
@ -4468,10 +4374,6 @@
"kio", "kio",
"solid" "solid"
], ],
"libmediawiki": [
"extra-cmake-modules",
"kcoreaddons"
],
"libplasma": [ "libplasma": [
"extra-cmake-modules", "extra-cmake-modules",
"karchive", "karchive",
@ -4497,9 +4399,6 @@
"libqaccessibilityclient": [ "libqaccessibilityclient": [
"extra-cmake-modules" "extra-cmake-modules"
], ],
"libqmycroft": [
"extra-cmake-modules"
],
"licensedigger": [ "licensedigger": [
"extra-cmake-modules" "extra-cmake-modules"
], ],
@ -4550,6 +4449,7 @@
"libkdepim", "libkdepim",
"mailimporter", "mailimporter",
"messagelib", "messagelib",
"phonon",
"pimcommon" "pimcommon"
], ],
"mailimporter": [ "mailimporter": [
@ -5344,6 +5244,7 @@
"extra-cmake-modules", "extra-cmake-modules",
"kcmutils", "kcmutils",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"ki18n", "ki18n",
"kirigami-addons" "kirigami-addons"
@ -5406,7 +5307,8 @@
"solid" "solid"
], ],
"plasma-wayland-protocols": [ "plasma-wayland-protocols": [
"extra-cmake-modules" "extra-cmake-modules",
"wayland"
], ],
"plasma-welcome": [ "plasma-welcome": [
"extra-cmake-modules", "extra-cmake-modules",
@ -5659,6 +5561,7 @@
"extra-cmake-modules", "extra-cmake-modules",
"kcontacts", "kcontacts",
"kcoreaddons", "kcoreaddons",
"kcrash",
"ki18n", "ki18n",
"kio", "kio",
"kirigami", "kirigami",
@ -5847,6 +5750,7 @@
"knewstuff", "knewstuff",
"knotifyconfig", "knotifyconfig",
"kparts", "kparts",
"krunner",
"kwallet", "kwallet",
"kwidgetsaddons", "kwidgetsaddons",
"kwindowsystem", "kwindowsystem",
@ -5892,6 +5796,7 @@
"kconfig", "kconfig",
"kcontacts", "kcontacts",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"ki18n", "ki18n",
"kio", "kio",
@ -6025,6 +5930,7 @@
"extra-cmake-modules", "extra-cmake-modules",
"kconfig", "kconfig",
"kconfigwidgets", "kconfigwidgets",
"kcrash",
"kdoctools", "kdoctools",
"kfilemetadata", "kfilemetadata",
"ki18n", "ki18n",
@ -6065,6 +5971,7 @@
"kcolorscheme", "kcolorscheme",
"kconfig", "kconfig",
"kcoreaddons", "kcoreaddons",
"kcrash",
"kdbusaddons", "kdbusaddons",
"kdeclarative", "kdeclarative",
"ki18n", "ki18n",
@ -6081,6 +5988,11 @@
"qtkeychain", "qtkeychain",
"selenium-webdriver-at-spi" "selenium-webdriver-at-spi"
], ],
"trojita": [
"akonadi-contacts",
"extra-cmake-modules",
"sonnet"
],
"umbrello": [ "umbrello": [
"extra-cmake-modules", "extra-cmake-modules",
"karchive", "karchive",
@ -6192,6 +6104,7 @@
"xwaylandvideobridge": [ "xwaylandvideobridge": [
"extra-cmake-modules", "extra-cmake-modules",
"kcoreaddons", "kcoreaddons",
"kcrash",
"ki18n", "ki18n",
"knotifications", "knotifications",
"kpipewire", "kpipewire",
@ -6229,5 +6142,5 @@
"kwindowsystem" "kwindowsystem"
] ]
}, },
"version": "10b4e2ea" "version": "9fe21091"
} }

View File

@ -1921,6 +1921,7 @@
"MIT" "MIT"
], ],
"ktexttemplate": [ "ktexttemplate": [
"BSD-2-Clause",
"CC0-1.0", "CC0-1.0",
"LGPL-2.0-or-later", "LGPL-2.0-or-later",
"LGPL-2.1-or-later" "LGPL-2.1-or-later"

View File

@ -372,7 +372,7 @@
"repo_path": "games/atlantik" "repo_path": "games/atlantik"
}, },
"attica": { "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", "name": "attica",
"project_path": "frameworks/attica", "project_path": "frameworks/attica",
"repo_path": "frameworks/attica" "repo_path": "frameworks/attica"
@ -744,7 +744,7 @@
"repo_path": "packaging/craft-blueprints-community" "repo_path": "packaging/craft-blueprints-community"
}, },
"craft-blueprints-kde": { "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", "name": "craft-blueprints-kde",
"project_path": "kdesupport/craft-blueprints-kde", "project_path": "kdesupport/craft-blueprints-kde",
"repo_path": "packaging/craft-blueprints-kde" "repo_path": "packaging/craft-blueprints-kde"
@ -1073,6 +1073,12 @@
"project_path": "extragear/edu/gcompris-data", "project_path": "extragear/edu/gcompris-data",
"repo_path": "education/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": { "gestures-kde": {
"description": "Handles gestures of multi touch input devices", "description": "Handles gestures of multi touch input devices",
"name": "gestures-kde", "name": "gestures-kde",
@ -1739,6 +1745,18 @@
"project_path": "extragear/system/kde-inotify-survey", "project_path": "extragear/system/kde-inotify-survey",
"repo_path": "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": { "kde-nomodeset": {
"description": "Safe Graphics Mode Startup Utility", "description": "Safe Graphics Mode Startup Utility",
"name": "kde-nomodeset", "name": "kde-nomodeset",
@ -3494,7 +3512,7 @@
"krdp": { "krdp": {
"description": "Library and examples for creating an RDP server.", "description": "Library and examples for creating an RDP server.",
"name": "krdp", "name": "krdp",
"project_path": "playground/libs/krdp", "project_path": "kde/workspace/krdp",
"repo_path": "plasma/krdp" "repo_path": "plasma/krdp"
}, },
"krecipes": { "krecipes": {
@ -3668,7 +3686,7 @@
"ksanecore": { "ksanecore": {
"description": "Library providing logic to interface scanners", "description": "Library providing logic to interface scanners",
"name": "ksanecore", "name": "ksanecore",
"project_path": "libraries/ksanecore", "project_path": "extragear/libraries/ksanecore",
"repo_path": "libraries/ksanecore" "repo_path": "libraries/ksanecore"
}, },
"ksaneplugin": { "ksaneplugin": {
@ -4106,7 +4124,7 @@
"kunifiedpush": { "kunifiedpush": {
"description": "UnifiedPush client components", "description": "UnifiedPush client components",
"name": "kunifiedpush", "name": "kunifiedpush",
"project_path": "libraries/kunifiedpush", "project_path": "playground/libraries/kunifiedpush",
"repo_path": "libraries/kunifiedpush" "repo_path": "libraries/kunifiedpush"
}, },
"kunitconversion": { "kunitconversion": {
@ -4850,7 +4868,7 @@
"mimetreeparser": { "mimetreeparser": {
"description": "Parser for MIME trees", "description": "Parser for MIME trees",
"name": "mimetreeparser", "name": "mimetreeparser",
"project_path": "playground/pim/mimetreeparser", "project_path": "kde/pim/mimetreeparser",
"repo_path": "pim/mimetreeparser" "repo_path": "pim/mimetreeparser"
}, },
"ministro": { "ministro": {
@ -5802,7 +5820,7 @@
"repo_path": "libraries/pykde5" "repo_path": "libraries/pykde5"
}, },
"qca": { "qca": {
"description": "Qt Cryptographic Architecture \u2014 straightforward cross-platform crypto API", "description": "Qt Cryptographic Architecture - straightforward cross-platform crypto API",
"name": "qca", "name": "qca",
"project_path": "kdesupport/qca", "project_path": "kdesupport/qca",
"repo_path": "libraries/qca" "repo_path": "libraries/qca"
@ -5966,7 +5984,7 @@
"repo-management": { "repo-management": {
"description": "This project contains the hooks and scripts that power the KDE git infrastructure.", "description": "This project contains the hooks and scripts that power the KDE git infrastructure.",
"name": "repo-management", "name": "repo-management",
"project_path": "repo-management", "project_path": "sysadmin/repo-management",
"repo_path": "sysadmin/repo-management" "repo_path": "sysadmin/repo-management"
}, },
"ring-kde": { "ring-kde": {
@ -6852,7 +6870,7 @@
"repo_path": null "repo_path": null
}, },
"websites-20years-kde-org": { "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", "name": "websites-20years-kde-org",
"project_path": "websites/20years-kde-org", "project_path": "websites/20years-kde-org",
"repo_path": "websites/20years-kde-org" "repo_path": "websites/20years-kde-org"
@ -6918,61 +6936,61 @@
"repo_path": "websites/akademy-registration" "repo_path": "websites/akademy-registration"
}, },
"websites-akademy-schedule-kde-org": { "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", "name": "websites-akademy-schedule-kde-org",
"project_path": "websites/akademy-schedule-kde-org", "project_path": "websites/akademy-schedule-kde-org",
"repo_path": "websites/akademy-schedule-kde-org" "repo_path": "websites/akademy-schedule-kde-org"
}, },
"websites-akademy2004-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", "name": "websites-akademy2004-kde-org",
"project_path": "websites/akademy2004-kde-org", "project_path": "websites/akademy2004-kde-org",
"repo_path": "websites/akademy2004-kde-org" "repo_path": "websites/akademy2004-kde-org"
}, },
"websites-akademy2005-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", "name": "websites-akademy2005-kde-org",
"project_path": "websites/akademy2005-kde-org", "project_path": "websites/akademy2005-kde-org",
"repo_path": "websites/akademy2005-kde-org" "repo_path": "websites/akademy2005-kde-org"
}, },
"websites-akademy2006-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", "name": "websites-akademy2006-kde-org",
"project_path": "websites/akademy2006-kde-org", "project_path": "websites/akademy2006-kde-org",
"repo_path": "websites/akademy2006-kde-org" "repo_path": "websites/akademy2006-kde-org"
}, },
"websites-akademy2007-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", "name": "websites-akademy2007-kde-org",
"project_path": "websites/akademy2007-kde-org", "project_path": "websites/akademy2007-kde-org",
"repo_path": "websites/akademy2007-kde-org" "repo_path": "websites/akademy2007-kde-org"
}, },
"websites-akademy2008-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", "name": "websites-akademy2008-kde-org",
"project_path": "websites/akademy2008-kde-org", "project_path": "websites/akademy2008-kde-org",
"repo_path": "websites/akademy2008-kde-org" "repo_path": "websites/akademy2008-kde-org"
}, },
"websites-akademy2009-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", "name": "websites-akademy2009-kde-org",
"project_path": "websites/akademy2009-kde-org", "project_path": "websites/akademy2009-kde-org",
"repo_path": "websites/akademy2009-kde-org" "repo_path": "websites/akademy2009-kde-org"
}, },
"websites-akademy2010-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", "name": "websites-akademy2010-kde-org",
"project_path": "websites/akademy2010-kde-org", "project_path": "websites/akademy2010-kde-org",
"repo_path": "websites/akademy2010-kde-org" "repo_path": "websites/akademy2010-kde-org"
}, },
"websites-akademy2012-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", "name": "websites-akademy2012-kde-org",
"project_path": "websites/akademy2012-kde-org", "project_path": "websites/akademy2012-kde-org",
"repo_path": "websites/akademy2012-kde-org" "repo_path": "websites/akademy2012-kde-org"
}, },
"websites-amarok-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", "name": "websites-amarok-kde-org",
"project_path": "websites/amarok-kde-org", "project_path": "websites/amarok-kde-org",
"repo_path": "websites/amarok-kde-org" "repo_path": "websites/amarok-kde-org"
@ -6984,7 +7002,7 @@
"repo_path": "websites/api-kde-org" "repo_path": "websites/api-kde-org"
}, },
"websites-apps-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", "name": "websites-apps-kde-org",
"project_path": "websites/apps-kde-org", "project_path": "websites/apps-kde-org",
"repo_path": "websites/apps-kde-org" "repo_path": "websites/apps-kde-org"
@ -7008,7 +7026,7 @@
"repo_path": "websites/autoconfig-kde-org" "repo_path": "websites/autoconfig-kde-org"
}, },
"websites-ballot-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", "name": "websites-ballot-kde-org",
"project_path": "websites/ballot-kde-org", "project_path": "websites/ballot-kde-org",
"repo_path": "websites/ballot-kde-org" "repo_path": "websites/ballot-kde-org"
@ -7020,13 +7038,13 @@
"repo_path": "websites/blogs-kde-org" "repo_path": "websites/blogs-kde-org"
}, },
"websites-br-qtcon-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", "name": "websites-br-qtcon-org",
"project_path": "websites/br-qtcon-org", "project_path": "websites/br-qtcon-org",
"repo_path": "websites/br-qtcon-org" "repo_path": "websites/br-qtcon-org"
}, },
"websites-bugs-kde-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", "name": "websites-bugs-kde-org",
"project_path": "websites/bugs-kde-org", "project_path": "websites/bugs-kde-org",
"repo_path": "websites/bugs-kde-org" "repo_path": "websites/bugs-kde-org"
@ -7038,7 +7056,7 @@
"repo_path": "websites/buzz-kde-org" "repo_path": "websites/buzz-kde-org"
}, },
"websites-calligra-org": { "websites-calligra-org": {
"description": "Website for Calligra \u2014 calligra.org", "description": "Website for Calligra - calligra.org",
"name": "websites-calligra-org", "name": "websites-calligra-org",
"project_path": "websites/calligra-org", "project_path": "websites/calligra-org",
"repo_path": "websites/calligra-org" "repo_path": "websites/calligra-org"
@ -7050,7 +7068,7 @@
"repo_path": "websites/camp-kde-org" "repo_path": "websites/camp-kde-org"
}, },
"websites-cantor-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", "name": "websites-cantor-kde-org",
"project_path": "websites/cantor-kde-org", "project_path": "websites/cantor-kde-org",
"repo_path": "websites/cantor-kde-org" "repo_path": "websites/cantor-kde-org"
@ -7062,55 +7080,55 @@
"repo_path": "websites/capacity" "repo_path": "websites/capacity"
}, },
"websites-choqok-kde-org": { "websites-choqok-kde-org": {
"description": "Website for Choqok \u2014 choqok.kde.org", "description": "Website for Choqok - choqok.kde.org",
"name": "websites-choqok-kde-org", "name": "websites-choqok-kde-org",
"project_path": "websites/choqok-kde-org", "project_path": "websites/choqok-kde-org",
"repo_path": "websites/choqok-kde-org" "repo_path": "websites/choqok-kde-org"
}, },
"websites-commit-digest-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", "name": "websites-commit-digest-kde-org",
"project_path": "websites/commit-digest-kde-org", "project_path": "websites/commit-digest-kde-org",
"repo_path": "websites/commit-digest-kde-org" "repo_path": "websites/commit-digest-kde-org"
}, },
"websites-conf-kde-in": { "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", "name": "websites-conf-kde-in",
"project_path": "websites/conf-kde-in", "project_path": "websites/conf-kde-in",
"repo_path": "websites/conf-kde-in" "repo_path": "websites/conf-kde-in"
}, },
"websites-conf-kde-org": { "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", "name": "websites-conf-kde-org",
"project_path": "websites/conf-kde-org", "project_path": "websites/conf-kde-org",
"repo_path": "websites/conf-kde-org" "repo_path": "websites/conf-kde-org"
}, },
"websites-conf-qtcon-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", "name": "websites-conf-qtcon-org",
"project_path": "websites/conf-qtcon-org", "project_path": "websites/conf-qtcon-org",
"repo_path": "websites/conf-qtcon-org" "repo_path": "websites/conf-qtcon-org"
}, },
"websites-contents-neon-kde-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", "name": "websites-contents-neon-kde-org",
"project_path": "websites/contents-neon-kde-org", "project_path": "websites/contents-neon-kde-org",
"repo_path": "websites/contents-neon-kde-org" "repo_path": "websites/contents-neon-kde-org"
}, },
"websites-cutehmi-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", "name": "websites-cutehmi-kde-org",
"project_path": "websites/cutehmi-kde-org", "project_path": "websites/cutehmi-kde-org",
"repo_path": "websites/cutehmi-kde-org" "repo_path": "websites/cutehmi-kde-org"
}, },
"websites-desktopsummit-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", "name": "websites-desktopsummit-org",
"project_path": "websites/desktopsummit-org", "project_path": "websites/desktopsummit-org",
"repo_path": "websites/desktopsummit-org" "repo_path": "websites/desktopsummit-org"
}, },
"websites-digikam-org": { "websites-digikam-org": {
"description": "Website for digiKam \u2014 digikam.org", "description": "Website for digiKam - digikam.org",
"name": "websites-digikam-org", "name": "websites-digikam-org",
"project_path": "websites/digikam-org", "project_path": "websites/digikam-org",
"repo_path": "websites/digikam-org" "repo_path": "websites/digikam-org"
@ -7122,7 +7140,7 @@
"repo_path": "websites/discover-kde-org" "repo_path": "websites/discover-kde-org"
}, },
"websites-docs-glaxnimate-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", "name": "websites-docs-glaxnimate-org",
"project_path": "websites/docs-glaxnimate-org", "project_path": "websites/docs-glaxnimate-org",
"repo_path": "websites/docs-glaxnimate-org" "repo_path": "websites/docs-glaxnimate-org"
@ -7140,7 +7158,7 @@
"repo_path": "websites/dot-kde-org" "repo_path": "websites/dot-kde-org"
}, },
"websites-download-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", "name": "websites-download-kde-org",
"project_path": "websites/download-kde-org", "project_path": "websites/download-kde-org",
"repo_path": "websites/download-kde-org" "repo_path": "websites/download-kde-org"
@ -7152,25 +7170,25 @@
"repo_path": "websites/eco-kde-org" "repo_path": "websites/eco-kde-org"
}, },
"websites-edu-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", "name": "websites-edu-kde-org",
"project_path": "websites/edu-kde-org", "project_path": "websites/edu-kde-org",
"repo_path": "websites/edu-kde-org" "repo_path": "websites/edu-kde-org"
}, },
"websites-elisa-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", "name": "websites-elisa-kde-org",
"project_path": "websites/elisa-kde-org", "project_path": "websites/elisa-kde-org",
"repo_path": "websites/elisa-kde-org" "repo_path": "websites/elisa-kde-org"
}, },
"websites-ev-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", "name": "websites-ev-kde-org",
"project_path": "websites/ev-kde-org", "project_path": "websites/ev-kde-org",
"repo_path": "websites/ev-kde-org" "repo_path": "websites/ev-kde-org"
}, },
"websites-events-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", "name": "websites-events-kde-org",
"project_path": "websites/events-kde-org", "project_path": "websites/events-kde-org",
"repo_path": "websites/events-kde-org" "repo_path": "websites/events-kde-org"
@ -7188,13 +7206,13 @@
"repo_path": "websites/extensions-krita-org" "repo_path": "websites/extensions-krita-org"
}, },
"websites-falkon-org": { "websites-falkon-org": {
"description": "Website for Falkon \u2014 falkon.org", "description": "Website for Falkon - falkon.org",
"name": "websites-falkon-org", "name": "websites-falkon-org",
"project_path": "websites/falkon-org", "project_path": "websites/falkon-org",
"repo_path": "websites/falkon-org" "repo_path": "websites/falkon-org"
}, },
"websites-forum-kde-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", "name": "websites-forum-kde-org",
"project_path": "websites/forum-kde-org", "project_path": "websites/forum-kde-org",
"repo_path": "websites/forum-kde-org" "repo_path": "websites/forum-kde-org"
@ -7212,13 +7230,13 @@
"repo_path": "websites/fosdem-2021-website-static" "repo_path": "websites/fosdem-2021-website-static"
}, },
"websites-fr-kde-org": { "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", "name": "websites-fr-kde-org",
"project_path": "websites/fr-kde-org", "project_path": "websites/fr-kde-org",
"repo_path": "websites/fr-kde-org" "repo_path": "websites/fr-kde-org"
}, },
"websites-freebsd-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", "name": "websites-freebsd-kde-org",
"project_path": "websites/freebsd-kde-org", "project_path": "websites/freebsd-kde-org",
"repo_path": "websites/freebsd-kde-org" "repo_path": "websites/freebsd-kde-org"
@ -7230,13 +7248,13 @@
"repo_path": "websites/fund-krita-org" "repo_path": "websites/fund-krita-org"
}, },
"websites-games-kde-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", "name": "websites-games-kde-org",
"project_path": "websites/games-kde-org", "project_path": "websites/games-kde-org",
"repo_path": "websites/games-kde-org" "repo_path": "websites/games-kde-org"
}, },
"websites-gcompris-net": { "websites-gcompris-net": {
"description": "Website for GCompris \u2014 gcompris.net", "description": "Website for GCompris - gcompris.net",
"name": "websites-gcompris-net", "name": "websites-gcompris-net",
"project_path": "websites/gcompris-net", "project_path": "websites/gcompris-net",
"repo_path": "websites/gcompris-net" "repo_path": "websites/gcompris-net"
@ -7248,7 +7266,7 @@
"repo_path": "websites/ghostwriter-kde-org" "repo_path": "websites/ghostwriter-kde-org"
}, },
"websites-glaxnimate-org": { "websites-glaxnimate-org": {
"description": "Website for Glaxnimate \u2014 glaxnimate.org", "description": "Website for Glaxnimate - glaxnimate.org",
"name": "websites-glaxnimate-org", "name": "websites-glaxnimate-org",
"project_path": "websites/glaxnimate-org", "project_path": "websites/glaxnimate-org",
"repo_path": "websites/glaxnimate-org" "repo_path": "websites/glaxnimate-org"
@ -7290,7 +7308,7 @@
"repo_path": "websites/hugo-kde-template" "repo_path": "websites/hugo-kde-template"
}, },
"websites-i-kaidan-im": { "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", "name": "websites-i-kaidan-im",
"project_path": "websites/i-kaidan-im", "project_path": "websites/i-kaidan-im",
"repo_path": "websites/i-kaidan-im" "repo_path": "websites/i-kaidan-im"
@ -7302,13 +7320,13 @@
"repo_path": "websites/identity-kde-org" "repo_path": "websites/identity-kde-org"
}, },
"websites-inqlude": { "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", "name": "websites-inqlude",
"project_path": "websites/inqlude", "project_path": "websites/inqlude",
"repo_path": "websites/inqlude" "repo_path": "websites/inqlude"
}, },
"websites-inqlude-data": { "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", "name": "websites-inqlude-data",
"project_path": "websites/inqlude-data", "project_path": "websites/inqlude-data",
"repo_path": "websites/inqlude-data" "repo_path": "websites/inqlude-data"
@ -7326,49 +7344,49 @@
"repo_path": "websites/jointhegame-kde-org" "repo_path": "websites/jointhegame-kde-org"
}, },
"websites-jp-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", "name": "websites-jp-kde-org",
"project_path": "websites/jp-kde-org", "project_path": "websites/jp-kde-org",
"repo_path": "websites/jp-kde-org" "repo_path": "websites/jp-kde-org"
}, },
"websites-juk-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", "name": "websites-juk-kde-org",
"project_path": "websites/juk-kde-org", "project_path": "websites/juk-kde-org",
"repo_path": "websites/juk-kde-org" "repo_path": "websites/juk-kde-org"
}, },
"websites-kaidan-im": { "websites-kaidan-im": {
"description": "Website for Kaidan \u2014 kaidan.im", "description": "Website for Kaidan - kaidan.im",
"name": "websites-kaidan-im", "name": "websites-kaidan-im",
"project_path": "websites/kaidan-im", "project_path": "websites/kaidan-im",
"repo_path": "websites/kaidan-im" "repo_path": "websites/kaidan-im"
}, },
"websites-kate-editor-org": { "websites-kate-editor-org": {
"description": "Website for Kate \u2014 kate-editor.org", "description": "Website for Kate - kate-editor.org",
"name": "websites-kate-editor-org", "name": "websites-kate-editor-org",
"project_path": "websites/kate-editor-org", "project_path": "websites/kate-editor-org",
"repo_path": "websites/kate-editor-org" "repo_path": "websites/kate-editor-org"
}, },
"websites-kde-china-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", "name": "websites-kde-china-org",
"project_path": "websites/kde-china-org", "project_path": "websites/kde-china-org",
"repo_path": "websites/kde-china-org" "repo_path": "websites/kde-china-org"
}, },
"websites-kde-in": { "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", "name": "websites-kde-in",
"project_path": "websites/kde-in", "project_path": "websites/kde-in",
"repo_path": "websites/kde-in" "repo_path": "websites/kde-in"
}, },
"websites-kde-org": { "websites-kde-org": {
"description": "Main KDE Community website \u2014 kde.org", "description": "Main KDE Community website - kde.org",
"name": "websites-kde-org", "name": "websites-kde-org",
"project_path": "websites/kde-org", "project_path": "websites/kde-org",
"repo_path": "websites/kde-org" "repo_path": "websites/kde-org"
}, },
"websites-kde-org-announcements-releases": { "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", "name": "websites-kde-org-announcements-releases",
"project_path": "websites/kde-org-announcements-releases", "project_path": "websites/kde-org-announcements-releases",
"repo_path": "websites/kde-org-announcements-releases" "repo_path": "websites/kde-org-announcements-releases"
@ -7380,25 +7398,25 @@
"repo_path": "websites/kde-org-applications-extractor" "repo_path": "websites/kde-org-applications-extractor"
}, },
"websites-kde-ru": { "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", "name": "websites-kde-ru",
"project_path": "websites/kde-ru", "project_path": "websites/kde-ru",
"repo_path": "websites/kde-ru" "repo_path": "websites/kde-ru"
}, },
"websites-kdeconnect-kde-org": { "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", "name": "websites-kdeconnect-kde-org",
"project_path": "websites/kdeconnect-kde-org", "project_path": "websites/kdeconnect-kde-org",
"repo_path": "websites/kdeconnect-kde-org" "repo_path": "websites/kdeconnect-kde-org"
}, },
"websites-kdeitalia-it": { "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", "name": "websites-kdeitalia-it",
"project_path": "websites/kdeitalia-it", "project_path": "websites/kdeitalia-it",
"repo_path": "websites/kdeitalia-it" "repo_path": "websites/kdeitalia-it"
}, },
"websites-kdemail-net": { "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", "name": "websites-kdemail-net",
"project_path": "websites/kdemail-net", "project_path": "websites/kdemail-net",
"repo_path": "websites/kdemail-net" "repo_path": "websites/kdemail-net"
@ -7410,13 +7428,13 @@
"repo_path": "websites/kdenlive-org" "repo_path": "websites/kdenlive-org"
}, },
"websites-kdesrc-build-kde-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", "name": "websites-kdesrc-build-kde-org",
"project_path": "websites/kdesrc-build-kde-org", "project_path": "websites/kdesrc-build-kde-org",
"repo_path": "websites/kdesrc-build-kde-org" "repo_path": "websites/kdesrc-build-kde-org"
}, },
"websites-kdetalk-net": { "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", "name": "websites-kdetalk-net",
"project_path": "websites/kdetalk-net", "project_path": "websites/kdetalk-net",
"repo_path": "websites/kdetalk-net" "repo_path": "websites/kdetalk-net"
@ -7440,19 +7458,19 @@
"repo_path": "websites/kgeotag-kde-org" "repo_path": "websites/kgeotag-kde-org"
}, },
"websites-kid3-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", "name": "websites-kid3-kde-org",
"project_path": "websites/kid3-kde-org", "project_path": "websites/kid3-kde-org",
"repo_path": "websites/kid3-kde-org" "repo_path": "websites/kid3-kde-org"
}, },
"websites-kirogi-org": { "websites-kirogi-org": {
"description": "Website for Kirogi \u2014 kirogi.org", "description": "Website for Kirogi - kirogi.org",
"name": "websites-kirogi-org", "name": "websites-kirogi-org",
"project_path": "websites/kirogi-org", "project_path": "websites/kirogi-org",
"repo_path": "websites/kirogi-org" "repo_path": "websites/kirogi-org"
}, },
"websites-kmymoney-org": { "websites-kmymoney-org": {
"description": "Website for KMyMoney \u2014 kmymoney.org", "description": "Website for KMyMoney - kmymoney.org",
"name": "websites-kmymoney-org", "name": "websites-kmymoney-org",
"project_path": "websites/kmymoney-org", "project_path": "websites/kmymoney-org",
"repo_path": "websites/kmymoney-org" "repo_path": "websites/kmymoney-org"
@ -7464,31 +7482,31 @@
"repo_path": "websites/konqueror-org" "repo_path": "websites/konqueror-org"
}, },
"websites-konsole-kde-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", "name": "websites-konsole-kde-org",
"project_path": "websites/konsole-kde-org", "project_path": "websites/konsole-kde-org",
"repo_path": "websites/konsole-kde-org" "repo_path": "websites/konsole-kde-org"
}, },
"websites-kontact-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", "name": "websites-kontact-kde-org",
"project_path": "websites/kontact-kde-org", "project_path": "websites/kontact-kde-org",
"repo_path": "websites/kontact-kde-org" "repo_path": "websites/kontact-kde-org"
}, },
"websites-konversation-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", "name": "websites-konversation-kde-org",
"project_path": "websites/konversation-kde-org", "project_path": "websites/konversation-kde-org",
"repo_path": "websites/konversation-kde-org" "repo_path": "websites/konversation-kde-org"
}, },
"websites-kpdf-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", "name": "websites-kpdf-kde-org",
"project_path": "websites/kpdf-kde-org", "project_path": "websites/kpdf-kde-org",
"repo_path": "websites/kpdf-kde-org" "repo_path": "websites/kpdf-kde-org"
}, },
"websites-kphotoalbum-org": { "websites-kphotoalbum-org": {
"description": "Website for KPhotoAlbum \u2014 kphotoalbum.org", "description": "Website for KPhotoAlbum - kphotoalbum.org",
"name": "websites-kphotoalbum-org", "name": "websites-kphotoalbum-org",
"project_path": "websites/kphotoalbum-org", "project_path": "websites/kphotoalbum-org",
"repo_path": "websites/kphotoalbum-org" "repo_path": "websites/kphotoalbum-org"
@ -7506,31 +7524,31 @@
"repo_path": "websites/krita-org-theme" "repo_path": "websites/krita-org-theme"
}, },
"websites-krusader-org": { "websites-krusader-org": {
"description": "Website for Krusader \u2014 krusader.org", "description": "Website for Krusader - krusader.org",
"name": "websites-krusader-org", "name": "websites-krusader-org",
"project_path": "websites/krusader-org", "project_path": "websites/krusader-org",
"repo_path": "websites/krusader-org" "repo_path": "websites/krusader-org"
}, },
"websites-kst-plot-kde-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", "name": "websites-kst-plot-kde-org",
"project_path": "websites/kst-plot-kde-org", "project_path": "websites/kst-plot-kde-org",
"repo_path": "websites/kst-plot-kde-org" "repo_path": "websites/kst-plot-kde-org"
}, },
"websites-kstars-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", "name": "websites-kstars-kde-org",
"project_path": "websites/kstars-kde-org", "project_path": "websites/kstars-kde-org",
"repo_path": "websites/kstars-kde-org" "repo_path": "websites/kstars-kde-org"
}, },
"websites-kube-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", "name": "websites-kube-kde-org",
"project_path": "websites/kube-kde-org", "project_path": "websites/kube-kde-org",
"repo_path": "websites/kube-kde-org" "repo_path": "websites/kube-kde-org"
}, },
"websites-lakademy-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", "name": "websites-lakademy-kde-org",
"project_path": "websites/lakademy-kde-org", "project_path": "websites/lakademy-kde-org",
"repo_path": "websites/lakademy-kde-org" "repo_path": "websites/lakademy-kde-org"
@ -7548,13 +7566,13 @@
"repo_path": "websites/lokalize-kde-org" "repo_path": "websites/lokalize-kde-org"
}, },
"websites-manifesto-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", "name": "websites-manifesto-kde-org",
"project_path": "websites/manifesto-kde-org", "project_path": "websites/manifesto-kde-org",
"repo_path": "websites/manifesto-kde-org" "repo_path": "websites/manifesto-kde-org"
}, },
"websites-marble-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", "name": "websites-marble-kde-org",
"project_path": "websites/marble-kde-org", "project_path": "websites/marble-kde-org",
"repo_path": "websites/marble-kde-org" "repo_path": "websites/marble-kde-org"
@ -7590,13 +7608,13 @@
"repo_path": "websites/mentorship-kde-org" "repo_path": "websites/mentorship-kde-org"
}, },
"websites-minuet-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", "name": "websites-minuet-kde-org",
"project_path": "websites/minuet-kde-org", "project_path": "websites/minuet-kde-org",
"repo_path": "websites/minuet-kde-org" "repo_path": "websites/minuet-kde-org"
}, },
"websites-multimedia-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", "name": "websites-multimedia-kde-org",
"project_path": "websites/multimedia-kde-org", "project_path": "websites/multimedia-kde-org",
"repo_path": "websites/multimedia-kde-org" "repo_path": "websites/multimedia-kde-org"
@ -7620,7 +7638,7 @@
"repo_path": "websites/necessitas-kde-org" "repo_path": "websites/necessitas-kde-org"
}, },
"websites-neon-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", "name": "websites-neon-kde-org",
"project_path": "websites/neon-kde-org", "project_path": "websites/neon-kde-org",
"repo_path": "websites/neon-kde-org" "repo_path": "websites/neon-kde-org"
@ -7632,7 +7650,7 @@
"repo_path": "websites/neverland" "repo_path": "websites/neverland"
}, },
"websites-okular-kde-org": { "websites-okular-kde-org": {
"description": "Website for Okular \u2014 okular.kde.org", "description": "Website for Okular - okular.kde.org",
"name": "websites-okular-kde-org", "name": "websites-okular-kde-org",
"project_path": "websites/okular-kde-org", "project_path": "websites/okular-kde-org",
"repo_path": "websites/okular-kde-org" "repo_path": "websites/okular-kde-org"
@ -7644,13 +7662,13 @@
"repo_path": "websites/paste-kde-org" "repo_path": "websites/paste-kde-org"
}, },
"websites-pe-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", "name": "websites-pe-kde-org",
"project_path": "websites/pe-kde-org", "project_path": "websites/pe-kde-org",
"repo_path": "websites/pe-kde-org" "repo_path": "websites/pe-kde-org"
}, },
"websites-peruse-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", "name": "websites-peruse-kde-org",
"project_path": "websites/peruse-kde-org", "project_path": "websites/peruse-kde-org",
"repo_path": "websites/peruse-kde-org" "repo_path": "websites/peruse-kde-org"
@ -7662,13 +7680,13 @@
"repo_path": "websites/phonon-kde-org" "repo_path": "websites/phonon-kde-org"
}, },
"websites-planet-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", "name": "websites-planet-kde-org",
"project_path": "websites/planet-kde-org", "project_path": "websites/planet-kde-org",
"repo_path": "websites/planet-kde-org" "repo_path": "websites/planet-kde-org"
}, },
"websites-plasma-bigscreen-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", "name": "websites-plasma-bigscreen-org",
"project_path": "websites/plasma-bigscreen-org", "project_path": "websites/plasma-bigscreen-org",
"repo_path": "websites/plasma-bigscreen-org" "repo_path": "websites/plasma-bigscreen-org"
@ -7680,13 +7698,13 @@
"repo_path": "websites/plasma-kde-org" "repo_path": "websites/plasma-kde-org"
}, },
"websites-plasma-mobile-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", "name": "websites-plasma-mobile-org",
"project_path": "websites/plasma-mobile-org", "project_path": "websites/plasma-mobile-org",
"repo_path": "websites/plasma-mobile-org" "repo_path": "websites/plasma-mobile-org"
}, },
"websites-product-screenshots": { "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", "name": "websites-product-screenshots",
"project_path": "websites/product-screenshots", "project_path": "websites/product-screenshots",
"repo_path": "websites/product-screenshots" "repo_path": "websites/product-screenshots"
@ -7728,7 +7746,7 @@
"repo_path": "websites/rekonq-kde-org" "repo_path": "websites/rekonq-kde-org"
}, },
"websites-releases-neon-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", "name": "websites-releases-neon-kde-org",
"project_path": "websites/releases-neon-kde-org", "project_path": "websites/releases-neon-kde-org",
"repo_path": "websites/releases-neon-kde-org" "repo_path": "websites/releases-neon-kde-org"
@ -7746,13 +7764,13 @@
"repo_path": "websites/reservoir" "repo_path": "websites/reservoir"
}, },
"websites-rkward-kde-org": { "websites-rkward-kde-org": {
"description": "Website for RKWard \u2014 rkward.kde.org", "description": "Website for RKWard - rkward.kde.org",
"name": "websites-rkward-kde-org", "name": "websites-rkward-kde-org",
"project_path": "websites/rkward-kde-org", "project_path": "websites/rkward-kde-org",
"repo_path": "websites/rkward-kde-org" "repo_path": "websites/rkward-kde-org"
}, },
"websites-rolisteam-org": { "websites-rolisteam-org": {
"description": "Website for Rolisteam \u2014 rolisteam.org", "description": "Website for Rolisteam - rolisteam.org",
"name": "websites-rolisteam-org", "name": "websites-rolisteam-org",
"project_path": "websites/rolisteam-org", "project_path": "websites/rolisteam-org",
"repo_path": "websites/rolisteam-org" "repo_path": "websites/rolisteam-org"
@ -7764,19 +7782,19 @@
"repo_path": "websites/scripting-krita-org" "repo_path": "websites/scripting-krita-org"
}, },
"websites-season-kde-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", "name": "websites-season-kde-org",
"project_path": "websites/season-kde-org", "project_path": "websites/season-kde-org",
"repo_path": "websites/season-kde-org" "repo_path": "websites/season-kde-org"
}, },
"websites-simon-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", "name": "websites-simon-kde-org",
"project_path": "websites/simon-kde-org", "project_path": "websites/simon-kde-org",
"repo_path": "websites/simon-kde-org" "repo_path": "websites/simon-kde-org"
}, },
"websites-skrooge-org": { "websites-skrooge-org": {
"description": "Website for Skrooge \u2014 skrooge.org", "description": "Website for Skrooge - skrooge.org",
"name": "websites-skrooge-org", "name": "websites-skrooge-org",
"project_path": "websites/skrooge-org", "project_path": "websites/skrooge-org",
"repo_path": "websites/skrooge-org" "repo_path": "websites/skrooge-org"
@ -7812,13 +7830,13 @@
"repo_path": "websites/sysadmin-kde-org-trellis" "repo_path": "websites/sysadmin-kde-org-trellis"
}, },
"websites-telemetry-krita-org": { "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", "name": "websites-telemetry-krita-org",
"project_path": "websites/telemetry-krita-org", "project_path": "websites/telemetry-krita-org",
"repo_path": "websites/telemetry-krita-org" "repo_path": "websites/telemetry-krita-org"
}, },
"websites-timeline-kde-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", "name": "websites-timeline-kde-org",
"project_path": "websites/timeline-kde-org", "project_path": "websites/timeline-kde-org",
"repo_path": "websites/timeline-kde-org" "repo_path": "websites/timeline-kde-org"
@ -7830,13 +7848,13 @@
"repo_path": "websites/tr-kde-org" "repo_path": "websites/tr-kde-org"
}, },
"websites-umbrello-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", "name": "websites-umbrello-kde-org",
"project_path": "websites/umbrello-kde-org", "project_path": "websites/umbrello-kde-org",
"repo_path": "websites/umbrello-kde-org" "repo_path": "websites/umbrello-kde-org"
}, },
"websites-utils-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", "name": "websites-utils-kde-org",
"project_path": "websites/utils-kde-org", "project_path": "websites/utils-kde-org",
"repo_path": "websites/utils-kde-org" "repo_path": "websites/utils-kde-org"
@ -7854,13 +7872,13 @@
"repo_path": "websites/video-subtitles" "repo_path": "websites/video-subtitles"
}, },
"websites-volunteers-akademy-kde-org": { "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", "name": "websites-volunteers-akademy-kde-org",
"project_path": "websites/volunteers-akademy-kde-org", "project_path": "websites/volunteers-akademy-kde-org",
"repo_path": "websites/volunteers-akademy-kde-org" "repo_path": "websites/volunteers-akademy-kde-org"
}, },
"websites-vvave-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", "name": "websites-vvave-kde-org",
"project_path": "websites/vvave-kde-org", "project_path": "websites/vvave-kde-org",
"repo_path": "websites/vvave-kde-org" "repo_path": "websites/vvave-kde-org"
@ -7872,25 +7890,25 @@
"repo_path": "websites/vvave-stream-kde-org" "repo_path": "websites/vvave-stream-kde-org"
}, },
"websites-websvn-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", "name": "websites-websvn-kde-org",
"project_path": "websites/websvn-kde-org", "project_path": "websites/websvn-kde-org",
"repo_path": "websites/websvn-kde-org" "repo_path": "websites/websvn-kde-org"
}, },
"websites-wiki-desktopsummit-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", "name": "websites-wiki-desktopsummit-org",
"project_path": "websites/wiki-desktopsummit-org", "project_path": "websites/wiki-desktopsummit-org",
"repo_path": "websites/wiki-desktopsummit-org" "repo_path": "websites/wiki-desktopsummit-org"
}, },
"websites-wiki-kde-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", "name": "websites-wiki-kde-org",
"project_path": "websites/wiki-kde-org", "project_path": "websites/wiki-kde-org",
"repo_path": "websites/wiki-kde-org" "repo_path": "websites/wiki-kde-org"
}, },
"websites-wiki-rolisteam-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", "name": "websites-wiki-rolisteam-org",
"project_path": "websites/wiki-rolisteam-org", "project_path": "websites/wiki-rolisteam-org",
"repo_path": "websites/wiki-rolisteam-org" "repo_path": "websites/wiki-rolisteam-org"
@ -7914,7 +7932,7 @@
"repo_path": "websites/yakuake-kde-org" "repo_path": "websites/yakuake-kde-org"
}, },
"websites-zanshin-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", "name": "websites-zanshin-kde-org",
"project_path": "websites/zanshin-kde-org", "project_path": "websites/zanshin-kde-org",
"repo_path": "websites/zanshin-kde-org" "repo_path": "websites/zanshin-kde-org"
@ -8108,7 +8126,7 @@
"xwaylandvideobridge": { "xwaylandvideobridge": {
"description": "Utility to allow streaming Wayland windows to X applications", "description": "Utility to allow streaming Wayland windows to X applications",
"name": "xwaylandvideobridge", "name": "xwaylandvideobridge",
"project_path": "system/xwaylandvideobridge", "project_path": "playground/system/xwaylandvideobridge",
"repo_path": "system/xwaylandvideobridge" "repo_path": "system/xwaylandvideobridge"
}, },
"yakuake": { "yakuake": {

View File

@ -1,362 +1,362 @@
{ {
"attica": { "attica": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/attica-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/attica-6.8.0.tar.xz",
"hash": "sha256-2qXAe0dImeFrQnEOA9BZCTa84PVIACOdYz1IyqO+DX0=" "hash": "sha256-RDAKLQ7UZdmtsAI/rG1ns7Kb7CmaVP6j/zR32RGNH90="
}, },
"baloo": { "baloo": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/baloo-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/baloo-6.8.0.tar.xz",
"hash": "sha256-zowYoh7XrNWRLH0nPKxfbLGttSSgQV1Wxv3eLpZ/Z8w=" "hash": "sha256-WaWWl+fSvsUNqoPeUmh3W953z5g1EnfQ9KxVEiNLrv0="
}, },
"bluez-qt": { "bluez-qt": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/bluez-qt-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/bluez-qt-6.8.0.tar.xz",
"hash": "sha256-sGQBBphiE+Gyjyy6E9nMIu49JZdV8nUh8uhhY0M4+Ts=" "hash": "sha256-NxqJ98WpyI397rLcxtGtl7OXoj7BC9b86uCoNeB0DXY="
}, },
"breeze-icons": { "breeze-icons": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/breeze-icons-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/breeze-icons-6.8.0.tar.xz",
"hash": "sha256-OQN+P8u7emUBFoXEmMrjH/SWpfJJMmnJVbspyUpoi3Q=" "hash": "sha256-de4R/EQcJ1BOGZ42VpMpbtzUZfiQ22qryw3soKziLTo="
}, },
"extra-cmake-modules": { "extra-cmake-modules": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/extra-cmake-modules-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/extra-cmake-modules-6.8.0.tar.xz",
"hash": "sha256-2B3oJpLT0rt3EQMyplyCZiUr7MLD8wfOgUmQzlYHuNw=" "hash": "sha256-/4oL9yKFvsF2jjrNj3xmWibVWhUn6W1z41eJ3J8ONHI="
}, },
"frameworkintegration": { "frameworkintegration": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/frameworkintegration-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/frameworkintegration-6.8.0.tar.xz",
"hash": "sha256-iQEBhUu7s5N9Mh8qw1sqCo886DNCIpfd2lm9qMjKxp0=" "hash": "sha256-FBvFnf2yRskFAaSIy/ATufC7wcJ6ePLyV0QzlXbtrzc="
}, },
"kapidox": { "kapidox": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kapidox-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kapidox-6.8.0.tar.xz",
"hash": "sha256-czjx4xjrLSTLlbVtUwamHQoZLpCXe+rWBRd0HIMF4kA=" "hash": "sha256-RL24w9VRMOLkqPtndDKmVt3A8lTcu4MixQqcpKbTUlo="
}, },
"karchive": { "karchive": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/karchive-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/karchive-6.8.0.tar.xz",
"hash": "sha256-60JD5if1HxIkqZr10Kb44wn55du3R496eONOK4VBOYo=" "hash": "sha256-6QPrVLh1JYcn/VJLJInSpQGZc+J99nszu1b7qR5O7DQ="
}, },
"kauth": { "kauth": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kauth-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kauth-6.8.0.tar.xz",
"hash": "sha256-FzZU7uKJGs1BU40xrOi5165ghjvH+u8crOx+IcfrEiM=" "hash": "sha256-u/g6OYcPdWqu+5r7005iHV/FMoDF63Dbm9Nn/FH4x0k="
}, },
"kbookmarks": { "kbookmarks": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kbookmarks-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kbookmarks-6.8.0.tar.xz",
"hash": "sha256-vUGjnfdlFe40598HsmAOHltnsYEsyVnsUVhfLrzFZXM=" "hash": "sha256-DL0hXdG/L3wwU1bRNiw+sFhbDenhlb4SURD0sJ/KUBU="
}, },
"kcalendarcore": { "kcalendarcore": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcalendarcore-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcalendarcore-6.8.0.tar.xz",
"hash": "sha256-jlKC2NegzgoaG9syEzukEC0GBwEFUT5xLa/nbjJkffs=" "hash": "sha256-zF/DwwSxF0cHRGiYKelLr4XGzk3CRZO5lY8d6JnIdBI="
}, },
"kcmutils": { "kcmutils": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcmutils-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcmutils-6.8.0.tar.xz",
"hash": "sha256-QRg4j49iql8ROe14gjtYsAnp6/fzdV6alKtfnrpkTL4=" "hash": "sha256-+BBsg++FofybQYW4EmAEjr2KZM3wXI0Ccv+D1mZcscA="
}, },
"kcodecs": { "kcodecs": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcodecs-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcodecs-6.8.0.tar.xz",
"hash": "sha256-mrSUBV4Gvc5FVot8R+2yqp7Kqd7AwPsVI2e0MhkhufI=" "hash": "sha256-lslTXG95VxzXFwNg3Atkoz1SnVnL2UV5NL/Az2z0sn8="
}, },
"kcolorscheme": { "kcolorscheme": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcolorscheme-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcolorscheme-6.8.0.tar.xz",
"hash": "sha256-G0xuhPHdlrLuYr51X2DaYNYbqA1nCe6zGG2IgucuITA=" "hash": "sha256-L9oHaFRpGdQn40qQSb9cXo/mGh1rfnbfSbtC4iwSNN0="
}, },
"kcompletion": { "kcompletion": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcompletion-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcompletion-6.8.0.tar.xz",
"hash": "sha256-ftWparDSqxe7Uh7Kr0TW7Gt8mj1uCUAzYLpJsk2UVg8=" "hash": "sha256-ipFfQqSeAhyHKbQlp5kGgzSQybqhskrwHNT8gltYxGE="
}, },
"kconfig": { "kconfig": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kconfig-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kconfig-6.8.0.tar.xz",
"hash": "sha256-vi1d22PlZwO8CX5dmRKzmrxROsUWVN4uDYOhrtLFSxs=" "hash": "sha256-P488LvOEpSga5aORij48wr4BaOsUvs/aphcQZV2LFqw="
}, },
"kconfigwidgets": { "kconfigwidgets": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kconfigwidgets-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kconfigwidgets-6.8.0.tar.xz",
"hash": "sha256-wHnGfFeJMLqvriQbtPJSxj/dEl5E8fuVLjm648mFnNE=" "hash": "sha256-ncOoLx+zJ1Dm7PeKhjpDImow4vyt11Ue7HiGkW4ctPE="
}, },
"kcontacts": { "kcontacts": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcontacts-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcontacts-6.8.0.tar.xz",
"hash": "sha256-KS+BBPnzHWLFkomjqCF2bR7FQPT8UT/8O29xl2AtQsU=" "hash": "sha256-RjgiYW8R2iNo+v7Y9x4cmK1HEDyJ2/qMiP5lpBrhUFE="
}, },
"kcoreaddons": { "kcoreaddons": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcoreaddons-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcoreaddons-6.8.0.tar.xz",
"hash": "sha256-SFEenasfLoCzxIIruHwumBGG3juJd9kggtNNADsSg8U=" "hash": "sha256-KJd/R4vl19X1ZQh2v3uAZnTtb8YJ1wPuoymoGfpK2Zw="
}, },
"kcrash": { "kcrash": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kcrash-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kcrash-6.8.0.tar.xz",
"hash": "sha256-HcLGXY72LvmEV/irQjt2ht4+cTdmwG5k1jIqqdsm7qQ=" "hash": "sha256-pwKUTIfJY07v1SKT9iU1UxRHPmxMJLRy7nhUy4xolX8="
}, },
"kdav": { "kdav": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdav-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdav-6.8.0.tar.xz",
"hash": "sha256-ZinyrwBC6x4NwMCLUYCse0ja5rWZnh3Qtniu2Lh0wdc=" "hash": "sha256-2JXjttT/mRbRhexQ+UsIpwY2IC4oc5/MdHcuLs2SGCw="
}, },
"kdbusaddons": { "kdbusaddons": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdbusaddons-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdbusaddons-6.8.0.tar.xz",
"hash": "sha256-6H0I9tADfY+jPx59FqTjqhfX0LEsaqlvdjI/eDROFRs=" "hash": "sha256-bHYKDcNyrwovgltlV1v6vRlQx2wON/h94h1HzsjVi8c="
}, },
"kdeclarative": { "kdeclarative": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdeclarative-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdeclarative-6.8.0.tar.xz",
"hash": "sha256-8fgE9rrCsilQPP0WXr2K4JNTOIiuFeDmFHTG4yjVNbk=" "hash": "sha256-rUYQhce/wqxo8dwlLGZpWSYe+y/6gOeSPna3gccjNqE="
}, },
"kded": { "kded": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kded-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kded-6.8.0.tar.xz",
"hash": "sha256-IqobZUO0DglDRhOFFhMcD363inDocpaThFf9E4ZoCi8=" "hash": "sha256-UpJj+xqXqlWCji4MeBEYcAphId9Jrb7R7lboecjsUSE="
}, },
"kdesu": { "kdesu": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdesu-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdesu-6.8.0.tar.xz",
"hash": "sha256-QQkepFxuIuFBHYnRU4ssi9mL3B841Z3z6cQjqsAiTig=" "hash": "sha256-DooAfEE/rKT6fiQ4KgGbrs/mtmB2ALpkEcdh57yVOY8="
}, },
"kdnssd": { "kdnssd": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdnssd-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdnssd-6.8.0.tar.xz",
"hash": "sha256-6RQEdfxuTuHg/jmiGBajwAP8sQkiIgefQi/QKtKpAqE=" "hash": "sha256-SdmskRrGQSFwszDIMUIERhCukPVxxgMYsi4ZfiiYlz4="
}, },
"kdoctools": { "kdoctools": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kdoctools-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kdoctools-6.8.0.tar.xz",
"hash": "sha256-n+U53/7QGDaUD6Twb5U6xO0M1PtfAjL+W2bCI2TBaS8=" "hash": "sha256-YGhj6G1qqRars+N2C3P+nbGDLB5BcnNJ0CzcjDq5a6c="
}, },
"kfilemetadata": { "kfilemetadata": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kfilemetadata-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kfilemetadata-6.8.0.tar.xz",
"hash": "sha256-piQqeeZytSPr8bJVTr+DrKep1QZZKbbxUnMemFHQCNA=" "hash": "sha256-UEZrNpm74wF+2ww8sJRjpX4t07ZtYPX2ENnuOiHjSJQ="
}, },
"kglobalaccel": { "kglobalaccel": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kglobalaccel-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kglobalaccel-6.8.0.tar.xz",
"hash": "sha256-KjW54GxmAdYCs6ReJ4xJ4R5GJ5Oc+s/7H97ggmpvbgs=" "hash": "sha256-yqbYWwiGfLg38Ip4l5iERyTVOSMgGTeCqD4UE19ml4M="
}, },
"kguiaddons": { "kguiaddons": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kguiaddons-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kguiaddons-6.8.0.tar.xz",
"hash": "sha256-rEN8prr1CwF4vIvwtN0ebnDg5O8ax3AllzihxC0DW8w=" "hash": "sha256-ac5pgDyNab280b7OvXW9SWqdHp6m5y1cb0pc/adqI4Y="
}, },
"kholidays": { "kholidays": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kholidays-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kholidays-6.8.0.tar.xz",
"hash": "sha256-K1Q9/etqUvQQH9+fFIAt11nQqf/wYOo3Hx87kA3TNas=" "hash": "sha256-FiuK3kLegEFTgPZHaihfv6tbsnDzWw19E7qhw0pfsWQ="
}, },
"ki18n": { "ki18n": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/ki18n-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/ki18n-6.8.0.tar.xz",
"hash": "sha256-VVtbwZVGw6eRxpck4jjF0XEKlXXPh0ABL4/FRvNUEis=" "hash": "sha256-cdc6BY5SZ4l60/2CAnTkyO13Djwu7uyryAub6NTyho4="
}, },
"kiconthemes": { "kiconthemes": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kiconthemes-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kiconthemes-6.8.0.tar.xz",
"hash": "sha256-viW/8fX2Xt1Fsk/5vtpEsEwOItGT5yRYyWpcWRtwuWg=" "hash": "sha256-zF4RarvYEADSHYdfeeWGrwULMaF5M70gZLIQBDcUzao="
}, },
"kidletime": { "kidletime": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kidletime-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kidletime-6.8.0.tar.xz",
"hash": "sha256-YKbHA4e2PmEUcCnOV/FwI3JxQRYwozcqDo1yQLgAaq8=" "hash": "sha256-UQFgWPrzklFep/WC0lxmar3fOO9mq/GHUCz0bF4R5BA="
}, },
"kimageformats": { "kimageformats": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kimageformats-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kimageformats-6.8.0.tar.xz",
"hash": "sha256-cihQZIrBZ+TA7mMVcf3knp/RXQBKEn3YBKFPn1ebcx8=" "hash": "sha256-2fJiZBzEfl8t0b3VbukuN5q0yzTUYN/IhP2ZElDXtBc="
}, },
"kio": { "kio": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kio-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kio-6.8.0.tar.xz",
"hash": "sha256-3yNQGaB6zVeZIPbGVQUOAtrPhHxwb0uCeedVvkb52ZA=" "hash": "sha256-y4rCWlMk6LYXgX/u/N93Oesg3DXc9ERLiGwdy7maVr4="
}, },
"kirigami": { "kirigami": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kirigami-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kirigami-6.8.0.tar.xz",
"hash": "sha256-TWRaA3TTO5Rl554+FxcIguLL2hUm9FvFtrF22t2nfXY=" "hash": "sha256-DguQrJa6SWMOLAHYl3vYxRyasYCDE/yI9g3heXAHQqI="
}, },
"kitemmodels": { "kitemmodels": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kitemmodels-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kitemmodels-6.8.0.tar.xz",
"hash": "sha256-CqAgUyO68tUZ67j5bOftVSSoFkp0QNkF+XdBi/vm00k=" "hash": "sha256-THraGyliGAOxZMMd42WNW9odXUzxAelzYoucL+GYI2U="
}, },
"kitemviews": { "kitemviews": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kitemviews-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kitemviews-6.8.0.tar.xz",
"hash": "sha256-XmNRYpk8nx4V86EQnKMifQ0s5Xz3BwYVZRtlz3kNsEk=" "hash": "sha256-62gx/b/tozKFAP8PP1ewkBwEz75zpac4N64LEbIpJa8="
}, },
"kjobwidgets": { "kjobwidgets": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kjobwidgets-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kjobwidgets-6.8.0.tar.xz",
"hash": "sha256-Ftfnq1QjXW+h6yE9PWNxguIvy9vLe0sUAyQwoCoviIo=" "hash": "sha256-hvIwHdm+heYt7ml4df9acxhj2wgyM7SwxgSdq2SphQE="
}, },
"knewstuff": { "knewstuff": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/knewstuff-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/knewstuff-6.8.0.tar.xz",
"hash": "sha256-pBhGItQwtk7HzEx3ET32fIhvNZzInMYxP7zHF2TSP6c=" "hash": "sha256-NhUFCfm3+h68k1FfxHRgGWKvHkcSy9RfsTYQrhvtRMo="
}, },
"knotifications": { "knotifications": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/knotifications-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/knotifications-6.8.0.tar.xz",
"hash": "sha256-npcvAV2bMbMoO/hCoy0nAJYiTRJ8E6bnlFD08EUt5ec=" "hash": "sha256-GznXfAJeBv0hxxYAD1EkaBCixettoqP3+zzl3oLM+K8="
}, },
"knotifyconfig": { "knotifyconfig": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/knotifyconfig-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/knotifyconfig-6.8.0.tar.xz",
"hash": "sha256-Qifaehj5uoOzS/VLbT/BaNwHJryhSdL4lYW7VKsTgpU=" "hash": "sha256-yaMdb0VmsBzd12DehPXSlihxzQOHmTgXBC/CkWmTiL8="
}, },
"kpackage": { "kpackage": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kpackage-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kpackage-6.8.0.tar.xz",
"hash": "sha256-kWwR9ZcnYNmlA5ZD+8Vc3p0R7BjyeNPWN5Mzb/pEKGU=" "hash": "sha256-0y5vYUjZzZPzIaZSz6TTP98jSa8QGWQSROKE4dLA0rY="
}, },
"kparts": { "kparts": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kparts-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kparts-6.8.0.tar.xz",
"hash": "sha256-CxswUFDWH8vvpwJrCW3GtHcJ10NcabGKtWp+LqV9dZ4=" "hash": "sha256-CiHSq/TEQGAV99Wr6+/sBJNXWEfqTsNOoj1T21JVsyc="
}, },
"kpeople": { "kpeople": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kpeople-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kpeople-6.8.0.tar.xz",
"hash": "sha256-02JGusUPW/QG9oP+YcksteYjpR3p/+0RBGZeXxNe+Ig=" "hash": "sha256-2QmzyTlktqnS/Cn2P+AEBhrc5O8CXcbc/e0Up6a7lTA="
}, },
"kplotting": { "kplotting": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kplotting-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kplotting-6.8.0.tar.xz",
"hash": "sha256-Ew7twjTw/tryxBXeiVyXlFT2TDsEkEMyfUPNUJ4jhrM=" "hash": "sha256-c2yV93YcoGJYXtK1tyZWubtqXnBlSMvZ8H2k9iyPuos="
}, },
"kpty": { "kpty": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kpty-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kpty-6.8.0.tar.xz",
"hash": "sha256-QswbH3DuC9rNJoEoV9MQR9IY4fWFrDX+kWWQhQGplGo=" "hash": "sha256-+8fzkKC4OXpRY/FrFAwGYsmU9hSgX35aUWFJPDy8PjY="
}, },
"kquickcharts": { "kquickcharts": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kquickcharts-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kquickcharts-6.8.0.tar.xz",
"hash": "sha256-ZkBH57YiwLhl10ZoFxeUVfs4UcuxWo8sOLirnPhQmKQ=" "hash": "sha256-NugREaf67SCDYnRvhmRu0QTj4xShgukofPLSFPJhAjk="
}, },
"krunner": { "krunner": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/krunner-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/krunner-6.8.0.tar.xz",
"hash": "sha256-GH/+kYDpjoP7rFvTZE7GZxuh6AZspgE6mLTx10Oc/zo=" "hash": "sha256-RigsSTTfvC0l33Cwu/ZRgsMNjDnCGjp0n+VmHjs0w/s="
}, },
"kservice": { "kservice": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kservice-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kservice-6.8.0.tar.xz",
"hash": "sha256-OdJULjj7NDTFQFyS1bReDVumUNJlMJrfk8eHp0HVf6E=" "hash": "sha256-Iwls8j7j8mJgnAk/NskME5NQ6rHRMhMuC/wCrYuBgSg="
}, },
"kstatusnotifieritem": { "kstatusnotifieritem": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kstatusnotifieritem-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kstatusnotifieritem-6.8.0.tar.xz",
"hash": "sha256-gOriaTzbXaZptO1qgii93DmBasoP3pKPIx5IlIJ9HeA=" "hash": "sha256-bk/4G4DXhC0qEOe3WOSXs3JPxU6jptpvCb7oBjZDmDI="
}, },
"ksvg": { "ksvg": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/ksvg-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/ksvg-6.8.0.tar.xz",
"hash": "sha256-u998eGyVlwfNnGfASmflGhXbzdbv96tSsDwJVE5m8YQ=" "hash": "sha256-/mWwhS10rHO6S1l/41LpG/dM9h//+ARqG9URyKhQhOM="
}, },
"ktexteditor": { "ktexteditor": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/ktexteditor-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/ktexteditor-6.8.0.tar.xz",
"hash": "sha256-7Xb3IyQiWpJuAMLJcNSNfxGldulC5I0JLpg3vaedaZE=" "hash": "sha256-alirdMTv3fMWEXToYNIRQmRUEi6ESyX8Je9igqHnonA="
}, },
"ktexttemplate": { "ktexttemplate": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/ktexttemplate-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz",
"hash": "sha256-1rdfGT9NjYF883SHKldCdInGFzYSHHKmnE3X7mLh4jM=" "hash": "sha256-OoPa+0B1rwuwFVVqZCBQlPzKK6xbn7De5hTq/yUqBBI="
}, },
"ktextwidgets": { "ktextwidgets": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/ktextwidgets-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/ktextwidgets-6.8.0.tar.xz",
"hash": "sha256-I7txRQ459DfAa9mvSOeJMlPDGtEGSbCQHQqOwe4YrgE=" "hash": "sha256-XR0uMhM8v3frYNJE3PT9EMKFVeONpTdsAjtGK5tosrg="
}, },
"kunitconversion": { "kunitconversion": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kunitconversion-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kunitconversion-6.8.0.tar.xz",
"hash": "sha256-swNgHGI81m7bZqZv1y6VdBW43TPnAwW+gTb6a0OxpAo=" "hash": "sha256-5iBUeIHmNcyKqXcabsqal6bLQJJawHXTPvd0T6zB2VQ="
}, },
"kuserfeedback": { "kuserfeedback": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kuserfeedback-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kuserfeedback-6.8.0.tar.xz",
"hash": "sha256-Te+NDW7yJ4B7YGbLdizsNSRSoY4OKLVq7M6O8861J2E=" "hash": "sha256-fp3FceNeJjT9Q9QqRobJIQl4KPulVD1KegHvf5udrbU="
}, },
"kwallet": { "kwallet": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kwallet-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kwallet-6.8.0.tar.xz",
"hash": "sha256-/7MZzg3+6pU4nhovSDPRCZuJTIHx33q1Dc+3luqH/6I=" "hash": "sha256-4LUxHYjZLKW95MJK6HXcOk/GfpMZ0N4qSeJdBEYehig="
}, },
"kwidgetsaddons": { "kwidgetsaddons": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kwidgetsaddons-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kwidgetsaddons-6.8.0.tar.xz",
"hash": "sha256-vTY0KJOGPmEQxfEkX4rgs6M4J19OrxJLFVhdL+SSMpo=" "hash": "sha256-z4Zm7A8Kcg/qtkHqPhla8UBqQAgNEY0c9P+vEjxvqwg="
}, },
"kwindowsystem": { "kwindowsystem": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kwindowsystem-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kwindowsystem-6.8.0.tar.xz",
"hash": "sha256-YsDwtKlQeTnYSu7aVbvUMAuIwE43lT5RibE5ADMQqPQ=" "hash": "sha256-e0xSDnnC6xD5ih17TXVjPukNGHOvut+fYHUeZ7wOJDY="
}, },
"kxmlgui": { "kxmlgui": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/kxmlgui-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/kxmlgui-6.8.0.tar.xz",
"hash": "sha256-pFHBbXClkd4TlzB5EV81kF48QjAvXIyK4+x112oG/KE=" "hash": "sha256-mX8xCkbsLBUwEPxZZ3UzkKmbxQYh0Z+SZIgWQXLFH8w="
}, },
"modemmanager-qt": { "modemmanager-qt": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/modemmanager-qt-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/modemmanager-qt-6.8.0.tar.xz",
"hash": "sha256-/EXc2K2iQ7r3kACZBi8xK2d79pT4jzZ0bVNK/pB7+PM=" "hash": "sha256-CiLuylr897QgWbvfUGkk8lutFN9zfIhPqP0+J146Fxs="
}, },
"networkmanager-qt": { "networkmanager-qt": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/networkmanager-qt-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/networkmanager-qt-6.8.0.tar.xz",
"hash": "sha256-VjIxZEWHkYyVC8vl/aC/ajXpehL2sOm/nqpM4xQdMSI=" "hash": "sha256-FYeSUe8aXohGW3j49Z4r49HylpTFyRUfoNVC6niUl2c="
}, },
"prison": { "prison": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/prison-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/prison-6.8.0.tar.xz",
"hash": "sha256-CgU6gL6uIyzvXaP2UlsU7mSbJ1zqZN4MD/rUHD8uwmA=" "hash": "sha256-uue1p2xG4ri3yBwaqvIHIdBQz99IKR0rzGb1dZCy3rM="
}, },
"purpose": { "purpose": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/purpose-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/purpose-6.8.0.tar.xz",
"hash": "sha256-T4u/GQIscN8dw0Wkq9gWd6UFouj+9kMxEof+jpIS1Wo=" "hash": "sha256-fugYJlElHIKAp99iiNP2JXadzYtKbU/ufv5WmVQ18Go="
}, },
"qqc2-desktop-style": { "qqc2-desktop-style": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/qqc2-desktop-style-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/qqc2-desktop-style-6.8.0.tar.xz",
"hash": "sha256-tmAtIbqJGmNGGCeqRROUau8NjgFB9KgxqvssTS4/syk=" "hash": "sha256-6WkvANebljvcrnFsqrlkwlNHUMhdf+AvznqQgAPrTaM="
}, },
"solid": { "solid": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/solid-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/solid-6.8.0.tar.xz",
"hash": "sha256-NnPxd3bDDZUj/kC4845ivhA3YQBQ94LBNtoawEsg5uc=" "hash": "sha256-rOUUX1nbVIvPQjy2tw/YcP77o38HpkkWQ5SoArPKeUE="
}, },
"sonnet": { "sonnet": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/sonnet-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/sonnet-6.8.0.tar.xz",
"hash": "sha256-L5cNSQ7/1mjmTdk//vNEqA235jEwuyPfT6DWsUFQ5Yg=" "hash": "sha256-xCG0YCFPOiWEKryyYFJRudqJtimtk2Fg051KpQJAVjY="
}, },
"syndication": { "syndication": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/syndication-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/syndication-6.8.0.tar.xz",
"hash": "sha256-wqSFIp2KQwhY1/Rz/osTNzfZPTOnduRu7fp3u54wuiQ=" "hash": "sha256-v84kBvpM+D8ikRwc19uvwleLYV+EM2i1UGm4/2MOK6k="
}, },
"syntax-highlighting": { "syntax-highlighting": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/syntax-highlighting-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/syntax-highlighting-6.8.0.tar.xz",
"hash": "sha256-bvUnqUF0C53f4FPrCOrX4RwSooOqiKXd8aGFIM2dLKc=" "hash": "sha256-7Tx9PZLBVNmvOaGro5FmsH5kEcGMMQARYgjzpEI7Elc="
}, },
"threadweaver": { "threadweaver": {
"version": "6.7.0", "version": "6.8.0",
"url": "mirror://kde/stable/frameworks/6.7/threadweaver-6.7.0.tar.xz", "url": "mirror://kde/stable/frameworks/6.8/threadweaver-6.8.0.tar.xz",
"hash": "sha256-GsP8gFHzGsT3bf1dFX5cN10YO8B2IVKkThgxz1gWqVY=" "hash": "sha256-iGTdMLelX3UcG6gavaeJo5NJZL4YuhyOaU4rxIdov94="
} }
} }

View File

@ -4,6 +4,7 @@
fetchurl, fetchurl,
qtsvg, qtsvg,
qtwebengine, qtwebengine,
kconfigwidgets,
}: }:
mkKdeDerivation rec { mkKdeDerivation rec {
pname = "klevernotes"; pname = "klevernotes";
@ -17,6 +18,7 @@ mkKdeDerivation rec {
extraBuildInputs = [ extraBuildInputs = [
qtsvg qtsvg
qtwebengine qtwebengine
kconfigwidgets
]; ];
meta.license = with lib.licenses; [ meta.license = with lib.licenses; [