lxqt.lxqt-qtplugin: 2.2.0 -> 2.3.0
Diff: https://github.com/lxqt/lxqt-qtplugin/compare/2.2.0...2.3.0
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
libdbusmenu-lxqt,
|
libdbusmenu-lxqt,
|
||||||
libfm-qt,
|
libfm-qt,
|
||||||
@@ -17,25 +16,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "lxqt-qtplugin";
|
pname = "lxqt-qtplugin";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxqt";
|
owner = "lxqt";
|
||||||
repo = "lxqt-qtplugin";
|
repo = "lxqt-qtplugin";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-qXadz9JBk4TURAWj6ByP/lGV1u0Z6rNJ/VraBh5zY+Q=";
|
hash = "sha256-3rY9VpZKnl1E3ma1ioiKECpazeymQYVuXrLXhRL407o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fix build against Qt >= 6.10 (https://github.com/lxqt/lxqt-qtplugin/pull/100)
|
|
||||||
# TODO: drop when upgrading beyond version 2.2.0
|
|
||||||
(fetchpatch {
|
|
||||||
name = "cmake-fix-build-with-Qt-6.10.patch";
|
|
||||||
url = "https://github.com/lxqt/lxqt-qtplugin/commit/90473945206dbf21816a00dfba27426a5b5a9e25.patch";
|
|
||||||
hash = "sha256-cCghOJHsveR5IYisEFv3h8WreRDi0kuyj/2YBD+ATsc=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
lxqt-build-tools
|
lxqt-build-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user