media-radio/direwolf: Fix .desktop file

Closes: https://bugs.gentoo.org/954855
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein 2025-07-20 09:20:27 +02:00
parent 2457b746d9
commit 0998da40d0
No known key found for this signature in database
GPG Key ID: AF4C8CF6B6C40570
2 changed files with 19 additions and 0 deletions

View File

@ -27,6 +27,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-1.6-use-standard-doc-dir.patch
"${FILESDIR}"/${PN}-1.7-cmake4.patch
"${FILESDIR}"/${PN}-1.7-desktop.patch
)
src_configure() {

View File

@ -0,0 +1,18 @@
# Bug https://bugs.gentoo.org/954855
diff --git a/cmake/cpack/direwolf.desktop.in b/cmake/cpack/direwolf.desktop.in
index 79c63aa..cb2459c 100644
--- a/cmake/cpack/direwolf.desktop.in
+++ b/cmake/cpack/direwolf.desktop.in
@@ -2,9 +2,9 @@
Name=@APPLICATION_NAME@
Comment=APRS Soundcard TNC
Exec=@APPLICATION_DESKTOP_EXEC@
-Icon=@CMAKE_PROJECT_NAME@_icon.png
+Icon=@CMAKE_PROJECT_NAME@_icon
StartupNotify=true
Terminal=false
Type=Application
Categories=HamRadio
-Keywords=Ham Radio;APRS;Soundcard TNC;KISS;AGWPE;AX.25
\ No newline at end of file
+Keywords=Ham Radio;APRS;Soundcard TNC;KISS;AGWPE;AX.25