Merge pull request #315649 from bobby285271/upd/xfce

xfce.xfce4-screenshooter: 1.10.5 -> 1.10.6
This commit is contained in:
Bobby Rong 2024-05-30 22:02:32 +08:00 committed by GitHub
commit 52d3619609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,18 @@
{ lib
, mkXfceDerivation
, wayland-scanner
, exo
, gtk3
, libX11
, libXext
, libXfixes
, libXtst
, libxml2
, libsoup_3
, libxfce4ui
, libxfce4util
, wayland
, wlr-protocols
, xfce4-panel
, xfconf
, curl
@ -16,17 +24,28 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-screenshooter";
version = "1.10.5";
version = "1.10.6";
odd-unstable = false;
sha256 = "sha256-x1uQIfiUNMYowrCLpwdt1IsHfJLn81f8I/4NBwX/z9k=";
sha256 = "sha256-g3wYIyJEnYCFhCs6YXzfEe5lnvIY8ACN/m7He+ww3mA=";
nativeBuildInputs = [
wayland-scanner
];
buildInputs = [
exo
gtk3
libX11
libXext
libXfixes
libXtst
libxml2
libsoup_3
libxfce4ui
libxfce4util
wayland
wlr-protocols
xfce4-panel
xfconf
];