xdg-desktop-portal-xapp: 1.0.9 -> 1.1.0

https://github.com/linuxmint/xdg-desktop-portal-xapp/compare/1.0.9...1.1.0
This commit is contained in:
Bobby Rong 2024-11-25 22:26:57 +08:00
parent 23e89b7da8
commit c466c22945
No known key found for this signature in database

View File

@ -10,17 +10,18 @@
, gsettings-desktop-schemas
, mate
, xdg-desktop-portal
, xapp
}:
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-xapp";
version = "1.0.9";
version = "1.1.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xdg-desktop-portal-xapp";
rev = version;
hash = "sha256-4U8d9lQxMHQ2XYXnNCQjrNup8z14Q8Ke1Bkf09AVM6k=";
hash = "sha256-9v0faB5HhUUPXOWDDyTUPaPwzMjhqdiAyuv9kM4mm2Q=";
};
nativeBuildInputs = [
@ -42,6 +43,11 @@ stdenv.mkDerivation rec {
"-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user"
];
preFixup = ''
# For xfce4-set-wallpaper
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ xapp ]}")
'';
meta = with lib; {
description = "Backend implementation for xdg-desktop-portal for Cinnamon, MATE, Xfce";
homepage = "https://github.com/linuxmint/xdg-desktop-portal-xapp";