diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-07-03 21:27:37 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-07-04 04:39:22 +0200 |
commit | 401701337483aa607349711eac1e58ddb26d5e4a (patch) | |
tree | 9e9d617edd2d1d712999f039c3a9a2e2dea8b39c /net-misc/unison | |
parent | dev-qt/qt-creator: unconditionally depend on yaml-cpp (diff) | |
download | gentoo-401701337483aa607349711eac1e58ddb26d5e4a.tar.gz gentoo-401701337483aa607349711eac1e58ddb26d5e4a.tar.bz2 gentoo-401701337483aa607349711eac1e58ddb26d5e4a.zip |
net-misc/unison: fix desktop file
Closes: https://bugs.gentoo.org/935398
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/unison-2.53.5-r1.ebuild (renamed from net-misc/unison/unison-2.53.5.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/unison/unison-2.53.5.ebuild b/net-misc/unison/unison-2.53.5-r1.ebuild index 95aaf5401b6c..d1619282f060 100644 --- a/net-misc/unison/unison-2.53.5.ebuild +++ b/net-misc/unison/unison-2.53.5-r1.ebuild @@ -107,17 +107,16 @@ src_install() { cd "${S}" || die - doman "man/${PN}.1" - if use gui ; then newicon -s scalable icons/U.svg "${PN}-${SLOT}.svg" - make_desktop_entry "${PN}-${SLOT}" "${PN^} GUI (${SLOT})" "${PN}-${SLOT}" + make_desktop_entry "${PN}-gui-${SLOT}" "${PN^} GUI (${SLOT})" "${PN}-${SLOT}" fi if use doc ; then DOCS+=( doc/unison-manual.pdf ) fi + doman "man/${PN}.1" einstalldocs } |