Merge pull request #89263 from romildo/upd.lxqt-qtplugin
lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1
This commit is contained in:
commit
89fda74df5
@ -2,26 +2,26 @@
|
|||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, lxqt-build-tools
|
|
||||||
, qtbase
|
|
||||||
, qtx11extras
|
|
||||||
, qttools
|
|
||||||
, qtsvg
|
|
||||||
, libdbusmenu
|
, libdbusmenu
|
||||||
, libqtxdg
|
|
||||||
, libfm-qt
|
, libfm-qt
|
||||||
|
, libqtxdg
|
||||||
|
, lxqt-build-tools
|
||||||
, lxqtUpdateScript
|
, lxqtUpdateScript
|
||||||
|
, qtbase
|
||||||
|
, qtsvg
|
||||||
|
, qttools
|
||||||
|
, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "lxqt-qtplugin";
|
pname = "lxqt-qtplugin";
|
||||||
version = "0.15.0";
|
version = "0.15.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxqt";
|
owner = "lxqt";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17x5jr78rbsf4pbvc4y3wwkpvsmynzkxy2ifvwhqyc2gmjspp8il";
|
sha256 = "0if01bdhz8ph4k1mwvjjjw0fw6mxzprgz17ap23xbsdr009hxdf0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -30,13 +30,13 @@ mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
|
||||||
qtx11extras
|
|
||||||
qttools
|
|
||||||
qtsvg
|
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
libqtxdg
|
|
||||||
libfm-qt
|
libfm-qt
|
||||||
|
libqtxdg
|
||||||
|
qtbase
|
||||||
|
qtsvg
|
||||||
|
qttools
|
||||||
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user