diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 00:14:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:06:42 +0100 |
commit | bb2ad5bbba676cc4683149f4080308049850a0d3 (patch) | |
tree | cb2f07d8d7b6a4840f8359dbe52179c8faa8339f /app-text | |
parent | app-doc/linux-device-drivers: fix DeprecatedInsinto (diff) | |
download | gentoo-bb2ad5bbba676cc4683149f4080308049850a0d3.tar.gz gentoo-bb2ad5bbba676cc4683149f4080308049850a0d3.tar.bz2 gentoo-bb2ad5bbba676cc4683149f4080308049850a0d3.zip |
app-text/ansifilter: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ansifilter/ansifilter-2.18.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/ansifilter/ansifilter-2.18.ebuild b/app-text/ansifilter/ansifilter-2.18.ebuild index 521a408a2afd..d93cd18e002d 100644 --- a/app-text/ansifilter/ansifilter-2.18.ebuild +++ b/app-text/ansifilter/ansifilter-2.18.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs qmake-utils +inherit desktop toolchain-funcs qmake-utils DESCRIPTION="Handles text files containing ANSI terminal escape codes" HOMEPAGE="http://www.andre-simon.de/" @@ -55,8 +55,7 @@ src_install() { dobin src/${PN} if use qt5 ; then dobin src/qt-gui/${PN}-gui - insinto /usr/share/applications - doins ${PN}.desktop + domenu ${PN}.desktop fi doman man/${PN}.1 |