xed-editor: 3.8.4 -> 3.8.5

https://github.com/linuxmint/xed/compare/3.8.4...3.8.5
This commit is contained in:
Bobby Rong
2025-11-24 22:00:38 +08:00
parent c0efe11c4d
commit 0b51b3bec0
+9 -2
View File
@@ -10,6 +10,7 @@
gtksourceview4,
gspell,
xapp,
xapp-symbolic-icons,
pkg-config,
python3,
meson,
@@ -22,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.8.4";
version = "3.8.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
hash = "sha256-pI9gjAA5dn0QwZKGungQ1xpQJmnfCxmqWR0VBEQ5v84=";
hash = "sha256-iPD9SawHA0bwnZvC+IyMq9cFE1YOYLISehUJjTXiqGw=";
};
patches = [
@@ -64,6 +65,12 @@ stdenv.mkDerivation rec {
xapp
];
preFixup = ''
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${lib.makeSearchPath "share" [ xapp-symbolic-icons ]}"
)
'';
doInstallCheck = true;
versionCheckProgram = "${placeholder "out"}/bin/xed";