mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
kdePackages: Gear 24.08 -> 24.12
This commit is contained in:
parent
be844bb3bb
commit
bf019896f7
@ -26,6 +26,7 @@ OK_MISSING_BY_PACKAGE = {
|
|||||||
"Python3", # only used for license checks
|
"Python3", # only used for license checks
|
||||||
},
|
},
|
||||||
"discover": {
|
"discover": {
|
||||||
|
"ApkQt", # we don't have APK (duh)
|
||||||
"rpm-ostree-1", # we don't have rpm-ostree (duh)
|
"rpm-ostree-1", # we don't have rpm-ostree (duh)
|
||||||
"Snapd", # we don't have snaps and probably never will
|
"Snapd", # we don't have snaps and probably never will
|
||||||
"packagekitqt6", # intentionally disabled
|
"packagekitqt6", # intentionally disabled
|
||||||
|
@ -68,7 +68,6 @@ let
|
|||||||
selenium-webdriver-at-spi = null; # Used for integration tests that we don't run, stub
|
selenium-webdriver-at-spi = null; # Used for integration tests that we don't run, stub
|
||||||
|
|
||||||
alpaka = self.callPackage ./misc/alpaka { };
|
alpaka = self.callPackage ./misc/alpaka { };
|
||||||
calligra = self.callPackage ./misc/calligra { };
|
|
||||||
kdiagram = self.callPackage ./misc/kdiagram { };
|
kdiagram = self.callPackage ./misc/kdiagram { };
|
||||||
kdevelop-pg-qt = self.callPackage ./misc/kdevelop-pg-qt { };
|
kdevelop-pg-qt = self.callPackage ./misc/kdevelop-pg-qt { };
|
||||||
kdsoap-ws-discovery-client = self.callPackage ./misc/kdsoap-ws-discovery-client { };
|
kdsoap-ws-discovery-client = self.callPackage ./misc/kdsoap-ws-discovery-client { };
|
||||||
@ -77,7 +76,6 @@ let
|
|||||||
kio-fuse = self.callPackage ./misc/kio-fuse { };
|
kio-fuse = self.callPackage ./misc/kio-fuse { };
|
||||||
klevernotes = self.callPackage ./misc/klevernotes { };
|
klevernotes = self.callPackage ./misc/klevernotes { };
|
||||||
ktextaddons = self.callPackage ./misc/ktextaddons { };
|
ktextaddons = self.callPackage ./misc/ktextaddons { };
|
||||||
kunifiedpush = self.callPackage ./misc/kunifiedpush { };
|
|
||||||
kup = self.callPackage ./misc/kup { };
|
kup = self.callPackage ./misc/kup { };
|
||||||
marknote = self.callPackage ./misc/marknote { };
|
marknote = self.callPackage ./misc/marknote { };
|
||||||
mpvqt = self.callPackage ./misc/mpvqt { };
|
mpvqt = self.callPackage ./misc/mpvqt { };
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
{ mkKdeDerivation }:
|
|
||||||
mkKdeDerivation {
|
|
||||||
pname = "akonadi-notes";
|
|
||||||
}
|
|
@ -7,7 +7,7 @@
|
|||||||
cargo,
|
cargo,
|
||||||
rustc,
|
rustc,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-9cwNQSw0ueWyyL/qgWXXqIRsi4Lk/DX48CIbvQFNgP8=",
|
cargoHash ? "sha256-0lGK71Xk2p/mtOKnoyCtLzvjZKdVFNTz8eP/xg1RBC0=",
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
pname = "akonadi-search";
|
pname = "akonadi-search";
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
cargo,
|
cargo,
|
||||||
rustc,
|
rustc,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-gE3wrRI8TaiA6LNqyrpEuw8ALnprGjzWQduCckG1Eo0=",
|
cargoHash ? "sha256-xF0tqJ//BacdfyCYvCuhg7bEjQh/RadBrRDfSVGdGXE=",
|
||||||
qcoro,
|
qcoro,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
|
||||||
boost,
|
boost,
|
||||||
eigen,
|
eigen,
|
||||||
|
gsl,
|
||||||
imath,
|
imath,
|
||||||
libetonyek,
|
libetonyek,
|
||||||
libgit2,
|
libgit2,
|
||||||
@ -19,20 +19,17 @@
|
|||||||
poppler,
|
poppler,
|
||||||
qtkeychain,
|
qtkeychain,
|
||||||
qtsvg,
|
qtsvg,
|
||||||
|
qtwebengine,
|
||||||
|
shared-mime-info,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation {
|
||||||
pname = "calligra";
|
pname = "calligra";
|
||||||
version = "4.0.1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://kde/stable/calligra/calligra-${version}.tar.xz";
|
|
||||||
hash = "sha256-1AH15z9PG9wLNUjqGlCwrBd4we3jCmozWUTtf72I2V8=";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
boost
|
boost
|
||||||
eigen
|
eigen
|
||||||
|
gsl
|
||||||
imath
|
imath
|
||||||
libetonyek
|
libetonyek
|
||||||
libgit2
|
libgit2
|
||||||
@ -46,11 +43,13 @@ mkKdeDerivation rec {
|
|||||||
poppler
|
poppler
|
||||||
qtkeychain
|
qtkeychain
|
||||||
qtsvg
|
qtsvg
|
||||||
|
qtwebengine
|
||||||
];
|
];
|
||||||
|
|
||||||
extraNativeBuildInputs = [
|
extraNativeBuildInputs = [
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
shared-mime-info
|
||||||
];
|
];
|
||||||
|
|
||||||
# Recommended by the upstream packaging instructions. RELEASE_BUILD disables
|
# Recommended by the upstream packaging instructions. RELEASE_BUILD disables
|
||||||
@ -67,10 +66,6 @@ mkKdeDerivation rec {
|
|||||||
zraexy
|
zraexy
|
||||||
sigmasquadron
|
sigmasquadron
|
||||||
];
|
];
|
||||||
license = with lib.licenses; [
|
|
||||||
gpl2
|
|
||||||
lgpl2
|
|
||||||
];
|
|
||||||
mainProgram = "calligralauncher";
|
mainProgram = "calligralauncher";
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -1,11 +1,34 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
|
|
||||||
|
pkg-config,
|
||||||
shared-mime-info,
|
shared-mime-info,
|
||||||
|
|
||||||
|
qtsvg,
|
||||||
|
qttools,
|
||||||
|
qtwebengine,
|
||||||
|
|
||||||
|
libqalculate,
|
||||||
|
libspectre,
|
||||||
|
luajit,
|
||||||
|
poppler,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "cantor";
|
pname = "cantor";
|
||||||
|
|
||||||
extraNativeBuildInputs = [ shared-mime-info ];
|
extraNativeBuildInputs = [
|
||||||
# FIXME(qt5)
|
pkg-config
|
||||||
meta.broken = true;
|
shared-mime-info
|
||||||
|
];
|
||||||
|
extraBuildInputs = [
|
||||||
|
qtsvg
|
||||||
|
qttools
|
||||||
|
qtwebengine
|
||||||
|
|
||||||
|
libqalculate
|
||||||
|
libspectre
|
||||||
|
luajit
|
||||||
|
poppler
|
||||||
|
# FIXME: can't find R, Julia - if anyone needs this, feel free to investigate
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
akonadi-contacts = callPackage ./akonadi-contacts { };
|
akonadi-contacts = callPackage ./akonadi-contacts { };
|
||||||
akonadi-import-wizard = callPackage ./akonadi-import-wizard { };
|
akonadi-import-wizard = callPackage ./akonadi-import-wizard { };
|
||||||
akonadi-mime = callPackage ./akonadi-mime { };
|
akonadi-mime = callPackage ./akonadi-mime { };
|
||||||
akonadi-notes = callPackage ./akonadi-notes { };
|
|
||||||
akonadi-search = callPackage ./akonadi-search { };
|
akonadi-search = callPackage ./akonadi-search { };
|
||||||
akonadiconsole = callPackage ./akonadiconsole { };
|
akonadiconsole = callPackage ./akonadiconsole { };
|
||||||
akregator = callPackage ./akregator { };
|
akregator = callPackage ./akregator { };
|
||||||
@ -26,6 +25,7 @@
|
|||||||
bovo = callPackage ./bovo { };
|
bovo = callPackage ./bovo { };
|
||||||
calendarsupport = callPackage ./calendarsupport { };
|
calendarsupport = callPackage ./calendarsupport { };
|
||||||
calindori = callPackage ./calindori { };
|
calindori = callPackage ./calindori { };
|
||||||
|
calligra = callPackage ./calligra { };
|
||||||
cantor = callPackage ./cantor { };
|
cantor = callPackage ./cantor { };
|
||||||
cervisia = callPackage ./cervisia { };
|
cervisia = callPackage ./cervisia { };
|
||||||
colord-kde = callPackage ./colord-kde { };
|
colord-kde = callPackage ./colord-kde { };
|
||||||
@ -192,6 +192,7 @@
|
|||||||
ktuberling = callPackage ./ktuberling { };
|
ktuberling = callPackage ./ktuberling { };
|
||||||
kturtle = callPackage ./kturtle { };
|
kturtle = callPackage ./kturtle { };
|
||||||
kubrick = callPackage ./kubrick { };
|
kubrick = callPackage ./kubrick { };
|
||||||
|
kunifiedpush = callPackage ./kunifiedpush { };
|
||||||
kwalletmanager = callPackage ./kwalletmanager { };
|
kwalletmanager = callPackage ./kwalletmanager { };
|
||||||
kwave = callPackage ./kwave { };
|
kwave = callPackage ./kwave { };
|
||||||
kweather = callPackage ./kweather { };
|
kweather = callPackage ./kweather { };
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index 55ae3280..cac86220 100644
|
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -85,8 +85,8 @@ ecm_find_qmlmodule(QtPositioning 6.0)
|
@@ -80,8 +80,8 @@ ecm_find_qmlmodule(QtPositioning 6.0)
|
||||||
ecm_find_qmlmodule(org.kde.kitemmodels 5.245)
|
ecm_find_qmlmodule(org.kde.kitemmodels ${KF_MIN_VERSION})
|
||||||
ecm_find_qmlmodule(org.kde.prison 5.245)
|
ecm_find_qmlmodule(org.kde.prison ${KF_MIN_VERSION})
|
||||||
ecm_find_qmlmodule(org.kde.prison.scanner 5.245)
|
ecm_find_qmlmodule(org.kde.prison.scanner ${KF_MIN_VERSION})
|
||||||
-ecm_find_qmlmodule(org.kde.kosmindoormap 24.02 REQUIRED)
|
-ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION} REQUIRED)
|
||||||
-ecm_find_qmlmodule(org.kde.kopeninghours 24.02 REQUIRED)
|
-ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION} REQUIRED)
|
||||||
+ecm_find_qmlmodule(org.kde.kosmindoormap 24.02)
|
+ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION})
|
||||||
+ecm_find_qmlmodule(org.kde.kopeninghours 24.02)
|
+ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION})
|
||||||
|
|
||||||
# runtime dependencies are build-time dependencies on Android
|
# runtime dependencies are build-time dependencies on Android
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
qtdeclarative,
|
qtdeclarative,
|
||||||
kirigami-addons,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
bison,
|
bison,
|
||||||
flex,
|
flex,
|
||||||
@ -19,7 +18,6 @@ mkKdeDerivation {
|
|||||||
];
|
];
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
kirigami-addons
|
|
||||||
gmp
|
gmp
|
||||||
mpfr
|
mpfr
|
||||||
libqalculate
|
libqalculate
|
||||||
|
@ -16,8 +16,7 @@ mkKdeDerivation {
|
|||||||
usermod = lib.getExe' shadow "usermod";
|
usermod = lib.getExe' shadow "usermod";
|
||||||
})
|
})
|
||||||
|
|
||||||
# Provide a better looking and more NixOS specific Samba hint
|
# Provide a more NixOS specific Samba hint
|
||||||
# Proposed upstream: https://invent.kde.org/network/kdenetwork-filesharing/-/merge_requests/56
|
|
||||||
./samba-hint.patch
|
./samba-hint.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,34 +1,11 @@
|
|||||||
diff --git a/samba/filepropertiesplugin/qml/MissingSambaPage.qml b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
|
|
||||||
index 327c4a7..9e2eba7 100644
|
|
||||||
--- a/samba/filepropertiesplugin/qml/MissingSambaPage.qml
|
--- a/samba/filepropertiesplugin/qml/MissingSambaPage.qml
|
||||||
+++ b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
|
+++ b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
|
||||||
@@ -6,20 +6,17 @@
|
@@ -16,7 +16,7 @@ Item {
|
||||||
import QtQuick 2.12
|
|
||||||
import QtQuick.Controls 2.5 as QQC2
|
icon.name: "dialog-error"
|
||||||
import QtQuick.Layouts 1.14
|
|
||||||
-import org.kde.kirigami 2.4 as Kirigami
|
|
||||||
-import org.kde.filesharing.samba 1.0 as Samba
|
|
||||||
+import org.kde.kirigami as Kirigami
|
|
||||||
|
|
||||||
// When built without packagekit we cannot do auto-installation.
|
|
||||||
-ColumnLayout {
|
|
||||||
- QQC2.Label {
|
|
||||||
- Layout.alignment: Qt.AlignHCenter
|
|
||||||
- Layout.fillWidth: true
|
|
||||||
- text: xi18nc("@info", "The <application>Samba</application> file sharing service must be installed before folders can be shared.")
|
- text: xi18nc("@info", "The <application>Samba</application> file sharing service must be installed before folders can be shared.")
|
||||||
- explanation: i18n("Because this distro does not include PackageKit, we cannot show you a nice \"Install it\" button, and you will have to use your package manager to install the <command>samba</command> server package manually.")
|
- explanation: i18n("Because this distro does not include PackageKit, we cannot show you a nice \"Install it\" button, and you will have to use your package manager to install the <command>samba</command> server package manually.")
|
||||||
- wrapMode: Text.Wrap
|
|
||||||
- }
|
|
||||||
- Item {
|
|
||||||
- Layout.alignment: Qt.AlignHCenter
|
|
||||||
- Layout.fillHeight: true // space everything up
|
|
||||||
+Item {
|
|
||||||
+ Kirigami.PlaceholderMessage {
|
|
||||||
+ anchors.centerIn: parent
|
|
||||||
+ width: parent.width - (Kirigami.Units.largeSpacing * 4)
|
|
||||||
+
|
|
||||||
+ icon.name: "dialog-error"
|
|
||||||
+
|
|
||||||
+ text: xi18nc("@info", "File sharing service unavailable")
|
+ text: xi18nc("@info", "File sharing service unavailable")
|
||||||
+ explanation: i18n("Please enable the `services.samba.enable` and `services.samba.usershares.enable` options in your NixOS configuration.")
|
+ explanation: i18n("Please enable the `services.samba.enable` and `services.samba.usershares.enable` options in your NixOS configuration.")
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
corrosion,
|
corrosion,
|
||||||
alpaka,
|
alpaka,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-2t4i7lTJxVNjsU5eO6svadZBIerSyXt6BMScpEl119s=",
|
cargoHash ? "sha256-5RPNVw2oYbe4U1rweYArK8G/8XoTRpgbwq6OYkaZnZk=",
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
pname = "kdepim-addons";
|
pname = "kdepim-addons";
|
||||||
|
@ -1,6 +1,16 @@
|
|||||||
{ mkKdeDerivation }:
|
{
|
||||||
|
mkKdeDerivation,
|
||||||
|
|
||||||
|
alsa-lib,
|
||||||
|
libcanberra,
|
||||||
|
libpulseaudio,
|
||||||
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "kmix";
|
pname = "kmix";
|
||||||
# FIXME(qt5)
|
|
||||||
meta.broken = true;
|
extraBuildInputs = [
|
||||||
|
alsa-lib
|
||||||
|
libcanberra
|
||||||
|
libpulseaudio
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
qtpositioning,
|
qtpositioning,
|
||||||
qtsvg,
|
qtsvg,
|
||||||
exiv2,
|
exiv2,
|
||||||
kirigami-addons,
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# URLs snapshotted through
|
# URLs snapshotted through
|
||||||
@ -34,13 +33,16 @@ mkKdeDerivation {
|
|||||||
ln -s ${cities1000} src/cities1000.zip
|
ln -s ${cities1000} src/cities1000.zip
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
./optional-runtime-dependencies.patch
|
||||||
|
];
|
||||||
|
|
||||||
extraNativeBuildInputs = [ pkg-config ];
|
extraNativeBuildInputs = [ pkg-config ];
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtpositioning
|
qtpositioning
|
||||||
qtsvg
|
qtsvg
|
||||||
exiv2
|
exiv2
|
||||||
kirigami-addons
|
|
||||||
];
|
];
|
||||||
meta.mainProgram = "koko";
|
meta.mainProgram = "koko";
|
||||||
}
|
}
|
||||||
|
13
pkgs/kde/gear/koko/optional-runtime-dependencies.patch
Normal file
13
pkgs/kde/gear/koko/optional-runtime-dependencies.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -76,8 +76,8 @@ set_package_properties(KF6Kirigami PROPERTIES
|
||||||
|
TYPE RUNTIME
|
||||||
|
)
|
||||||
|
|
||||||
|
-ecm_find_qmlmodule(org.kde.kirigamiaddons.formcard REQUIRED)
|
||||||
|
-ecm_find_qmlmodule(org.kde.kirigamiaddons.delegates REQUIRED)
|
||||||
|
+ecm_find_qmlmodule(org.kde.kirigamiaddons.formcard)
|
||||||
|
+ecm_find_qmlmodule(org.kde.kirigamiaddons.delegates)
|
||||||
|
|
||||||
|
find_package(KF6KirigamiAddons)
|
||||||
|
set_package_properties(KF6KirigamiAddons PROPERTIES
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
shared-mime-info,
|
||||||
qtwayland,
|
qtwayland,
|
||||||
libssh,
|
libssh,
|
||||||
libvncserver,
|
libvncserver,
|
||||||
@ -9,7 +10,11 @@
|
|||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "krdc";
|
pname = "krdc";
|
||||||
|
|
||||||
extraNativeBuildInputs = [ pkg-config ];
|
extraNativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
shared-mime-info
|
||||||
|
];
|
||||||
|
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
qtwayland
|
qtwayland
|
||||||
libssh
|
libssh
|
||||||
|
17
pkgs/kde/gear/kunifiedpush/default.nix
Normal file
17
pkgs/kde/gear/kunifiedpush/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
mkKdeDerivation,
|
||||||
|
qtwebsockets,
|
||||||
|
kdeclarative,
|
||||||
|
kpackage,
|
||||||
|
}:
|
||||||
|
mkKdeDerivation {
|
||||||
|
pname = "kunifiedpush";
|
||||||
|
|
||||||
|
extraBuildInputs = [
|
||||||
|
qtwebsockets
|
||||||
|
kdeclarative
|
||||||
|
kpackage
|
||||||
|
];
|
||||||
|
|
||||||
|
meta.mainProgram = "kunifiedpush-distributor";
|
||||||
|
}
|
@ -1,6 +1,38 @@
|
|||||||
{ mkKdeDerivation }:
|
{
|
||||||
|
mkKdeDerivation,
|
||||||
|
pkg-config,
|
||||||
|
|
||||||
|
qtmultimedia,
|
||||||
|
|
||||||
|
alsa-lib,
|
||||||
|
audiofile,
|
||||||
|
fftw,
|
||||||
|
flac,
|
||||||
|
id3lib,
|
||||||
|
libogg,
|
||||||
|
libopus,
|
||||||
|
libmad,
|
||||||
|
libpulseaudio,
|
||||||
|
libsamplerate,
|
||||||
|
libvorbis,
|
||||||
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "kwave";
|
pname = "kwave";
|
||||||
# FIXME(qt5)
|
|
||||||
meta.broken = true;
|
extraNativeBuildInputs = [ pkg-config ];
|
||||||
|
extraBuildInputs = [
|
||||||
|
qtmultimedia
|
||||||
|
|
||||||
|
alsa-lib
|
||||||
|
audiofile
|
||||||
|
fftw
|
||||||
|
flac
|
||||||
|
id3lib
|
||||||
|
libogg
|
||||||
|
libopus
|
||||||
|
libmad
|
||||||
|
libpulseaudio
|
||||||
|
libsamplerate
|
||||||
|
libvorbis
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,45 @@
|
|||||||
{ mkKdeDerivation }:
|
{
|
||||||
|
mkKdeDerivation,
|
||||||
|
|
||||||
|
perl,
|
||||||
|
pkg-config,
|
||||||
|
shared-mime-info,
|
||||||
|
|
||||||
|
qtpositioning,
|
||||||
|
qtsvg,
|
||||||
|
qttools,
|
||||||
|
qtwebengine,
|
||||||
|
|
||||||
|
krunner,
|
||||||
|
libplasma,
|
||||||
|
phonon,
|
||||||
|
|
||||||
|
gpsd,
|
||||||
|
protobuf,
|
||||||
|
shapelib,
|
||||||
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "marble";
|
pname = "marble";
|
||||||
# FIXME(qt5)
|
|
||||||
meta.broken = true;
|
extraNativeBuildInputs = [
|
||||||
|
perl
|
||||||
|
pkg-config
|
||||||
|
shared-mime-info
|
||||||
|
];
|
||||||
|
|
||||||
|
extraBuildInputs = [
|
||||||
|
qtpositioning
|
||||||
|
qtsvg
|
||||||
|
qttools
|
||||||
|
qtwebengine
|
||||||
|
|
||||||
|
krunner
|
||||||
|
libplasma
|
||||||
|
phonon
|
||||||
|
|
||||||
|
gpsd
|
||||||
|
# FIXME: libwlocate
|
||||||
|
protobuf
|
||||||
|
shapelib
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
"kcontacts",
|
"kcontacts",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kidentitymanagement",
|
"kidentitymanagement",
|
||||||
"kmailtransport",
|
"kmailtransport",
|
||||||
@ -122,7 +123,8 @@
|
|||||||
"kuserfeedback",
|
"kuserfeedback",
|
||||||
"libkdepim",
|
"libkdepim",
|
||||||
"messagelib",
|
"messagelib",
|
||||||
"pimcommon"
|
"pimcommon",
|
||||||
|
"plasma-activities"
|
||||||
],
|
],
|
||||||
"alkimia": [
|
"alkimia": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -139,12 +141,12 @@
|
|||||||
],
|
],
|
||||||
"alligator": [
|
"alligator": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcolorscheme",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
"kirigami-addons",
|
"kirigami-addons",
|
||||||
"qqc2-desktop-style",
|
|
||||||
"syndication"
|
"syndication"
|
||||||
],
|
],
|
||||||
"alpaka": [
|
"alpaka": [
|
||||||
@ -453,7 +455,6 @@
|
|||||||
"calendarsupport": [
|
"calendarsupport": [
|
||||||
"akonadi",
|
"akonadi",
|
||||||
"akonadi-calendar",
|
"akonadi-calendar",
|
||||||
"akonadi-notes",
|
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
@ -528,6 +529,7 @@
|
|||||||
"threadweaver"
|
"threadweaver"
|
||||||
],
|
],
|
||||||
"cantor": [
|
"cantor": [
|
||||||
|
"analitza",
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"karchive",
|
"karchive",
|
||||||
"kcompletion",
|
"kcompletion",
|
||||||
@ -630,6 +632,7 @@
|
|||||||
"kidletime",
|
"kidletime",
|
||||||
"kio",
|
"kio",
|
||||||
"kirigami-addons",
|
"kirigami-addons",
|
||||||
|
"kitemmodels",
|
||||||
"knewstuff",
|
"knewstuff",
|
||||||
"knotifications",
|
"knotifications",
|
||||||
"kservice",
|
"kservice",
|
||||||
@ -764,7 +767,6 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
"kconfigwidgets",
|
|
||||||
"kdiagram",
|
"kdiagram",
|
||||||
"kmime",
|
"kmime",
|
||||||
"libkdepim"
|
"libkdepim"
|
||||||
@ -897,6 +899,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kglobalaccel",
|
"kglobalaccel",
|
||||||
@ -963,6 +966,7 @@
|
|||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
"kdiagram",
|
"kdiagram",
|
||||||
|
"kguiaddons",
|
||||||
"kidentitymanagement",
|
"kidentitymanagement",
|
||||||
"kldap",
|
"kldap",
|
||||||
"kmime",
|
"kmime",
|
||||||
@ -1111,7 +1115,19 @@
|
|||||||
"kontactinterface",
|
"kontactinterface",
|
||||||
"kuserfeedback",
|
"kuserfeedback",
|
||||||
"libkdepim",
|
"libkdepim",
|
||||||
"pimcommon"
|
"pimcommon",
|
||||||
|
"plasma-activities"
|
||||||
|
],
|
||||||
|
"kaffeine": [
|
||||||
|
"extra-cmake-modules",
|
||||||
|
"kcoreaddons",
|
||||||
|
"kdbusaddons",
|
||||||
|
"ki18n",
|
||||||
|
"kio",
|
||||||
|
"kwidgetsaddons",
|
||||||
|
"kwindowsystem",
|
||||||
|
"kxmlgui",
|
||||||
|
"solid"
|
||||||
],
|
],
|
||||||
"kaidan": [
|
"kaidan": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -1178,6 +1194,7 @@
|
|||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
|
"kirigami-addons",
|
||||||
"kunitconversion",
|
"kunitconversion",
|
||||||
"qqc2-desktop-style"
|
"qqc2-desktop-style"
|
||||||
],
|
],
|
||||||
@ -1206,6 +1223,7 @@
|
|||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
@ -1269,12 +1287,12 @@
|
|||||||
"kapptemplate": [
|
"kapptemplate": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"karchive",
|
"karchive",
|
||||||
"kcompletion",
|
|
||||||
"kconfigwidgets",
|
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio"
|
"kio",
|
||||||
|
"kirigami",
|
||||||
|
"kirigami-addons"
|
||||||
],
|
],
|
||||||
"karchive": [
|
"karchive": [
|
||||||
"extra-cmake-modules"
|
"extra-cmake-modules"
|
||||||
@ -1284,6 +1302,7 @@
|
|||||||
"kcolorscheme",
|
"kcolorscheme",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
"kirigami-addons",
|
"kirigami-addons",
|
||||||
@ -1303,7 +1322,6 @@
|
|||||||
"kiconthemes",
|
"kiconthemes",
|
||||||
"knewstuff",
|
"knewstuff",
|
||||||
"ktexteditor",
|
"ktexteditor",
|
||||||
"ktextwidgets",
|
|
||||||
"kuserfeedback",
|
"kuserfeedback",
|
||||||
"qtkeychain",
|
"qtkeychain",
|
||||||
"selenium-webdriver-at-spi"
|
"selenium-webdriver-at-spi"
|
||||||
@ -1441,6 +1459,7 @@
|
|||||||
],
|
],
|
||||||
"kcalc": [
|
"kcalc": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcolorscheme",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"kcrash",
|
"kcrash",
|
||||||
@ -1477,6 +1496,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
@ -1552,11 +1572,15 @@
|
|||||||
],
|
],
|
||||||
"kcron": [
|
"kcron": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kauth",
|
||||||
"kcmutils",
|
"kcmutils",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
|
"kcoreaddons",
|
||||||
|
"kdeclarative",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio"
|
"kio",
|
||||||
|
"kirigami-addons"
|
||||||
],
|
],
|
||||||
"kdav": [
|
"kdav": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -1646,6 +1670,7 @@
|
|||||||
"kcompletion",
|
"kcompletion",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kiconthemes",
|
"kiconthemes",
|
||||||
@ -1764,7 +1789,9 @@
|
|||||||
"kaddressbook",
|
"kaddressbook",
|
||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
|
"kcolorscheme",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
|
"kconfigwidgets",
|
||||||
"kcontacts",
|
"kcontacts",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdeclarative",
|
"kdeclarative",
|
||||||
@ -1791,6 +1818,7 @@
|
|||||||
"mailimporter",
|
"mailimporter",
|
||||||
"messagelib",
|
"messagelib",
|
||||||
"pimcommon",
|
"pimcommon",
|
||||||
|
"plasma-activities",
|
||||||
"prison"
|
"prison"
|
||||||
],
|
],
|
||||||
"kdepim-runtime": [
|
"kdepim-runtime": [
|
||||||
@ -1798,7 +1826,6 @@
|
|||||||
"akonadi-calendar",
|
"akonadi-calendar",
|
||||||
"akonadi-contacts",
|
"akonadi-contacts",
|
||||||
"akonadi-mime",
|
"akonadi-mime",
|
||||||
"akonadi-notes",
|
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcalutils",
|
"kcalutils",
|
||||||
@ -1819,9 +1846,9 @@
|
|||||||
"knotifications",
|
"knotifications",
|
||||||
"knotifyconfig",
|
"knotifyconfig",
|
||||||
"ktextaddons",
|
"ktextaddons",
|
||||||
"ktextwidgets",
|
|
||||||
"kwindowsystem",
|
"kwindowsystem",
|
||||||
"libkgapi",
|
"libkgapi",
|
||||||
|
"plasma-activities",
|
||||||
"qtkeychain"
|
"qtkeychain"
|
||||||
],
|
],
|
||||||
"kdeplasma-addons": [
|
"kdeplasma-addons": [
|
||||||
@ -2015,6 +2042,7 @@
|
|||||||
"kcmutils",
|
"kcmutils",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kio",
|
"kio",
|
||||||
"kjobwidgets",
|
"kjobwidgets",
|
||||||
@ -2080,6 +2108,7 @@
|
|||||||
"kcodecs",
|
"kcodecs",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kiconthemes",
|
"kiconthemes",
|
||||||
@ -2150,6 +2179,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"karchive",
|
"karchive",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kfilemetadata",
|
"kfilemetadata",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
@ -2548,6 +2578,7 @@
|
|||||||
],
|
],
|
||||||
"kio-gdrive": [
|
"kio-gdrive": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kaccounts-integration",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
@ -2597,6 +2628,7 @@
|
|||||||
"kirigami-gallery": [
|
"kirigami-gallery": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
|
"kirigami-addons",
|
||||||
"kitemmodels"
|
"kitemmodels"
|
||||||
],
|
],
|
||||||
"kiriki": [
|
"kiriki": [
|
||||||
@ -2826,7 +2858,6 @@
|
|||||||
"kservice",
|
"kservice",
|
||||||
"kstatusnotifieritem",
|
"kstatusnotifieritem",
|
||||||
"ktextaddons",
|
"ktextaddons",
|
||||||
"ktextwidgets",
|
|
||||||
"ktnef",
|
"ktnef",
|
||||||
"kuserfeedback",
|
"kuserfeedback",
|
||||||
"kwidgetsaddons",
|
"kwidgetsaddons",
|
||||||
@ -2839,6 +2870,7 @@
|
|||||||
"mailcommon",
|
"mailcommon",
|
||||||
"messagelib",
|
"messagelib",
|
||||||
"pimcommon",
|
"pimcommon",
|
||||||
|
"plasma-activities",
|
||||||
"qtkeychain",
|
"qtkeychain",
|
||||||
"sonnet"
|
"sonnet"
|
||||||
],
|
],
|
||||||
@ -2865,6 +2897,7 @@
|
|||||||
],
|
],
|
||||||
"kmenuedit": [
|
"kmenuedit": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kglobalaccel",
|
"kglobalaccel",
|
||||||
@ -2898,11 +2931,14 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kglobalaccel",
|
"kglobalaccel",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"knotifications",
|
"knotifications",
|
||||||
|
"kstatusnotifieritem",
|
||||||
"kwidgetsaddons",
|
"kwidgetsaddons",
|
||||||
"kwindowsystem",
|
"kwindowsystem",
|
||||||
"kxmlgui",
|
"kxmlgui",
|
||||||
@ -3079,6 +3115,7 @@
|
|||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
|
"kirigami-addons",
|
||||||
"knotifications",
|
"knotifications",
|
||||||
"kquickimageeditor",
|
"kquickimageeditor",
|
||||||
"purpose"
|
"purpose"
|
||||||
@ -3117,12 +3154,12 @@
|
|||||||
],
|
],
|
||||||
"kolourpaint": [
|
"kolourpaint": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kguiaddons",
|
"kguiaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
"kjobwidgets",
|
"kjobwidgets",
|
||||||
"ktextwidgets",
|
|
||||||
"kwidgetsaddons",
|
"kwidgetsaddons",
|
||||||
"kxmlgui",
|
"kxmlgui",
|
||||||
"libksane"
|
"libksane"
|
||||||
@ -3243,6 +3280,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"futuresql",
|
"futuresql",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
@ -3298,7 +3336,6 @@
|
|||||||
"akonadi",
|
"akonadi",
|
||||||
"akonadi-calendar",
|
"akonadi-calendar",
|
||||||
"akonadi-contacts",
|
"akonadi-contacts",
|
||||||
"akonadi-notes",
|
|
||||||
"calendarsupport",
|
"calendarsupport",
|
||||||
"eventviews",
|
"eventviews",
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -3307,7 +3344,6 @@
|
|||||||
"kcalutils",
|
"kcalutils",
|
||||||
"kcmutils",
|
"kcmutils",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
|
||||||
"kcontacts",
|
"kcontacts",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"kcrash",
|
"kcrash",
|
||||||
@ -3330,7 +3366,8 @@
|
|||||||
"kwindowsystem",
|
"kwindowsystem",
|
||||||
"kxmlgui",
|
"kxmlgui",
|
||||||
"libkdepim",
|
"libkdepim",
|
||||||
"pimcommon"
|
"pimcommon",
|
||||||
|
"plasma-activities"
|
||||||
],
|
],
|
||||||
"kosmindoormap": [
|
"kosmindoormap": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -3457,6 +3494,7 @@
|
|||||||
"kcmutils",
|
"kcmutils",
|
||||||
"kcompletion",
|
"kcompletion",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
|
"kcrash",
|
||||||
"kdnssd",
|
"kdnssd",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kiconthemes",
|
"kiconthemes",
|
||||||
@ -3473,6 +3511,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcmutils",
|
"kcmutils",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kpipewire",
|
"kpipewire",
|
||||||
"kstatusnotifieritem"
|
"kstatusnotifieritem"
|
||||||
@ -3539,6 +3578,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdnssd",
|
"kdnssd",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
@ -3565,6 +3605,7 @@
|
|||||||
],
|
],
|
||||||
"kruler": [
|
"kruler": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"knotifications",
|
"knotifications",
|
||||||
@ -3797,6 +3838,7 @@
|
|||||||
"kcompletion",
|
"kcompletion",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
@ -3808,6 +3850,7 @@
|
|||||||
"ksystemstats": [
|
"ksystemstats": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kio",
|
"kio",
|
||||||
"libksysguard",
|
"libksysguard",
|
||||||
"solid"
|
"solid"
|
||||||
@ -3831,8 +3874,8 @@
|
|||||||
"breeze-icons",
|
"breeze-icons",
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"karchive",
|
"karchive",
|
||||||
|
"kcolorscheme",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
@ -3872,6 +3915,7 @@
|
|||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
@ -4102,6 +4146,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
"kirigami-addons",
|
"kirigami-addons",
|
||||||
@ -4248,6 +4293,7 @@
|
|||||||
],
|
],
|
||||||
"libgravatar": [
|
"libgravatar": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kconfigwidgets",
|
||||||
"pimcommon"
|
"pimcommon"
|
||||||
],
|
],
|
||||||
"libkcddb": [
|
"libkcddb": [
|
||||||
@ -4347,6 +4393,7 @@
|
|||||||
],
|
],
|
||||||
"libksieve": [
|
"libksieve": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
|
"kcolorscheme",
|
||||||
"kidentitymanagement",
|
"kidentitymanagement",
|
||||||
"kimap",
|
"kimap",
|
||||||
"kmailtransport",
|
"kmailtransport",
|
||||||
@ -4450,7 +4497,8 @@
|
|||||||
"mailimporter",
|
"mailimporter",
|
||||||
"messagelib",
|
"messagelib",
|
||||||
"phonon",
|
"phonon",
|
||||||
"pimcommon"
|
"pimcommon",
|
||||||
|
"plasma-activities"
|
||||||
],
|
],
|
||||||
"mailimporter": [
|
"mailimporter": [
|
||||||
"akonadi",
|
"akonadi",
|
||||||
@ -4460,7 +4508,15 @@
|
|||||||
"pimcommon"
|
"pimcommon"
|
||||||
],
|
],
|
||||||
"marble": [
|
"marble": [
|
||||||
"extra-cmake-modules"
|
"extra-cmake-modules",
|
||||||
|
"kconfig",
|
||||||
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
|
"ki18n",
|
||||||
|
"kio",
|
||||||
|
"knewstuff",
|
||||||
|
"kparts",
|
||||||
|
"kwallet"
|
||||||
],
|
],
|
||||||
"mark": [
|
"mark": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -4575,6 +4631,7 @@
|
|||||||
"kcalutils",
|
"kcalutils",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcontacts",
|
"kcontacts",
|
||||||
|
"kcrash",
|
||||||
"kdepim-runtime",
|
"kdepim-runtime",
|
||||||
"kirigami",
|
"kirigami",
|
||||||
"kirigami-addons",
|
"kirigami-addons",
|
||||||
@ -4839,7 +4896,6 @@
|
|||||||
],
|
],
|
||||||
"pim-data-exporter": [
|
"pim-data-exporter": [
|
||||||
"akonadi",
|
"akonadi",
|
||||||
"akonadi-notes",
|
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcalendarcore",
|
"kcalendarcore",
|
||||||
"kcontacts",
|
"kcontacts",
|
||||||
@ -4890,11 +4946,11 @@
|
|||||||
"kparts",
|
"kparts",
|
||||||
"kservice",
|
"kservice",
|
||||||
"ktextaddons",
|
"ktextaddons",
|
||||||
"ktextwidgets",
|
|
||||||
"kwidgetsaddons",
|
"kwidgetsaddons",
|
||||||
"kwindowsystem",
|
"kwindowsystem",
|
||||||
"kxmlgui",
|
"kxmlgui",
|
||||||
"libkdepim",
|
"libkdepim",
|
||||||
|
"plasma-activities",
|
||||||
"purpose",
|
"purpose",
|
||||||
"sonnet"
|
"sonnet"
|
||||||
],
|
],
|
||||||
@ -5409,6 +5465,7 @@
|
|||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
"kguiaddons",
|
"kguiaddons",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
|
"kio",
|
||||||
"knotifications",
|
"knotifications",
|
||||||
"libksysguard",
|
"libksysguard",
|
||||||
"solid"
|
"solid"
|
||||||
@ -5473,6 +5530,7 @@
|
|||||||
"libkscreen",
|
"libkscreen",
|
||||||
"plasma-activities",
|
"plasma-activities",
|
||||||
"plasma-workspace",
|
"plasma-workspace",
|
||||||
|
"selenium-webdriver-at-spi",
|
||||||
"solid"
|
"solid"
|
||||||
],
|
],
|
||||||
"powerplant": [
|
"powerplant": [
|
||||||
@ -5702,6 +5760,7 @@
|
|||||||
"skanlite": [
|
"skanlite": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kio",
|
"kio",
|
||||||
@ -5811,6 +5870,7 @@
|
|||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kconfig",
|
"kconfig",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"kdbusaddons",
|
"kdbusaddons",
|
||||||
"kdoctools",
|
"kdoctools",
|
||||||
"kglobalaccel",
|
"kglobalaccel",
|
||||||
@ -5924,7 +5984,8 @@
|
|||||||
"kwidgetsaddons",
|
"kwidgetsaddons",
|
||||||
"kwindowsystem",
|
"kwindowsystem",
|
||||||
"kxmlgui",
|
"kxmlgui",
|
||||||
"plasma-activities"
|
"plasma-activities",
|
||||||
|
"selenium-webdriver-at-spi"
|
||||||
],
|
],
|
||||||
"tellico": [
|
"tellico": [
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
@ -6077,6 +6138,7 @@
|
|||||||
"kconfig",
|
"kconfig",
|
||||||
"kconfigwidgets",
|
"kconfigwidgets",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kiconthemes",
|
"kiconthemes",
|
||||||
"kio",
|
"kio",
|
||||||
@ -6136,11 +6198,12 @@
|
|||||||
"akonadi-calendar",
|
"akonadi-calendar",
|
||||||
"extra-cmake-modules",
|
"extra-cmake-modules",
|
||||||
"kcoreaddons",
|
"kcoreaddons",
|
||||||
|
"kcrash",
|
||||||
"ki18n",
|
"ki18n",
|
||||||
"kontactinterface",
|
"kontactinterface",
|
||||||
"krunner",
|
"krunner",
|
||||||
"kwindowsystem"
|
"kwindowsystem"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"version": "9fe21091"
|
"version": "c8684032"
|
||||||
}
|
}
|
@ -58,11 +58,6 @@
|
|||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
"LicenseRef-KDE-Accepted-LGPL"
|
"LicenseRef-KDE-Accepted-LGPL"
|
||||||
],
|
],
|
||||||
"akonadi-notes": [
|
|
||||||
"BSD-3-Clause",
|
|
||||||
"CC0-1.0",
|
|
||||||
"LGPL-2.0-or-later"
|
|
||||||
],
|
|
||||||
"akonadi-search": [
|
"akonadi-search": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
@ -127,6 +122,7 @@
|
|||||||
"arianna": [
|
"arianna": [
|
||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
|
"CC-BY-SA-4.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-only",
|
"GPL-2.0-only",
|
||||||
"GPL-3.0-only",
|
"GPL-3.0-only",
|
||||||
@ -144,6 +140,7 @@
|
|||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-or-later",
|
"GPL-2.0-or-later",
|
||||||
|
"LGPL-3.0-only",
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"artikulate": [
|
"artikulate": [
|
||||||
@ -304,6 +301,23 @@
|
|||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-3.0-or-later"
|
"GPL-3.0-or-later"
|
||||||
],
|
],
|
||||||
|
"calligra": [
|
||||||
|
"BSD-2-Clause",
|
||||||
|
"BSD-3-Clause",
|
||||||
|
"BSD-3-Clauses",
|
||||||
|
"BSL-1.0",
|
||||||
|
"CC0-1.0",
|
||||||
|
"CPL-1.0",
|
||||||
|
"GPL-2.0-only",
|
||||||
|
"GPL-2.0-or-later",
|
||||||
|
"GPL-3.0-only",
|
||||||
|
"GPL-3.0-or-later",
|
||||||
|
"LGPL-2.0-only",
|
||||||
|
"LGPL-2.0-or-later",
|
||||||
|
"LGPL-2.1-only",
|
||||||
|
"LGPL-2.1-or-later",
|
||||||
|
"LicenseRef-KDE-Accepted-GPL"
|
||||||
|
],
|
||||||
"cantor": [
|
"cantor": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
@ -596,10 +610,12 @@
|
|||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"kapptemplate": [
|
"kapptemplate": [
|
||||||
|
"CC-BY-SA-4.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-only",
|
"GPL-2.0-only",
|
||||||
"GPL-2.0-or-later",
|
"GPL-2.0-or-later",
|
||||||
"GPL-3.0-only",
|
"GPL-3.0-only",
|
||||||
|
"LGPL-2.1-or-later",
|
||||||
"LicenseRef-KDE-Accepted-GPL"
|
"LicenseRef-KDE-Accepted-GPL"
|
||||||
],
|
],
|
||||||
"karchive": [
|
"karchive": [
|
||||||
@ -610,6 +626,7 @@
|
|||||||
"kasts": [
|
"kasts": [
|
||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
|
"CC-BY-SA-4.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-only",
|
"GPL-2.0-only",
|
||||||
"GPL-2.0-or-later",
|
"GPL-2.0-or-later",
|
||||||
@ -915,11 +932,13 @@
|
|||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"BSL-1.0",
|
"BSL-1.0",
|
||||||
|
"CC-BY-SA-4.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-only",
|
"GPL-2.0-only",
|
||||||
"GPL-3.0-only",
|
"GPL-3.0-only",
|
||||||
"GPL-3.0-or-later",
|
"GPL-3.0-or-later",
|
||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
|
"LGPL-3.0-or-later",
|
||||||
"LicenseRef-KDE-Accepted-GPL",
|
"LicenseRef-KDE-Accepted-GPL",
|
||||||
"LicenseRef-KDE-Accepted-LGPL",
|
"LicenseRef-KDE-Accepted-LGPL",
|
||||||
"MIT"
|
"MIT"
|
||||||
@ -1075,7 +1094,10 @@
|
|||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC-BY-SA-4.0",
|
"CC-BY-SA-4.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-3.0-or-later"
|
"GPL-3.0-or-later",
|
||||||
|
"LGPL-2.1-only",
|
||||||
|
"LGPL-3.0-only",
|
||||||
|
"LicenseRef-KDE-Accepted-LGPL"
|
||||||
],
|
],
|
||||||
"kfilemetadata": [
|
"kfilemetadata": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
@ -1411,6 +1433,7 @@
|
|||||||
"LGPL-2.1-only",
|
"LGPL-2.1-only",
|
||||||
"LGPL-2.1-or-later",
|
"LGPL-2.1-or-later",
|
||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
|
"LGPL-3.0-or-later",
|
||||||
"LicenseRef-KDE-Accepted-LGPL"
|
"LicenseRef-KDE-Accepted-LGPL"
|
||||||
],
|
],
|
||||||
"klettres": [
|
"klettres": [
|
||||||
@ -1745,6 +1768,7 @@
|
|||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"LGPL-2.0-or-later",
|
"LGPL-2.0-or-later",
|
||||||
|
"LGPL-2.1-or-later",
|
||||||
"MIT",
|
"MIT",
|
||||||
"ODbL-1.0"
|
"ODbL-1.0"
|
||||||
],
|
],
|
||||||
@ -1792,6 +1816,8 @@
|
|||||||
"krfb": [
|
"krfb": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
|
"GPL-2.0-or-later",
|
||||||
|
"GPL-3.0-or-later",
|
||||||
"LGPL-2.1-only",
|
"LGPL-2.1-only",
|
||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
"LicenseRef-KDE-Accepted-LGPL"
|
"LicenseRef-KDE-Accepted-LGPL"
|
||||||
@ -1936,7 +1962,8 @@
|
|||||||
],
|
],
|
||||||
"ktimer": [
|
"ktimer": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0"
|
"CC0-1.0",
|
||||||
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"ktnef": [
|
"ktnef": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
@ -1981,6 +2008,12 @@
|
|||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
|
"kunifiedpush": [
|
||||||
|
"BSD-2-Clause",
|
||||||
|
"BSD-3-Clause",
|
||||||
|
"CC0-1.0",
|
||||||
|
"LGPL-2.0-or-later"
|
||||||
|
],
|
||||||
"kunitconversion": [
|
"kunitconversion": [
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"LGPL-2.0-or-later"
|
"LGPL-2.0-or-later"
|
||||||
@ -2121,6 +2154,7 @@
|
|||||||
"LGPL-2.0-or-later"
|
"LGPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"libkcompactdisc": [
|
"libkcompactdisc": [
|
||||||
|
"BSD-3-Clause",
|
||||||
"CC0-1.0"
|
"CC0-1.0"
|
||||||
],
|
],
|
||||||
"libkdcraw": [
|
"libkdcraw": [
|
||||||
@ -2274,6 +2308,7 @@
|
|||||||
"marble": [
|
"marble": [
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
|
"BSL-1.0",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-3.0-only",
|
"GPL-3.0-only",
|
||||||
"GPL-3.0-or-later",
|
"GPL-3.0-or-later",
|
||||||
@ -2283,6 +2318,7 @@
|
|||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
"LicenseRef-Qt-Commercial",
|
"LicenseRef-Qt-Commercial",
|
||||||
"MIT",
|
"MIT",
|
||||||
|
"ODbL-1.0",
|
||||||
"Qt-LGPL-exception-1.1"
|
"Qt-LGPL-exception-1.1"
|
||||||
],
|
],
|
||||||
"markdownpart": [
|
"markdownpart": [
|
||||||
@ -2461,6 +2497,7 @@
|
|||||||
"pim-data-exporter": [
|
"pim-data-exporter": [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
|
"GFDL-1.2-or-later",
|
||||||
"GPL-2.0-or-later",
|
"GPL-2.0-or-later",
|
||||||
"LGPL-2.0-or-later"
|
"LGPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
@ -2909,7 +2946,6 @@
|
|||||||
"tokodon": [
|
"tokodon": [
|
||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"BSL-1.0",
|
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"GPL-2.0-only",
|
"GPL-2.0-only",
|
||||||
"GPL-2.0-or-later",
|
"GPL-2.0-or-later",
|
||||||
@ -2920,7 +2956,8 @@
|
|||||||
"LGPL-2.1-or-later",
|
"LGPL-2.1-or-later",
|
||||||
"LGPL-3.0-only",
|
"LGPL-3.0-only",
|
||||||
"LicenseRef-KDE-Accepted-GPL",
|
"LicenseRef-KDE-Accepted-GPL",
|
||||||
"LicenseRef-KDE-Accepted-LGPL"
|
"LicenseRef-KDE-Accepted-LGPL",
|
||||||
|
"MIT"
|
||||||
],
|
],
|
||||||
"umbrello": [
|
"umbrello": [
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
|
@ -875,6 +875,12 @@
|
|||||||
"project_path": "documentation/docs-krita-org",
|
"project_path": "documentation/docs-krita-org",
|
||||||
"repo_path": "documentation/docs-krita-org"
|
"repo_path": "documentation/docs-krita-org"
|
||||||
},
|
},
|
||||||
|
"documentation-docs-labplot-org": {
|
||||||
|
"description": "Documentation for Labplot",
|
||||||
|
"name": "documentation-docs-labplot-org",
|
||||||
|
"project_path": "documentation/docs-labplot-org",
|
||||||
|
"repo_path": "documentation/docs-labplot-org"
|
||||||
|
},
|
||||||
"documentation-docs-plasma-mobile-org": {
|
"documentation-docs-plasma-mobile-org": {
|
||||||
"description": "Plasma Mobile documentation based on Sphinx",
|
"description": "Plasma Mobile documentation based on Sphinx",
|
||||||
"name": "documentation-docs-plasma-mobile-org",
|
"name": "documentation-docs-plasma-mobile-org",
|
||||||
@ -1421,6 +1427,12 @@
|
|||||||
"project_path": "playground/edu/kard",
|
"project_path": "playground/edu/kard",
|
||||||
"repo_path": "education/kard"
|
"repo_path": "education/kard"
|
||||||
},
|
},
|
||||||
|
"karp": {
|
||||||
|
"description": "Simple PDF editor to arrange, merge and improve PDF file(s)",
|
||||||
|
"name": "karp",
|
||||||
|
"project_path": "playground/graphics/karp",
|
||||||
|
"repo_path": "graphics/karp"
|
||||||
|
},
|
||||||
"kartesio": {
|
"kartesio": {
|
||||||
"description": "Calculate best fit curves with experimental points using regression or neural networks",
|
"description": "Calculate best fit curves with experimental points using regression or neural networks",
|
||||||
"name": "kartesio",
|
"name": "kartesio",
|
||||||
@ -1440,7 +1452,7 @@
|
|||||||
"repo_path": "libraries/kasync"
|
"repo_path": "libraries/kasync"
|
||||||
},
|
},
|
||||||
"kate": {
|
"kate": {
|
||||||
"description": "Modern text editor built on the KDE Frameworks and Qt",
|
"description": "Advanced text editor",
|
||||||
"name": "kate",
|
"name": "kate",
|
||||||
"project_path": "kde/applications/kate",
|
"project_path": "kde/applications/kate",
|
||||||
"repo_path": "utilities/kate"
|
"repo_path": "utilities/kate"
|
||||||
@ -6185,6 +6197,12 @@
|
|||||||
"project_path": "kde/kdebindings/smoke/smokeqt",
|
"project_path": "kde/kdebindings/smoke/smokeqt",
|
||||||
"repo_path": "unmaintained/smokeqt"
|
"repo_path": "unmaintained/smokeqt"
|
||||||
},
|
},
|
||||||
|
"snap-kcm": {
|
||||||
|
"description": "KCM allowing changing permissions which have granted to installed Snap applications.",
|
||||||
|
"name": "snap-kcm",
|
||||||
|
"project_path": "kdereview/snap-kcm",
|
||||||
|
"repo_path": "plasma/snap-kcm"
|
||||||
|
},
|
||||||
"snap-kf5": {
|
"snap-kf5": {
|
||||||
"description": "Content Snap for Qt5 and KF5",
|
"description": "Content Snap for Qt5 and KF5",
|
||||||
"name": "snap-kf5",
|
"name": "snap-kf5",
|
||||||
@ -6431,6 +6449,12 @@
|
|||||||
"project_path": "sysadmin/bugzilla-bot",
|
"project_path": "sysadmin/bugzilla-bot",
|
||||||
"repo_path": "sysadmin/bugzilla-bot"
|
"repo_path": "sysadmin/bugzilla-bot"
|
||||||
},
|
},
|
||||||
|
"sysadmin-ci-images": {
|
||||||
|
"description": "Images for use on the KDE CI System",
|
||||||
|
"name": "sysadmin-ci-images",
|
||||||
|
"project_path": "sysadmin/ci-images",
|
||||||
|
"repo_path": "sysadmin/ci-images"
|
||||||
|
},
|
||||||
"sysadmin-ci-management": {
|
"sysadmin-ci-management": {
|
||||||
"description": "Contains all management jobs and other data needed to run our Gitlab CI infrastructure.",
|
"description": "Contains all management jobs and other data needed to run our Gitlab CI infrastructure.",
|
||||||
"name": "sysadmin-ci-management",
|
"name": "sysadmin-ci-management",
|
||||||
@ -6635,6 +6659,12 @@
|
|||||||
"project_path": "sysadmin/neon-sftp-bridge",
|
"project_path": "sysadmin/neon-sftp-bridge",
|
||||||
"repo_path": "sysadmin/neon-sftp-bridge"
|
"repo_path": "sysadmin/neon-sftp-bridge"
|
||||||
},
|
},
|
||||||
|
"sysadmin-neon-tooling": {
|
||||||
|
"description": "",
|
||||||
|
"name": "sysadmin-neon-tooling",
|
||||||
|
"project_path": "sysadmin/neon-tooling",
|
||||||
|
"repo_path": "sysadmin/neon-tooling"
|
||||||
|
},
|
||||||
"sysadmin-projects-api": {
|
"sysadmin-projects-api": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"name": "sysadmin-projects-api",
|
"name": "sysadmin-projects-api",
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -55,6 +55,7 @@ let
|
|||||||
# FIXME: typo lol
|
# FIXME: typo lol
|
||||||
"ICS" = lib.licenses.isc;
|
"ICS" = lib.licenses.isc;
|
||||||
"BSD-3-clause" = lib.licenses.bsd3;
|
"BSD-3-clause" = lib.licenses.bsd3;
|
||||||
|
"BSD-3-Clauses" = lib.licenses.bsd3;
|
||||||
|
|
||||||
# These are only relevant to Qt commercial users
|
# These are only relevant to Qt commercial users
|
||||||
"Qt-Commercial-exception-1.0" = null;
|
"Qt-Commercial-exception-1.0" = null;
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
mkKdeDerivation,
|
|
||||||
fetchurl,
|
|
||||||
qtwebsockets,
|
|
||||||
kdeclarative,
|
|
||||||
kpackage,
|
|
||||||
}:
|
|
||||||
mkKdeDerivation rec {
|
|
||||||
pname = "kunifiedpush";
|
|
||||||
version = "1.0.0";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://kde/stable/kunifiedpush/kunifiedpush-${version}.tar.xz";
|
|
||||||
sha256 = "sha256-Ld66ITBtAwcRTsUKLDgVnsYjWfn8bN1Y2jCjafvVUM8=";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraBuildInputs = [
|
|
||||||
qtwebsockets
|
|
||||||
kdeclarative
|
|
||||||
kpackage
|
|
||||||
];
|
|
||||||
|
|
||||||
meta.license = with lib.licenses; [
|
|
||||||
bsd2
|
|
||||||
bsd3
|
|
||||||
cc0
|
|
||||||
lgpl2Plus
|
|
||||||
];
|
|
||||||
meta.mainProgram = "kunifiedpush-distributor";
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user