mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
2457b746d9
commit
0998da40d0
@ -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() {
|
||||
|
||||
18
media-radio/direwolf/files/direwolf-1.7-desktop.patch
Normal file
18
media-radio/direwolf/files/direwolf-1.7-desktop.patch
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user