commit:     d5285d8086aaf5a224f375cd4356b9fbed349492
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 10:02:06 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 10:02:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5285d80

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 <AT> gentoo.org>

 media-sound/qmmp/qmmp-1.4.0.ebuild | 12 ++----------
 1 file 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 4c02d12db02..10999a8686e 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
-}

Reply via email to