diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-08-08 12:02:06 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-08-08 12:02:22 +0200 |
commit | d5285d8086aaf5a224f375cd4356b9fbed349492 (patch) | |
tree | e885130531ad66ce24731a9397377631162c4051 /media-sound/qmmp | |
parent | dev-util/shards: handle user's LDFLAGS (diff) | |
download | gentoo-d5285d8086aaf5a224f375cd4356b9fbed349492.tar.gz gentoo-d5285d8086aaf5a224f375cd4356b9fbed349492.tar.bz2 gentoo-d5285d8086aaf5a224f375cd4356b9fbed349492.zip |
media-sound/qmmp: fixed xdg stuff + switched to virtual/jack
Bug: https://bugs.gentoo.org/736314
Closes: https://bugs.gentoo.org/733412
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/qmmp')
-rw-r--r-- | media-sound/qmmp/qmmp-1.4.0.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-sound/qmmp/qmmp-1.4.0.ebuild b/media-sound/qmmp/qmmp-1.4.0.ebuild index 4c02d12db02d..10999a8686e5 100644 --- a/media-sound/qmmp/qmmp-1.4.0.ebuild +++ b/media-sound/qmmp/qmmp-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake xdg-utils +inherit cmake xdg [[ ${PV} = 9999 ]] && inherit subversion DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" @@ -55,7 +55,7 @@ RDEPEND=" game? ( media-libs/game-music-emu ) jack? ( media-libs/libsamplerate - media-sound/jack-audio-connection-kit + virtual/jack ) ladspa? ( media-libs/ladspa-cmt ) mad? ( || ( @@ -154,11 +154,3 @@ src_configure() { cmake_src_configure } - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} |