kdeconnect: 1.3.5 -> 20.08.1
Update many dependencies. Add a patch that fixes a build. Use `libsForQt5` instead of `libsForQt514`.
This commit is contained in:
parent
6b6f680831
commit
dfcde0341f
@ -1,6 +1,7 @@
|
|||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, kcmutils
|
, kcmutils
|
||||||
, kconfigwidgets
|
, kconfigwidgets
|
||||||
@ -13,25 +14,55 @@
|
|||||||
, libfakekey
|
, libfakekey
|
||||||
, libXtst
|
, libXtst
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
|
, qtmultimedia
|
||||||
|
, qtgraphicaleffects
|
||||||
, sshfs
|
, sshfs
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, kwayland
|
, kwayland
|
||||||
, kio
|
, kio
|
||||||
|
, kpeoplevcard
|
||||||
|
, kpeople
|
||||||
|
, kirigami2
|
||||||
|
, pulseaudio-qt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "kdeconnect";
|
pname = "kdeconnect";
|
||||||
version = "1.3.5";
|
version = "20.08.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/${pname}/${version}/${pname}-kde-${version}.tar.xz";
|
url = "https://download.kde.org/stable/release-service/${version}/src/${pname}-kde-${version}.tar.xz";
|
||||||
sha256 = "02lr3xx5s2mgddac4n3lkgr7ppf1z5m6ajs90rjix0vs8a271kp5";
|
sha256 = "0s76djgpx08jfmh99c7kx18mnr3w7bv4hdra120nicq89mmy7gwf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/328
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://invent.kde.org/network/kdeconnect-kde/-/commit/6101ef3ad07d865958d58a3d2736f5536f1c5719.diff";
|
||||||
|
sha256 = "17mr7k13226vzcgxlmfs6q2mdc5j7vwp4iri9apmh6xlf6r591ac";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libfakekey libXtst
|
libfakekey
|
||||||
ki18n kiconthemes kcmutils kconfigwidgets kdbusaddons knotifications
|
libXtst
|
||||||
qca-qt5 qtx11extras makeWrapper kwayland kio
|
qtmultimedia
|
||||||
|
qtgraphicaleffects
|
||||||
|
pulseaudio-qt
|
||||||
|
kpeoplevcard
|
||||||
|
kpeople
|
||||||
|
kirigami2
|
||||||
|
ki18n
|
||||||
|
kiconthemes
|
||||||
|
kcmutils
|
||||||
|
kconfigwidgets
|
||||||
|
kdbusaddons
|
||||||
|
knotifications
|
||||||
|
qca-qt5
|
||||||
|
qtx11extras
|
||||||
|
makeWrapper
|
||||||
|
kwayland
|
||||||
|
kio
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
@ -21586,7 +21586,7 @@ in
|
|||||||
|
|
||||||
k4dirstat = libsForQt5.callPackage ../applications/misc/k4dirstat { };
|
k4dirstat = libsForQt5.callPackage ../applications/misc/k4dirstat { };
|
||||||
|
|
||||||
kdeconnect = libsForQt514.callPackage ../applications/misc/kdeconnect { };
|
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
||||||
|
|
||||||
inherit (kdeFrameworks) kdesu;
|
inherit (kdeFrameworks) kdesu;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user