diff options
author | 2020-06-06 10:13:09 +0200 | |
---|---|---|
committer | 2020-06-06 11:41:49 +0200 | |
commit | 3b17e21c9cc528fed99d13c264aebe0e949b3b56 (patch) | |
tree | 03e9b196e944f88bc638e9ec2919d667e0e0bc7d /media-sound | |
parent | sys-libs/liburing: Don't call ar and ranlib directly (diff) | |
download | gentoo-3b17e21c9cc528fed99d13c264aebe0e949b3b56.tar.gz gentoo-3b17e21c9cc528fed99d13c264aebe0e949b3b56.tar.bz2 gentoo-3b17e21c9cc528fed99d13c264aebe0e949b3b56.zip |
media-sound/musique: EAPI-7 bump, switch to xdg-utils
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/musique/musique-1.5-r1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/media-sound/musique/musique-1.5-r1.ebuild b/media-sound/musique/musique-1.5-r1.ebuild index 9e7f3e33e4cf..1763328bfb02 100644 --- a/media-sound/musique/musique-1.5-r1.ebuild +++ b/media-sound/musique/musique-1.5-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit gnome2-utils qmake-utils +inherit qmake-utils xdg-utils DESCRIPTION="Qt music player" HOMEPAGE="https://flavio.tordini.org/musique" @@ -28,6 +28,7 @@ RDEPEND=" DEPEND="${RDEPEND}" DOCS=( CHANGES TODO ) + PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) src_prepare() { @@ -44,14 +45,10 @@ src_install() { einstalldocs } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |