kdePackages: Gear 25.12.3 -> 26.04
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
libkcompactdisc,
|
||||
cdparanoia,
|
||||
flac,
|
||||
libogg,
|
||||
@@ -21,8 +20,6 @@ mkKdeDerivation {
|
||||
];
|
||||
|
||||
extraBuildInputs = [
|
||||
libkcompactdisc
|
||||
|
||||
cdparanoia
|
||||
flac
|
||||
libogg
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
qtdeclarative,
|
||||
qgpgme,
|
||||
kirigami,
|
||||
kirigami-addons,
|
||||
qtwebengine,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@@ -17,6 +18,7 @@ mkKdeDerivation {
|
||||
|
||||
extraPropagatedBuildInputs = [
|
||||
kirigami
|
||||
kirigami-addons
|
||||
qtwebengine
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user