xfce.xfce4-screenshooter: 1.11.2 -> 1.11.3

https://gitlab.xfce.org/apps/xfce4-screenshooter/-/compare/xfce4-screenshooter-1.11.2...xfce4-screenshooter-1.11.3

Imgur custom action has been dropped in 1.11.2.
This commit is contained in:
Bobby Rong
2025-11-06 23:50:31 +08:00
parent b3d51a0365
commit 95756ab0f6

View File

@@ -11,6 +11,7 @@
wrapGAppsHook3, wrapGAppsHook3,
exo, exo,
gtk3, gtk3,
gtk-layer-shell,
libX11, libX11,
libXext, libXext,
libXfixes, libXfixes,
@@ -21,23 +22,19 @@
wlr-protocols, wlr-protocols,
xfce4-panel, xfce4-panel,
xfconf, xfconf,
curl,
zenity,
jq,
xclip,
gitUpdater, gitUpdater,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "xfce4-screenshooter"; pname = "xfce4-screenshooter";
version = "1.11.2"; version = "1.11.3";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.xfce.org"; domain = "gitlab.xfce.org";
owner = "apps"; owner = "apps";
repo = "xfce4-screenshooter"; repo = "xfce4-screenshooter";
tag = "xfce4-screenshooter-${finalAttrs.version}"; tag = "xfce4-screenshooter-${finalAttrs.version}";
hash = "sha256-LELPY3SU25e3Dk9/OljWMLIbZYrDiQD1h6dMq+jRaH8="; hash = "sha256-VN9j5Ieg3MZwhS4mE4LMRbQ5AM9F8O2n5lx/V0Qk0Po=";
}; };
strictDeps = true; strictDeps = true;
@@ -59,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
exo exo
gtk3 gtk3
gtk-layer-shell
libX11 libX11
libXext libXext
libXfixes libXfixes
@@ -71,21 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
xfconf xfconf
]; ];
preFixup = ''
# For Imgur upload action
# https://gitlab.xfce.org/apps/xfce4-screenshooter/-/merge_requests/51
gappsWrapperArgs+=(
--prefix PATH : ${
lib.makeBinPath [
curl
zenity
jq
xclip
]
}
)
'';
passthru.updateScript = gitUpdater { rev-prefix = "xfce4-screenshooter-"; }; passthru.updateScript = gitUpdater { rev-prefix = "xfce4-screenshooter-"; };
meta = { meta = {