kdePackages: Gear 25.12.3 -> 26.04 (#505357)

This commit is contained in:
K900
2026-04-16 11:47:22 +00:00
committed by GitHub
18 changed files with 967 additions and 840 deletions
-4
View File
@@ -1,17 +1,13 @@
{
mkKdeDerivation,
qtdeclarative,
kcmutils,
kdeclarative,
prison,
}:
mkKdeDerivation {
pname = "purpose";
extraBuildInputs = [ qtdeclarative ];
extraPropagatedBuildInputs = [
kcmutils
kdeclarative
prison
];
}
+1 -4
View File
@@ -16,7 +16,7 @@ mkKdeDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version;
src = sources.${pname};
hash = "sha256-aGpmkuw7Y0PRFp0+0ozv5/A80O2T9lMN9SJfKfExx/o=";
hash = "sha256-XbFbS8zNcrj8T2Av67f9JFAgheso9WW6flr3FabhL4I=";
};
extraNativeBuildInputs = [
@@ -31,7 +31,4 @@ mkKdeDerivation rec {
corrosion
qcoro
];
# FIXME: work around Qt 6.10 cmake API changes
cmakeFlags = [ "-DQT_FIND_PRIVATE_MODULES=1" ];
}
-3
View File
@@ -1,7 +1,6 @@
{
lib,
mkKdeDerivation,
libkcompactdisc,
cdparanoia,
flac,
libogg,
@@ -21,8 +20,6 @@ mkKdeDerivation {
];
extraBuildInputs = [
libkcompactdisc
cdparanoia
flac
libogg
+3 -1
View File
@@ -198,7 +198,6 @@
kwordquiz = callPackage ./kwordquiz { };
libgravatar = callPackage ./libgravatar { };
libkcddb = callPackage ./libkcddb { };
libkcompactdisc = callPackage ./libkcompactdisc { };
libkdcraw = callPackage ./libkdcraw { };
libkdegames = callPackage ./libkdegames { };
libkdepim = callPackage ./libkdepim { };
@@ -232,6 +231,9 @@
pim-data-exporter = callPackage ./pim-data-exporter { };
pim-sieve-editor = callPackage ./pim-sieve-editor { };
pimcommon = callPackage ./pimcommon { };
plasma-camera = callPackage ./plasma-camera { };
plasma-phonebook = callPackage ./plasma-phonebook { };
plasma-settings = callPackage ./plasma-settings { };
plasmatube = callPackage ./plasmatube { };
poxml = callPackage ./poxml { };
qmlkonsole = callPackage ./qmlkonsole { };
+4
View File
@@ -9,6 +9,8 @@
pkg-config,
wayland,
wayland-protocols,
libei,
libevdev,
libfakekey,
}:
mkKdeDerivation {
@@ -32,6 +34,8 @@ mkKdeDerivation {
qtmultimedia
wayland
wayland-protocols
libei
libevdev
libfakekey
];
@@ -1,7 +1,5 @@
diff --git a/samba/filepropertiesplugin/authhelper.cpp b/samba/filepropertiesplugin/authhelper.cpp
index b45b25f..b71554f 100644
--- a/samba/filepropertiesplugin/authhelper.cpp
+++ b/samba/filepropertiesplugin/authhelper.cpp
--- a/samba/filepropertiesplugin/kauth/authhelper.cpp
+++ b/samba/filepropertiesplugin/kauth/authhelper.cpp
@@ -50,7 +50,7 @@ ActionReply AuthHelper::isuserknown(const QVariantMap &args)
}
@@ -29,8 +27,6 @@ index b45b25f..b71554f 100644
p.setArguments({QStringLiteral("--append"), QStringLiteral("--groups"), group, user.value()});
#else
#error "Platform lacks group management support. Please add support."
diff --git a/samba/filepropertiesplugin/groupmanager.cpp b/samba/filepropertiesplugin/groupmanager.cpp
index 948f428..f25e549 100644
--- a/samba/filepropertiesplugin/groupmanager.cpp
+++ b/samba/filepropertiesplugin/groupmanager.cpp
@@ -18,7 +18,7 @@ GroupManager::GroupManager(QObject *parent)
@@ -42,8 +38,6 @@ index 948f428..f25e549 100644
proc->setArguments({QStringLiteral("--debuglevel=0"),
QStringLiteral("--suppress-prompt"),
QStringLiteral("--verbose"),
diff --git a/samba/filepropertiesplugin/usermanager.cpp b/samba/filepropertiesplugin/usermanager.cpp
index 3be3b8c..66fd965 100644
--- a/samba/filepropertiesplugin/usermanager.cpp
+++ b/samba/filepropertiesplugin/usermanager.cpp
@@ -134,7 +134,7 @@ bool UserManager::canManageSamba() const
+1 -1
View File
@@ -19,7 +19,7 @@ mkKdeDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version cargoRoot;
src = sources.${pname};
hash = "sha256-66FqoD3JoPbtg6zc32uaPYaTo4zHxywiN8wPI2jtcjc=";
hash = "sha256-t62ThhOFWIqk+tgq+0ERSni2at+c1/9VHG88if6xG7A=";
};
extraNativeBuildInputs = [
+2
View File
@@ -4,6 +4,7 @@
qtdeclarative,
qgpgme,
kirigami,
kirigami-addons,
qtwebengine,
}:
mkKdeDerivation {
@@ -17,6 +18,7 @@ mkKdeDerivation {
extraPropagatedBuildInputs = [
kirigami
kirigami-addons
qtwebengine
];
}
+4
View File
@@ -1,15 +1,19 @@
{
mkKdeDerivation,
pkg-config,
qtdeclarative,
qtsvg,
kirigami,
fluidsynth,
}:
mkKdeDerivation {
pname = "minuet";
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
qtdeclarative
qtsvg
kirigami
fluidsynth
];
meta.mainProgram = "minuet";
+21
View File
@@ -0,0 +1,21 @@
{
mkKdeDerivation,
pkg-config,
qtmultimedia,
qtsensors,
exiv2,
libcamera,
}:
mkKdeDerivation {
pname = "plasma-camera";
extraNativeBuildInputs = [ pkg-config ];
extraBuildInputs = [
qtmultimedia
qtsensors
exiv2
libcamera
];
}
@@ -0,0 +1,4 @@
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "plasma-phonebook";
}
@@ -0,0 +1,4 @@
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "plasma-settings";
}
+35 -26
View File
@@ -735,7 +735,16 @@
],
"drawy": [
"extra-cmake-modules",
"kcrash"
"kconfig",
"kconfigwidgets",
"kcoreaddons",
"kcrash",
"kdoctools",
"ki18n",
"kiconthemes",
"kwidgetsaddons",
"kxmlgui",
"syntax-highlighting"
],
"drkonqi": [
"extra-cmake-modules",
@@ -1388,6 +1397,14 @@
"kirigami",
"kirigami-addons"
],
"karton": [
"extra-cmake-modules",
"kcoreaddons",
"ki18n",
"kiconthemes",
"kirigami",
"qqc2-desktop-style"
],
"kasts": [
"extra-cmake-modules",
"kcolorscheme",
@@ -3685,10 +3702,10 @@
"knotifications",
"knotifyconfig",
"kstatusnotifieritem",
"kwallet",
"kwidgetsaddons",
"kwindowsystem",
"kxmlgui"
"kxmlgui",
"qtkeychain"
],
"krdp": [
"extra-cmake-modules",
@@ -3988,9 +4005,6 @@
"kwallet",
"kwidgetsaddons"
],
"kst-plot": [
"extra-cmake-modules"
],
"kstars": [
"breeze-icons",
"extra-cmake-modules",
@@ -4177,7 +4191,6 @@
"ktextwidgets",
"kxmlgui",
"libktorrent",
"phonon",
"syndication"
],
"ktouch": [
@@ -4260,6 +4273,7 @@
"extra-cmake-modules",
"kcmutils",
"kcoreaddons",
"kcrash",
"ki18n",
"kservice",
"solid"
@@ -4401,6 +4415,7 @@
"kxmlgui",
"libplasma",
"libqaccessibilityclient",
"milou",
"plasma-activities",
"plasma-wayland-protocols",
"wayland",
@@ -4811,10 +4826,11 @@
"kcoreaddons",
"kcrash",
"ki18n",
"kiconthemes",
"kirigami",
"kirigami-addons",
"kmime",
"kxmlgui"
"knotifications"
],
"massif-visualizer": [
"extra-cmake-modules",
@@ -4968,6 +4984,7 @@
"mimetreeparser": [
"extra-cmake-modules",
"kcalendarcore",
"kio",
"kirigami",
"kmbox",
"kmime",
@@ -4979,7 +4996,9 @@
"kcoreaddons",
"kcrash",
"kdoctools",
"ki18n"
"ki18n",
"kirigami",
"qqc2-desktop-style"
],
"modemmanager-qt": [
"extra-cmake-modules"
@@ -4995,6 +5014,7 @@
"kcoreaddons",
"kdbusaddons",
"ki18n",
"kiconthemes",
"kio",
"kirigami",
"kirigami-addons",
@@ -5002,7 +5022,6 @@
"knotifications",
"kquickcharts",
"kquickimageeditor",
"kstatusnotifieritem",
"kunifiedpush",
"kwindowsystem",
"libquotient",
@@ -5762,7 +5781,6 @@
"knewstuff",
"knighttime",
"knotifications",
"knotifyconfig",
"kpackage",
"kparts",
"kquickcharts",
@@ -5786,12 +5804,10 @@
"libplasma",
"milou",
"packagekit-qt",
"phonon",
"plasma-activities",
"plasma-activities-stats",
"plasma-nano",
"plasma-wayland-protocols",
"plasma5support",
"polkit-qt-1",
"prison",
"qcoro",
@@ -5910,6 +5926,7 @@
"ki18n",
"kio",
"kirigami",
"kirigami-addons",
"knotifications",
"kwidgetsaddons",
"kwindowsystem",
@@ -5937,13 +5954,15 @@
],
"purpose": [
"extra-cmake-modules",
"kcmutils",
"kconfig",
"kcoreaddons",
"ki18n",
"kio",
"kirigami",
"kitemmodels",
"kservice"
"kservice",
"prison"
],
"pvfviewer": [
"extra-cmake-modules",
@@ -6001,9 +6020,6 @@
"kirigami"
],
"raven": [
"akonadi",
"akonadi-contacts",
"akonadi-mime",
"extra-cmake-modules",
"kcmutils",
"kconfig",
@@ -6013,14 +6029,7 @@
"kio",
"kirigami",
"kirigami-addons",
"kitemmodels",
"kldap",
"kmailtransport",
"kmime",
"libkdepim",
"mailcommon",
"messagelib",
"pimcommon"
"kitemmodels"
],
"rkward": [
"extra-cmake-modules",
@@ -6601,5 +6610,5 @@
"kwindowsystem"
]
},
"version": "eb343e85"
"version": "a9cc2f9b"
}
+68 -37
View File
@@ -32,14 +32,14 @@
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"akonadi-calendar-tools": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0"
],
"akonadi-contacts": [
"BSD-3-Clause",
@@ -97,8 +97,8 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"alligator": [
"BSD-2-Clause",
@@ -146,6 +146,7 @@
],
"ark": [
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-3.0-only",
@@ -182,7 +183,10 @@
"audiocd-kio": [
"BSD-3-Clause",
"CC0-1.0",
"LGPL-3.0-or-later"
"GPL-2.0-only",
"GPL-3.0-only",
"LGPL-3.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
],
"audiotube": [
"BSD-2-Clause",
@@ -308,8 +312,8 @@
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"calindori": [
"BSD-2-Clause",
@@ -340,10 +344,7 @@
"cantor": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL"
"GPL-2.0-or-later"
],
"colord-kde": [
"CC0-1.0",
@@ -420,8 +421,8 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"extra-cmake-modules": [
"BSD-2-Clause",
@@ -446,6 +447,7 @@
"LGPL-2.0-or-later"
],
"filelight": [
"BSD-2-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-3.0-only",
@@ -521,8 +523,8 @@
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"isoimagewriter": [
"CC0-1.0",
@@ -573,8 +575,8 @@
"GPL-2.0-only",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"kajongg": [
"CC0-1.0",
@@ -802,6 +804,7 @@
"kconfig": [
"BSD-2-Clause",
"BSD-3-Clause",
"CC-BY-SA-4.0",
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-only",
@@ -918,6 +921,7 @@
],
"kdeconnect-kde": [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
@@ -1000,7 +1004,6 @@
"Qt-Commercial-exception-1.0"
],
"kdepim-runtime": [
"AGPL-3.0-or-later",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
@@ -1012,7 +1015,6 @@
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
],
@@ -1214,7 +1216,8 @@
"LGPL-2.1-only",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
"LicenseRef-KDE-Accepted-LGPL",
"LicenseRef-Qt-Commercial"
],
"khangman": [
"BSD-2-Clause",
@@ -1239,9 +1242,7 @@
"kholidays": [
"BSD-2-Clause",
"BSD-3-Clause",
"Bison-exception-2.2",
"CC0-1.0",
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-3.0-only",
@@ -1523,8 +1524,8 @@
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"kmail-account-wizard": [
"BSD-3-Clause",
@@ -1724,8 +1725,8 @@
"GPL-2.0-or-later",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"kontactinterface": [
"BSD-3-Clause",
@@ -1768,8 +1769,8 @@
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-LGPL",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"kosmindoormap": [
"BSD-2-Clause",
@@ -2271,12 +2272,11 @@
"libkcddb": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"LGPL-2.0-or-later"
],
"libkcompactdisc": [
"BSD-3-Clause",
"CC0-1.0"
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
],
"libkdcraw": [
"BSD-3-Clause",
@@ -2295,8 +2295,8 @@
"CC0-1.0",
"GPL-2.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"libkeduvocdocument": [
"BSD-1-Clause",
@@ -2369,6 +2369,7 @@
"LicenseRef-KDE-Accepted-LGPL"
],
"libktorrent": [
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-or-later",
@@ -2488,7 +2489,8 @@
"LGPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL",
"Qt-Commercial-exception-1.0"
"LicenseRef-Qt-Commercial-exception-1.0",
"MIT"
],
"milou": [
"CC0-1.0",
@@ -2670,6 +2672,16 @@
"LicenseRef-KDE-Accepted-GPL",
"MIT"
],
"plasma-camera": [
"BSD-3-Clause",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-only",
"GPL-3.0-or-later",
"LGPL-2.1-or-later",
"LGPL-3.0-only"
],
"plasma-desktop": [
"BSD-2-Clause",
"BSD-3-Clause",
@@ -2806,6 +2818,14 @@
"LicenseRef-KDE-Accepted-GPL",
"LicenseRef-KDE-Accepted-LGPL"
],
"plasma-phonebook": [
"CC0-1.0",
"GPL-2.0-only",
"GPL-3.0-only",
"GPL-3.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
],
"plasma-sdk": [
"BSD-2-Clause",
"CC0-1.0",
@@ -2814,6 +2834,15 @@
"LGPL-2.0-only",
"LGPL-2.0-or-later"
],
"plasma-settings": [
"BSD-2-Clause",
"CC-BY-4.0",
"CC0-1.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-3.0-only",
"LicenseRef-KDE-Accepted-GPL"
],
"plasma-setup": [
"BSD-2-Clause",
"CC0-1.0",
@@ -2901,6 +2930,7 @@
"GPL-3.0-or-later",
"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"
@@ -3176,6 +3206,7 @@
"CC0-1.0",
"GPL-2.0-only",
"GPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-KDE-Accepted-GPL"
],
"zanshin": [
+53 -5
View File
@@ -407,6 +407,12 @@
"project_path": "base/aurorae",
"repo_path": "plasma/aurorae"
},
"auto-chmod": {
"description": "Replaces the cryptic \"permission denied\" error when running a non-executable file with a prompt asking if you want to make it executable and run it.",
"name": "auto-chmod",
"project_path": "system/auto-chmod",
"repo_path": "system/auto-chmod"
},
"automoc": {
"description": "Automoc",
"name": "automoc",
@@ -948,7 +954,7 @@
"repo_path": "multimedia/dragon"
},
"drawy": {
"description": "Your handy, infinite, brainstorming tool!",
"description": "Your handy, infinite brainstorming tool!",
"name": "drawy",
"project_path": "graphics/drawy",
"repo_path": "graphics/drawy"
@@ -1169,11 +1175,11 @@
"project_path": "third-party/gpgme",
"repo_path": null
},
"gpgmepp": {
"gpgmepp-legacy": {
"description": "GPGME++ Library",
"name": "gpgmepp",
"project_path": "unmaintained/gpgmepp",
"repo_path": "unmaintained/gpgmepp"
"name": "gpgmepp-legacy",
"project_path": "unmaintained/gpgmepp-legacy",
"repo_path": "unmaintained/gpgmepp-legacy"
},
"granatier": {
"description": "Granatier is a clone of the classic Bomberman game",
@@ -1475,6 +1481,12 @@
"project_path": "kdesdk/kapptemplate",
"repo_path": "sdk/kapptemplate"
},
"kapsule": {
"description": "Incus-based container management with native KDE/Plasma integration",
"name": "kapsule",
"project_path": "kde-linux/kapsule",
"repo_path": "kde-linux/kapsule"
},
"karchive": {
"description": "Qt addon providing access to numerous types of archives",
"name": "karchive",
@@ -1499,6 +1511,12 @@
"project_path": "edu/kartesio",
"repo_path": "education/kartesio"
},
"karton": {
"description": "Libvirt-based Virtual Machine Manager for KDE.",
"name": "karton",
"project_path": "system/karton",
"repo_path": "system/karton"
},
"kasts": {
"description": "Kirigami-based podcast player",
"name": "kasts",
@@ -2471,6 +2489,12 @@
"project_path": "libs/kdocumentstore",
"repo_path": "libraries/kdocumentstore"
},
"kdominate": {
"description": "KDominate is a tactical game for one or two players, where players place and convert tiles with the goal of controlling the majority of the board.",
"name": "kdominate",
"project_path": "games/kdominate",
"repo_path": "games/kdominate"
},
"kdots": {
"description": "Game to catch your opponent's dots by placing your dots on the game board where the lines cross",
"name": "kdots",
@@ -2879,6 +2903,12 @@
"project_path": "kdesdk/kirigami-gallery",
"repo_path": "sdk/kirigami-gallery"
},
"kirigami-workbench": {
"description": "Kirigami Workbench is designed for learning and prototyping with QML and Kirigami, whether you're experimenting for the first time or developing and testing a user interface",
"name": "kirigami-workbench",
"project_path": "sdk/kirigami-workbench",
"repo_path": "sdk/kirigami-workbench"
},
"kiriki": {
"description": "Kiriki is an addictive and fun dice game",
"name": "kiriki",
@@ -2921,6 +2951,12 @@
"project_path": "pim/kitinerary-workbench",
"repo_path": "pim/kitinerary-workbench"
},
"kjar": {
"description": "OpenJDK SDK as a runnable Flatpak with a Kirigami interface",
"name": "kjar",
"project_path": "system/kjar",
"repo_path": "system/kjar"
},
"kjobwidgets": {
"description": "KJobWidgets",
"name": "kjobwidgets",
@@ -5405,6 +5441,12 @@
"project_path": "unmaintained/oxygen-transparent",
"repo_path": "unmaintained/oxygen-transparent"
},
"package-compatibility-helper": {
"description": "Provides support for running or finding alternatives to certain application package types on Linux",
"name": "package-compatibility-helper",
"project_path": "kde-linux/package-compatibility-helper",
"repo_path": "kde-linux/package-compatibility-helper"
},
"packagekit-qt": {
"description": null,
"name": "packagekit-qt",
@@ -7847,6 +7889,12 @@
"project_path": "websites/l10n-kde-org",
"repo_path": "websites/l10n-kde-org"
},
"websites-labplot-org": {
"description": "Website for Labplot - labplot.org",
"name": "websites-labplot-org",
"project_path": "websites/labplot-org",
"repo_path": "websites/labplot-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
View File
@@ -5,6 +5,7 @@
qtdeclarative,
qtsvg,
qtwayland,
kxmlgui,
}:
mkKdeDerivation rec {
pname = "marknote";
@@ -19,6 +20,7 @@ mkKdeDerivation rec {
qtdeclarative
qtsvg
qtwayland
kxmlgui
];
meta.license = [ lib.licenses.gpl2Plus ];
+4 -2
View File
@@ -15,13 +15,14 @@
qtlocation,
qtpositioning,
qtsvg,
qttools,
qtvirtualkeyboard,
qtwayland,
plasma5support,
qqc2-breeze-style,
libcanberra,
libqalculate,
pipewire,
qttools,
qqc2-breeze-style,
gpsd,
}:
mkKdeDerivation {
@@ -69,6 +70,7 @@ mkKdeDerivation {
qtsvg
qtwayland
plasma5support
qqc2-breeze-style
libcanberra