From 63598dd181fba64a39607921b9f58800d1fe2d49 Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:53:15 -0800 Subject: [PATCH] masterpdfeditor4: move icon to spec-compliant location --- pkgs/applications/misc/masterpdfeditor4/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/masterpdfeditor4/default.nix b/pkgs/applications/misc/masterpdfeditor4/default.nix index 8dffa5b9a8ee..ea54e30ebecd 100644 --- a/pkgs/applications/misc/masterpdfeditor4/default.nix +++ b/pkgs/applications/misc/masterpdfeditor4/default.nix @@ -39,9 +39,9 @@ stdenv.mkDerivation rec { substituteInPlace masterpdfeditor4.desktop \ --replace 'Exec=/opt/master-pdf-editor-4' "Exec=$out/bin" \ --replace 'Path=/opt/master-pdf-editor-4' "Path=$out/bin" \ - --replace 'Icon=/opt/master-pdf-editor-4' "Icon=$out/share/pixmaps" + --replace 'Icon=/opt/master-pdf-editor-4' "Icon=masterpdfeditor4" - install -Dm644 -t $out/share/pixmaps masterpdfeditor4.png + install -Dm644 -t $out/share/icons/hicolor/128x128/apps masterpdfeditor4.png install -Dm644 -t $out/share/applications masterpdfeditor4.desktop install -Dm755 -t $app_dir masterpdfeditor4 install -Dm644 license.txt $out/share/$name/LICENSE