kdePackages: Gear 25.04.3 -> 25.08.0 (#433694)

This commit is contained in:
K900
2025-08-14 19:33:54 +03:00
committed by GitHub
23 changed files with 1100 additions and 900 deletions
+1 -5
View File
@@ -2,7 +2,6 @@
mkKdeDerivation,
qtwayland,
pkg-config,
wayland-protocols,
}:
mkKdeDerivation {
pname = "kguiaddons";
@@ -10,9 +9,6 @@ mkKdeDerivation {
hasPythonBindings = true;
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
qtwayland
wayland-protocols
];
extraBuildInputs = [ qtwayland ];
meta.mainProgram = "kde-geo-uri-handler";
}
+1 -1
View File
@@ -16,7 +16,7 @@ mkKdeDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version;
src = sources.${pname};
hash = "sha256-FgzmWw8FZb+DNSf2n6H14Rq07+x1LzG9hX4hFetuqDw=";
hash = "sha256-aGpmkuw7Y0PRFp0+0ozv5/A80O2T9lMN9SJfKfExx/o=";
};
extraNativeBuildInputs = [
-2
View File
@@ -6,6 +6,4 @@ mkKdeDerivation {
pname = "artikulate";
extraBuildInputs = [ qtmultimedia ];
# FIXME(qt5)
meta.broken = true;
}
-6
View File
@@ -1,6 +0,0 @@
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "cervisia";
# FIXME(qt5)
meta.broken = true;
}
-1
View File
@@ -27,7 +27,6 @@
calindori = callPackage ./calindori { };
calligra = callPackage ./calligra { };
cantor = callPackage ./cantor { };
cervisia = callPackage ./cervisia { };
colord-kde = callPackage ./colord-kde { };
dolphin = callPackage ./dolphin { };
dolphin-plugins = callPackage ./dolphin-plugins { };
+6 -1
View File
@@ -1,4 +1,9 @@
{ mkKdeDerivation }:
{
mkKdeDerivation,
qtmultimedia,
}:
mkKdeDerivation {
pname = "dolphin";
extraBuildInputs = [ qtmultimedia ];
}
+7 -2
View File
@@ -1,18 +1,23 @@
{
mkKdeDerivation,
pkg-config,
qtmultimedia,
kconfigwidgets,
kparts,
kxmlgui,
phonon,
ffmpeg,
}:
mkKdeDerivation {
pname = "dragon";
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
qtmultimedia
kconfigwidgets
kparts
kxmlgui
phonon
ffmpeg
];
meta.mainProgram = "dragon";
+3 -5
View File
@@ -1,10 +1,9 @@
{
mkKdeDerivation,
qtmultimedia,
qtsvg,
qtwayland,
qtimageformats,
phonon,
phonon-vlc,
pkg-config,
cfitsio,
exiv2,
@@ -18,14 +17,13 @@ mkKdeDerivation {
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
qtmultimedia
qtsvg
qtwayland
# adds support for webp and other image formats
qtimageformats
phonon
phonon-vlc
cfitsio
exiv2
baloo
+2 -2
View File
@@ -1,15 +1,15 @@
{
mkKdeDerivation,
qtmultimedia,
qtsvg,
phonon,
taglib,
}:
mkKdeDerivation {
pname = "juk";
extraBuildInputs = [
qtmultimedia
qtsvg
phonon
taglib
];
+17 -2
View File
@@ -1,6 +1,21 @@
{ mkKdeDerivation }:
{
mkKdeDerivation,
pkg-config,
gst_all_1,
}:
mkKdeDerivation {
pname = "kamoso";
# FIXME(qt5)
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
gst_all_1.gst-plugins-base
(gst_all_1.gst-plugins-good.override { qt6Support = true; })
];
preFixup = ''
qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
'';
# requires newer GStreamer
meta.broken = true;
}
+1 -2
View File
@@ -1,7 +1,6 @@
{
mkKdeDerivation,
replaceVars,
mediainfo,
mlt,
glaxnimate,
ffmpeg-full,
@@ -20,7 +19,7 @@ mkKdeDerivation {
patches = [
(replaceVars ./dependency-paths.patch {
inherit mediainfo mlt glaxnimate;
inherit mlt glaxnimate;
ffmpeg = ffmpeg-full;
})
];
+8 -11
View File
@@ -1,7 +1,8 @@
diff -u b/src/kdenlivesettings.kcfg b/src/kdenlivesettings.kcfg
--- b/src/kdenlivesettings.kcfg
diff --git a/src/kdenlivesettings.kcfg b/src/kdenlivesettings.kcfg
index d92555f0b5..a7b32b5183 100644
--- a/src/kdenlivesettings.kcfg
+++ b/src/kdenlivesettings.kcfg
@@ -517,7 +517,7 @@
@@ -628,7 +628,7 @@
<group name="env">
<entry name="mltpath" type="Path">
<label>Mlt framework install path.</label>
@@ -10,7 +11,7 @@ diff -u b/src/kdenlivesettings.kcfg b/src/kdenlivesettings.kcfg
</entry>
<entry name="kdenliverendererpath" type="Path">
@@ -527,27 +527,27 @@
@@ -638,22 +638,22 @@
<entry name="meltpath" type="Path">
<label>Mlt melt renderer install path.</label>
@@ -36,17 +37,13 @@ diff -u b/src/kdenlivesettings.kcfg b/src/kdenlivesettings.kcfg
+ <default>@ffmpeg@/bin/ffprobe</default>
</entry>
<entry name="mediainfopath" type="Path">
<label>mediaInfo binary path.</label>
- <default></default>
+ <default>@mediainfo@/bin/mediainfo</default>
</entry>
<entry name="processingthreads" type="Int">
@@ -657,5 +657,5 @@
@@ -758,7 +758,7 @@
<entry name="glaxnimatePath" type="String">
<label>Path to the Glaxnimate application.</label>
- <default></default>
+ <default>@glaxnimate@/bin/glaxnimate</default>
</entry>
<entry name="nice_tasks" type="Bool">
-2
View File
@@ -1,6 +1,4 @@
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "kig";
# FIXME(qt5)
meta.broken = true;
}
@@ -1,13 +0,0 @@
diff --git a/man/kio_man.cpp b/man/kio_man.cpp
index a2fb6dbf5..cb6f373bc 100644
--- a/man/kio_man.cpp
+++ b/man/kio_man.cpp
@@ -868,6 +868,8 @@ void MANProtocol::constructPath(QStringList &constr_path, QStringList constr_cat
mc.setFileName("/etc/manpath.config"); // SuSE, Debian
if (!mc.exists())
mc.setFileName("/etc/man.config"); // Mandrake
+ if (!mc.exists())
+ mc.setFileName("/run/current-system/etc/man_db.conf"); // NixOS
if (mc.open(QIODevice::ReadOnly)) {
QTextStream is(&mc);
-4
View File
@@ -19,10 +19,6 @@
mkKdeDerivation {
pname = "kio-extras";
patches = [
# An upstream merge request is pending for this https://invent.kde.org/network/kio-extras/-/merge_requests/422
./add-nixos-man-db-config-path.patch
];
extraNativeBuildInputs = [
pkg-config
gperf
+6 -3
View File
@@ -1,6 +1,9 @@
{ mkKdeDerivation }:
{
mkKdeDerivation,
qtdeclarative,
}:
mkKdeDerivation {
pname = "kqtquickcharts";
# FIXME(qt5)
meta.broken = true;
extraBuildInputs = [ qtdeclarative ];
}
+6 -3
View File
@@ -1,6 +1,9 @@
{ mkKdeDerivation }:
{
mkKdeDerivation,
kqtquickcharts,
}:
mkKdeDerivation {
pname = "ktouch";
# FIXME(qt5)
meta.broken = true;
extraBuildInputs = [ kqtquickcharts ];
}
+2
View File
@@ -1,6 +1,7 @@
{
mkKdeDerivation,
qtlocation,
qtspeech,
qtwebview,
}:
mkKdeDerivation {
@@ -8,6 +9,7 @@ mkKdeDerivation {
extraBuildInputs = [
qtlocation
qtspeech
qtwebview
];
meta.mainProgram = "neochat";
+114 -27
View File
@@ -20,6 +20,7 @@
"kiconthemes",
"kitemmodels",
"kwidgetsaddons",
"kwindowsystem",
"kxmlgui"
],
"akonadi-calendar": [
@@ -154,6 +155,7 @@
"kguiaddons",
"ki18n",
"kirigami",
"kirigami-addons",
"kstatusnotifieritem",
"kwidgetsaddons",
"kwindowsystem",
@@ -184,8 +186,6 @@
"ktexteditor",
"kwidgetsaddons",
"kwindowsystem",
"phonon",
"qca",
"solid",
"threadweaver"
],
@@ -340,8 +340,7 @@
"ki18n",
"knewstuff",
"kpackage",
"ksvg",
"kwindowsystem"
"ksvg"
],
"baloo": [
"extra-cmake-modules",
@@ -618,13 +617,13 @@
"kwidgetsaddons",
"kwindowsystem"
],
"croutons": [
"extra-cmake-modules"
],
"crow-translate": [
"extra-cmake-modules",
"kwayland"
],
"cxx-rust-cssparser": [
"extra-cmake-modules"
],
"daykountdown": [
"extra-cmake-modules",
"kcoreaddons",
@@ -706,7 +705,6 @@
"kuserfeedback",
"kwindowsystem",
"packagekit-qt",
"phonon",
"selenium-webdriver-at-spi",
"solid"
],
@@ -1130,6 +1128,7 @@
"kio",
"kservice",
"kwidgetsaddons",
"kwindowsystem",
"kxmlgui"
],
"kaddressbook": [
@@ -1157,6 +1156,24 @@
"kxmlgui",
"solid"
],
"kaichat": [
"extra-cmake-modules",
"kcompletion",
"kconfig",
"kcoreaddons",
"kcrash",
"kdbusaddons",
"kdoctools",
"ki18n",
"kiconthemes",
"kio",
"kitemviews",
"kstatusnotifieritem",
"ktextaddons",
"kwidgetsaddons",
"kxmlgui",
"purpose"
],
"kaidan": [
"extra-cmake-modules",
"kcoreaddons",
@@ -2378,7 +2395,8 @@
"kguiaddons": [
"extra-cmake-modules",
"plasma-wayland-protocols",
"wayland"
"wayland",
"wayland-protocols"
],
"khangman": [
"extra-cmake-modules",
@@ -2625,7 +2643,8 @@
"kio-fuse": [
"extra-cmake-modules",
"kcoreaddons",
"kio"
"kio",
"kio-extras"
],
"kio-gdrive": [
"extra-cmake-modules",
@@ -2705,6 +2724,15 @@
"kirigami",
"kirigami-addons"
],
"kiss": [
"extra-cmake-modules",
"kconfig",
"kcoreaddons",
"ki18n",
"kpackage",
"libkscreen",
"plasma-desktop"
],
"kitemmodels": [
"extra-cmake-modules"
],
@@ -3063,6 +3091,7 @@
"kconfig",
"kcontacts",
"kcoreaddons",
"kcrash",
"kdiagram",
"kguiaddons",
"kholidays",
@@ -3136,6 +3165,14 @@
"libkdegames",
"libplasma"
],
"knighttime": [
"extra-cmake-modules",
"kconfig",
"kcoreaddons",
"kdbusaddons",
"kholidays",
"ki18n"
],
"knotifications": [
"extra-cmake-modules",
"kconfig"
@@ -3234,6 +3271,20 @@
"kxmlgui",
"syntax-highlighting"
],
"komodo": [
"extra-cmake-modules",
"kcolorscheme",
"kconfig",
"kcoreaddons",
"kdbusaddons",
"kguiaddons",
"ki18n",
"kiconthemes",
"kirigami",
"kirigami-addons",
"kitemmodels",
"qqc2-desktop-style"
],
"kompare": [
"extra-cmake-modules",
"kcodecs",
@@ -3334,6 +3385,11 @@
"kwindowsystem",
"kxmlgui"
],
"kontainer": [
"extra-cmake-modules",
"ki18n",
"kio"
],
"kontrast": [
"extra-cmake-modules",
"futuresql",
@@ -3417,13 +3473,11 @@
"kholidays",
"ki18n",
"kiconthemes",
"kidentitymanagement",
"kitemviews",
"kjobwidgets",
"kldap",
"kmailtransport",
"kmime",
"knewstuff",
"kontactinterface",
"kparts",
"kuserfeedback",
@@ -3633,6 +3687,16 @@
"kproperty",
"kwidgetsaddons"
],
"kretro": [
"extra-cmake-modules",
"kconfig",
"kcoreaddons",
"ki18n",
"kiconthemes",
"kirigami",
"kirigami-addons",
"qqc2-desktop-style"
],
"kreversi": [
"extra-cmake-modules",
"kcolorscheme",
@@ -3695,6 +3759,7 @@
"kcoreaddons",
"ki18n",
"kitemmodels",
"kwindowsystem",
"threadweaver"
],
"krusader": [
@@ -3866,6 +3931,9 @@
"kwallet",
"kwidgetsaddons"
],
"kst-plot": [
"extra-cmake-modules"
],
"kstars": [
"breeze-icons",
"extra-cmake-modules",
@@ -4244,12 +4312,10 @@
"extra-cmake-modules"
],
"kwin": [
"aurorae",
"breeze",
"breeze-icons",
"extra-cmake-modules",
"kcmutils",
"kcolorscheme",
"kconfig",
"kconfigwidgets",
"kcoreaddons",
@@ -4281,7 +4347,6 @@
"wayland-protocols"
],
"kwin-x11": [
"aurorae",
"breeze",
"breeze-icons",
"extra-cmake-modules",
@@ -4301,6 +4366,7 @@
"knewstuff",
"knotifications",
"kpackage",
"kpipewire",
"kscreenlocker",
"kservice",
"ksvg",
@@ -4643,8 +4709,7 @@
"ki18n",
"kio",
"knewstuff",
"kparts",
"kwallet"
"kparts"
],
"mark": [
"extra-cmake-modules",
@@ -5122,6 +5187,7 @@
"plasma-activities"
],
"plasma-bigscreen": [
"bluez-qt",
"kauth",
"kcmutils",
"kcodecs",
@@ -5130,6 +5196,7 @@
"kconfigwidgets",
"kcoreaddons",
"ki18n",
"kiconthemes",
"kio",
"kjobwidgets",
"knotifications",
@@ -5139,6 +5206,7 @@
"kwayland",
"kwidgetsaddons",
"kwindowsystem",
"libkscreen",
"libplasma",
"plasma-activities",
"plasma-activities-stats",
@@ -5176,6 +5244,7 @@
"baloo",
"breeze",
"extra-cmake-modules",
"kaccounts-integration",
"kactivitymanagerd",
"kauth",
"kcmutils",
@@ -5287,9 +5356,25 @@
],
"plasma-keyboard": [
"extra-cmake-modules",
"kcmutils",
"kconfig",
"kcoreaddons",
"ki18n"
],
"plasma-login-manager": [
"extra-cmake-modules",
"kauth",
"kcmutils",
"kconfig",
"kdbusaddons",
"ki18n",
"kio",
"kpackage",
"kwindowsystem",
"layer-shell-qt",
"libplasma",
"plasma-workspace"
],
"plasma-mobile": [
"bluedevil",
"bluez-qt",
@@ -5418,7 +5503,6 @@
"kcompletion",
"kconfig",
"kcoreaddons",
"kcrash",
"kdbusaddons",
"ki18n",
"kiconthemes",
@@ -5532,7 +5616,6 @@
"kbookmarks",
"kcmutils",
"kcodecs",
"kcolorscheme",
"kcompletion",
"kconfig",
"kconfigwidgets",
@@ -5541,6 +5624,7 @@
"kdbusaddons",
"kdeclarative",
"kded",
"kdesu",
"kfilemetadata",
"kglobalaccel",
"kglobalacceld",
@@ -5646,7 +5730,6 @@
"kcrash",
"kdbusaddons",
"ki18n",
"knotifications",
"kwindowsystem",
"polkit-qt-1"
],
@@ -5839,7 +5922,6 @@
"extra-cmake-modules",
"kcolorscheme",
"kconfig",
"kconfigwidgets",
"kcoreaddons",
"kcrash",
"kdbusaddons",
@@ -6137,7 +6219,6 @@
"systemsettings": [
"extra-cmake-modules",
"kcmutils",
"kcolorscheme",
"kconfig",
"kcrash",
"kdbusaddons",
@@ -6160,7 +6241,6 @@
],
"tellico": [
"extra-cmake-modules",
"kcolorscheme",
"kconfig",
"kconfigwidgets",
"kcrash",
@@ -6169,12 +6249,12 @@
"ki18n",
"kiconthemes",
"kio",
"kio-extras",
"kitemmodels",
"knewstuff",
"kwidgetsaddons",
"libkcddb",
"libksane"
"libksane",
"solid"
],
"telly-skout": [
"extra-cmake-modules",
@@ -6220,6 +6300,7 @@
"kwindowsystem",
"prison",
"purpose",
"qcoro",
"qqc2-desktop-style",
"qtkeychain",
"selenium-webdriver-at-spi"
@@ -6236,6 +6317,9 @@
"kconfig",
"kcoreaddons",
"kcrash",
"kdev-php",
"kdevelop",
"kdevelop-pg-qt",
"kdoctools",
"ki18n",
"kiconthemes",
@@ -6246,7 +6330,10 @@
"kxmlgui"
],
"union": [
"extra-cmake-modules"
"cxx-rust-cssparser",
"extra-cmake-modules",
"kiconthemes",
"kirigami"
],
"upnp-lib-qt": [
"extra-cmake-modules",
@@ -6375,5 +6462,5 @@
"kwindowsystem"
]
},
"version": "53cdc203"
"version": "723afe12"
}
+83 -40
View File
@@ -10,6 +10,7 @@
"LicenseRef-KDE-Accepted-LGPL"
],
"akonadi": [
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
@@ -18,7 +19,9 @@
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"akonadi-calendar": [
@@ -29,6 +32,7 @@
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"akonadi-calendar-tools": [
@@ -41,13 +45,15 @@
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"akonadi-import-wizard": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"akonadi-mime": [
"BSD-3-Clause",
@@ -57,7 +63,8 @@
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"akonadi-search": [
"BSD-3-Clause",
@@ -70,7 +77,8 @@
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"akonadiconsole": [
"BSD-3-Clause",
@@ -80,7 +88,8 @@
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-KDE-Accepted-GPL"
"LicenseRef-KDE-Accepted-GPL",
"MIT"
],
"akregator": [
"BSD-2-Clause",
@@ -88,6 +97,7 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"alligator": [
@@ -109,14 +119,11 @@
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-only",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
@@ -300,6 +307,7 @@
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
],
"calindori": [
@@ -334,9 +342,6 @@
"GPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL"
],
"cervisia": [
"CC0-1.0"
],
"colord-kde": [
"CC0-1.0",
"LGPL-3.0-or-later"
@@ -376,9 +381,9 @@
"GPL-2.0-or-later"
],
"dragon": [
"BSD-2-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-only",
"LGPL-3.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
@@ -412,6 +417,7 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"extra-cmake-modules": [
@@ -484,14 +490,16 @@
"grantlee-editor": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later"
"GPL-2.0-or-later",
"MIT"
],
"grantleetheme": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later"
"LGPL-2.1-or-later",
"MIT"
],
"gwenview": [
"BSD-3-Clause",
@@ -507,6 +515,7 @@
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
],
"isoimagewriter": [
@@ -558,6 +567,7 @@
"GPL-2.0-only",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"kajongg": [
@@ -603,7 +613,6 @@
"kamoso": [
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-2.1-or-later"
],
"kanagram": [
@@ -725,7 +734,8 @@
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later"
"LGPL-2.1-or-later",
"MIT"
],
"kcharselect": [
"BSD-3-Clause",
@@ -882,7 +892,8 @@
"kdebugsettings": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"kdeclarative": [
"CC0-1.0",
@@ -922,10 +933,17 @@
"CC0-1.0"
],
"kdegraphics-mobipocket": [
"CC0-1.0"
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.1-or-later"
],
"kdegraphics-thumbnailers": [
"CC0-1.0"
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL"
],
"kdenetwork-filesharing": [
"BSD-3-Clause",
@@ -1244,7 +1262,8 @@
"LGPL-2.1-only",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"kidletime": [
"CC0-1.0",
@@ -1294,7 +1313,8 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-only",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"kinfocenter": [
"BSD-2-Clause",
@@ -1487,6 +1507,7 @@
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
],
"kmail-account-wizard": [
@@ -1495,19 +1516,22 @@
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"kmailtransport": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later"
"LGPL-2.1-or-later",
"MIT"
],
"kmbox": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-only",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"kmenuedit": [
"CC0-1.0",
@@ -1591,10 +1615,13 @@
"BSD-3-Clause",
"CC-BY-4.0",
"CC0-1.0",
"GPL-2.0-only",
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
],
"kolf": [
@@ -1667,6 +1694,7 @@
"GPL-2.0-or-later",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"kontactinterface": [
@@ -1676,7 +1704,8 @@
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"kontrast": [
"BSD-2-Clause",
@@ -1702,13 +1731,13 @@
"korganizer": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL",
"MIT",
"Qt-Commercial-exception-1.0"
],
"kosmindoormap": [
@@ -1755,7 +1784,8 @@
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"kpipewire": [
"Apache-2.0",
@@ -1769,7 +1799,8 @@
"kpkpass": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"kplotting": [
"CC0-1.0",
@@ -1879,6 +1910,7 @@
"LicenseRef-KDE-Accepted-GPL"
],
"kscreenlocker": [
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
@@ -1911,7 +1943,8 @@
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later"
"LGPL-2.1-or-later",
"MIT"
],
"ksnakeduel": [
"BSD-3-Clause",
@@ -1996,7 +2029,8 @@
"ktnef": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"ktorrent": [
"BSD-3-Clause",
@@ -2198,7 +2232,8 @@
"libgravatar": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"libkcddb": [
"BSD-3-Clause",
@@ -2227,6 +2262,7 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
],
"libkeduvocdocument": [
@@ -2250,10 +2286,8 @@
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GCC-exception-3.1",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-or-later",
"LGPL-2.0-or-later"
],
"libkmahjongg": [
@@ -2286,7 +2320,8 @@
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"libksysguard": [
"BSD-2-Clause",
@@ -2347,7 +2382,8 @@
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"MIT"
],
"mailimporter": [
"BSD-3-Clause",
@@ -2356,7 +2392,8 @@
"GPL-2.0-or-later",
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
"LicenseRef-KDE-Accepted-GPL",
"MIT"
],
"marble": [
"Apache-2.0",
@@ -2384,7 +2421,8 @@
"mbox-importer": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later"
"GPL-2.0-or-later",
"MIT"
],
"merkuro": [
"BSD-2-Clause",
@@ -2552,19 +2590,22 @@
"CC0-1.0",
"GFDL-1.2-or-later",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"pim-sieve-editor": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"pimcommon": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
"LGPL-2.0-or-later",
"MIT"
],
"plasma-activities": [
"CC0-1.0",
@@ -3016,8 +3057,10 @@
"LGPL-2.0-or-later"
],
"tokodon": [
"AGPL-3.0-or-later",
"BSD-2-Clause",
"BSD-3-Clause",
"CC-BY-SA-4.0",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
+94 -16
View File
@@ -206,7 +206,7 @@
"amarok-history": {
"description": "Amarok history",
"name": "amarok-history",
"project_path": "multimedia/amarok/amarok-history",
"project_path": "historical/amarok-history",
"repo_path": "historical/amarok-history"
},
"amor": {
@@ -638,7 +638,7 @@
"calligra-history": {
"description": "The home of inactive branches for Calligra Suite.",
"name": "calligra-history",
"project_path": "calligra/calligra-history",
"project_path": "historical/calligra-history",
"repo_path": "historical/calligra-history"
},
"calligraplan": {
@@ -797,6 +797,12 @@
"project_path": "libs/cxx-kde-frameworks",
"repo_path": "libraries/cxx-kde-frameworks"
},
"cxx-rust-cssparser": {
"description": "Library for parsing CSS using the Rust cssparser crate",
"name": "cxx-rust-cssparser",
"project_path": "libraries/cxx-rust-cssparser",
"repo_path": "libraries/cxx-rust-cssparser"
},
"cxx11-cmake-modules": {
"description": "CMake modules for detecting C++11 features supported by the compiler",
"name": "cxx11-cmake-modules",
@@ -836,7 +842,7 @@
"digikam-doc": {
"description": "Documentation for the digiKam photo management application",
"name": "digikam-doc",
"project_path": "graphics/digikam/digikam-doc",
"project_path": "documentation/digikam-doc",
"repo_path": "documentation/digikam-doc"
},
"digikam-software-compilation": {
@@ -1181,6 +1187,12 @@
"project_path": "kdegraphics/gwenview",
"repo_path": "graphics/gwenview"
},
"hana": {
"description": "Application to capture thumbnails from video files",
"name": "hana",
"project_path": "multimedia/hana",
"repo_path": "multimedia/hana"
},
"haruna": {
"description": "Open source video player built with Qt/QML and libmpv.",
"name": "haruna",
@@ -1991,11 +2003,11 @@
"project_path": "unmaintained/kdeexamples",
"repo_path": "unmaintained/kdeexamples"
},
"kdegraphics": {
"kdegraphics-collection": {
"description": "Super-repository which holds the history of the kdegraphics toplevel files",
"name": "kdegraphics",
"project_path": "unmaintained/kdegraphics",
"repo_path": "unmaintained/kdegraphics"
"name": "kdegraphics-collection",
"project_path": "unmaintained/kdegraphics-collection",
"repo_path": "unmaintained/kdegraphics-collection"
},
"kdegraphics-mobipocket": {
"description": "A collection of plugins to handle mobipocket files",
@@ -2564,7 +2576,7 @@
"kglobalacceld": {
"description": "Daemon providing Global Keyboard Shortcut (Accelerator) functionality",
"name": "kglobalacceld",
"project_path": "base/kglobalacceld",
"project_path": "workspace/kglobalacceld",
"repo_path": "plasma/kglobalacceld"
},
"kgoldrunner": {
@@ -3119,6 +3131,12 @@
"project_path": "kdegames/knights",
"repo_path": "games/knights"
},
"knighttime": {
"description": "Helpers for scheduling the dark-light cycle",
"name": "knighttime",
"project_path": "workspace/knighttime",
"repo_path": "plasma/knighttime"
},
"knipptasch": {
"description": "Personal accounting application that aims to be the simplest for basic use",
"name": "knipptasch",
@@ -3257,6 +3275,12 @@
"project_path": "sdk/kommit",
"repo_path": "sdk/kommit"
},
"komodo": {
"description": "todo.txt Kirigami GUI application",
"name": "komodo",
"project_path": "utilities/komodo",
"repo_path": "utilities/komodo"
},
"kompare": {
"description": "Graphical File Differences Tool",
"name": "kompare",
@@ -3299,6 +3323,12 @@
"project_path": "pim/kontactinterface",
"repo_path": "pim/kontactinterface"
},
"kontainer": {
"description": "Qt DistroBox GUI",
"name": "kontainer",
"project_path": "sysadmin/kontainer",
"repo_path": "system/kontainer"
},
"kontaminuti": {
"description": "Kontaminuti is a simple helper utility to time your activities according to the Pomodoro Technique.",
"name": "kontaminuti",
@@ -3623,6 +3653,12 @@
"project_path": "libs/kreport",
"repo_path": "libraries/kreport"
},
"kretro": {
"description": "Libretro Emulation Frontend for Plasma",
"name": "kretro",
"project_path": "games/kretro",
"repo_path": "games/kretro"
},
"kreversi": {
"description": "KReversi is is a simple one player strategy game played against the computer",
"name": "kreversi",
@@ -4319,12 +4355,42 @@
"project_path": "workspace/kwin",
"repo_path": "plasma/kwin"
},
"kwin-arhud-warping": {
"description": "KWin Effect to warp certain outputs for ArHUD",
"name": "kwin-arhud-warping",
"project_path": "automotive/kwin-arhud-warping",
"repo_path": "automotive/kwin-arhud-warping"
},
"kwin-blur-ng": {
"description": "Next generation Blur plugin for KWin",
"name": "kwin-blur-ng",
"project_path": "automotive/kwin-blur-ng",
"repo_path": "automotive/kwin-blur-ng"
},
"kwin-gamepad": {
"description": "KWin plugin to add support for gamepads",
"name": "kwin-gamepad",
"project_path": "automotive/kwin-gamepad",
"repo_path": "automotive/kwin-gamepad"
},
"kwin-sharedtextures": {
"description": "KWin support for Wayland shared textures",
"name": "kwin-sharedtextures",
"project_path": "automotive/kwin-sharedtextures",
"repo_path": "automotive/kwin-sharedtextures"
},
"kwin-x11": {
"description": "Easy to use, but flexible, X Window Manager",
"name": "kwin-x11",
"project_path": "workspace/kwin-x11",
"repo_path": "plasma/kwin-x11"
},
"kwin-zones": {
"description": "Wayland ext-zones for KWin",
"name": "kwin-zones",
"project_path": "automotive/kwin-zones",
"repo_path": "automotive/kwin-zones"
},
"kwindowsaddons": {
"description": "Runtime components for KDE software on Windows",
"name": "kwindowsaddons",
@@ -4652,13 +4718,13 @@
"libstreamanalyzer": {
"description": "Strigi libstreamanalyzer",
"name": "libstreamanalyzer",
"project_path": "kdesupport/strigi/libstreamanalyzer",
"project_path": "unmaintained/libstreamanalyzer",
"repo_path": "unmaintained/libstreamanalyzer"
},
"libstreams": {
"description": "Strigi libstreams",
"name": "libstreams",
"project_path": "kdesupport/strigi/libstreams",
"project_path": "unmaintained/libstreams",
"repo_path": "unmaintained/libstreams"
},
"libtagaro": {
@@ -4913,6 +4979,12 @@
"project_path": "base/mauiman",
"repo_path": "maui/mauiman"
},
"mbition-wayland-protocols": {
"description": "Non-standard Wayland protocols authored by Mbition",
"name": "mbition-wayland-protocols",
"project_path": "automotive/mbition-wayland-protocols",
"repo_path": "automotive/mbition-wayland-protocols"
},
"mbox-importer": {
"description": "Wizard to assist with importing MBox email archives into Akonadi",
"name": "mbox-importer",
@@ -6368,8 +6440,8 @@
"spectacle": {
"description": "Screenshot capture utility",
"name": "spectacle",
"project_path": "kdegraphics/spectacle",
"repo_path": "graphics/spectacle"
"project_path": "kdeworkspace/spectacle",
"repo_path": "plasma/spectacle"
},
"sprinter": {
"description": "Multi-agent query parser and result generator",
@@ -6416,7 +6488,7 @@
"strigi": {
"description": "Strigi",
"name": "strigi",
"project_path": "kdesupport/strigi/strigi",
"project_path": "unmaintained/strigi",
"repo_path": "unmaintained/strigi"
},
"strigi-multimedia": {
@@ -6428,19 +6500,19 @@
"strigiclient": {
"description": "Strigi client",
"name": "strigiclient",
"project_path": "kdesupport/strigi/strigiclient",
"project_path": "unmaintained/strigiclient",
"repo_path": "unmaintained/strigiclient"
},
"strigidaemon": {
"description": "Strigi daemon",
"name": "strigidaemon",
"project_path": "kdesupport/strigi/strigidaemon",
"project_path": "unmaintained/strigidaemon",
"repo_path": "unmaintained/strigidaemon"
},
"strigiutils": {
"description": "Strigi utilities",
"name": "strigiutils",
"project_path": "kdesupport/strigi/strigiutils",
"project_path": "unmaintained/strigiutils",
"repo_path": "unmaintained/strigiutils"
},
"subtitlecomposer": {
@@ -7685,6 +7757,12 @@
"project_path": "websites/kube-kde-org",
"repo_path": "websites/kube-kde-org"
},
"websites-l10n-kde-org": {
"description": "Main localization and internalization portal - l10n.kde.org",
"name": "websites-l10n-kde-org",
"project_path": "websites/l10n-kde-org",
"repo_path": "websites/l10n-kde-org"
},
"websites-lakademy-kde-org": {
"description": "Website for LaKademy - lakademy.kde.org",
"name": "websites-lakademy-kde-org",
File diff suppressed because it is too large Load Diff
@@ -2,6 +2,7 @@
mkKdeDerivation,
qtdeclarative,
kirigami,
knotifications,
}:
mkKdeDerivation {
pname = "polkit-kde-agent-1";
@@ -9,5 +10,6 @@ mkKdeDerivation {
extraBuildInputs = [
qtdeclarative
kirigami
knotifications
];
}