diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-12-22 21:53:20 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-12-22 21:53:56 +0100 |
commit | bddd1d20b9d1e4a4e5917517dac1def707991d98 (patch) | |
tree | 5a5c582b88fdc09f5e9375c629251bed7e53eb27 /net-misc | |
parent | net-analyzer/greenbone-feed-sync: add 24.9.0, enable py3.13 (diff) | |
download | gentoo-bddd1d20b9d1e4a4e5917517dac1def707991d98.tar.gz gentoo-bddd1d20b9d1e4a4e5917517dac1def707991d98.tar.bz2 gentoo-bddd1d20b9d1e4a4e5917517dac1def707991d98.zip |
net-misc/unison: fix desktop entry
Closes: https://bugs.gentoo.org/946708
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unison/unison-2.53.7-r1.ebuild (renamed from net-misc/unison/unison-2.53.7.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/unison/unison-2.53.7.ebuild b/net-misc/unison/unison-2.53.7-r1.ebuild index b7cb3a039129..f50d2cc3f428 100644 --- a/net-misc/unison/unison-2.53.7.ebuild +++ b/net-misc/unison/unison-2.53.7-r1.ebuild @@ -117,7 +117,7 @@ src_install() { if use gui ; then newicon -s scalable icons/U.svg "${PN}-${SLOT}.svg" - make_desktop_entry "${PN}-gui-${SLOT}" "${PN^} GUI (${SLOT})" "${PN}-${SLOT}" + make_desktop_entry "${PN}-${SLOT}" "${PN^} GUI (${SLOT})" "${PN}-${SLOT}" fi if use doc ; then |