diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 22:56:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 22:57:06 +0100 |
commit | 9c55a4ab2e1adb960521cd9c237fd5e79f987a62 (patch) | |
tree | e4c18bf4b93c0dd0a0e006dee5a3b3e832d82895 /x11-terms/qterminal/qterminal-9999.ebuild | |
parent | dev-python/aiohttp: Remove old (diff) | |
download | gentoo-9c55a4ab2e1adb960521cd9c237fd5e79f987a62.tar.gz gentoo-9c55a4ab2e1adb960521cd9c237fd5e79f987a62.tar.bz2 gentoo-9c55a4ab2e1adb960521cd9c237fd5e79f987a62.zip |
x11-terms/qterminal: Fix appdata installation path
Closes: https://bugs.gentoo.org/737626
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-terms/qterminal/qterminal-9999.ebuild')
-rw-r--r-- | x11-terms/qterminal/qterminal-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 1b3cfd717846..07f53ab940a7 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,8 @@ RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " +PATCHES=( "${FILESDIR}/${PN}-0.16.1-appdata.patch" ) + pkg_postinst() { xdg_icon_cache_update } |