lxqt.screengrab: 2.10.0 -> 3.0.0 (#411675)
This commit is contained in:
@@ -6,30 +6,34 @@
|
||||
autoPatchelfHook,
|
||||
gitUpdater,
|
||||
kwindowsystem,
|
||||
layer-shell-qt,
|
||||
libXdmcp,
|
||||
libpthreadstubs,
|
||||
libqtxdg,
|
||||
lxqt-build-tools,
|
||||
perl,
|
||||
pkg-config,
|
||||
qtbase,
|
||||
qtsvg,
|
||||
qttools,
|
||||
qtwayland,
|
||||
wrapQtAppsHook,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "screengrab";
|
||||
version = "2.10.0";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxqt";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-cTDGVNnnjgIiCS/KzEVmTagJvNwDKAP2UrWKwdn3WmE=";
|
||||
hash = "sha256-6cGj3Ijv4DsAdJjcHKUg5et+yYc5miIHHZOTD2D9ASk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
lxqt-build-tools
|
||||
pkg-config
|
||||
perl # needed by LXQtTranslateDesktop.cmake
|
||||
qttools
|
||||
@@ -39,11 +43,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
kwindowsystem
|
||||
layer-shell-qt
|
||||
libXdmcp
|
||||
libpthreadstubs
|
||||
libqtxdg
|
||||
qtbase
|
||||
qtsvg
|
||||
qtwayland
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
Reference in New Issue
Block a user