lxqt.screengrab: 2.1.0 -> 2.2.0

This commit is contained in:
José Romildo Malaquias 2021-04-16 17:32:42 -03:00
parent b5f5ff3043
commit 6a6dac099b

View File

@ -9,6 +9,7 @@
, qtsvg , qtsvg
, kwindowsystem , kwindowsystem
, libqtxdg , libqtxdg
, perl
, xorg , xorg
, autoPatchelfHook , autoPatchelfHook
, lxqtUpdateScript , lxqtUpdateScript
@ -16,18 +17,19 @@
mkDerivation rec { mkDerivation rec {
pname = "screengrab"; pname = "screengrab";
version = "2.1.0"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0jy2izgl3jg6mnykpw7ji1fjv7dsivdfi6k6i6glrpa0z1p51gic"; sha256 = "16dycq40lbvk6jvpj7zp85m23cgvh8nj38fz99gxjfzn2nz1gy4a";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
perl # needed by LXQtTranslateDesktop.cmake
autoPatchelfHook # fix libuploader.so and libextedit.so not found autoPatchelfHook # fix libuploader.so and libextedit.so not found
]; ];