media-sound/sonic-visualiser Fix QA issue deprecated fdo-mime inherit
authorSimon van der Veldt <simon.vanderveldt@gmail.com>
Mon, 4 Dec 2017 19:14:18 +0000 (20:14 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 4 Dec 2017 21:51:45 +0000 (22:51 +0100)
media-sound/sonic-visualiser/sonic-visualiser-2.5.ebuild
media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild

index b433f5baa1c52787e3b9a15173247942105bb8a6..00ec1a1077fc6ff23ead8602d326fde9e139e0d2 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
-inherit eutils qmake-utils autotools fdo-mime
+inherit eutils qmake-utils autotools xdg-utils
 
 DESCRIPTION="Music audio files viewer and analiser"
 HOMEPAGE="http://www.sonicvisualiser.org/"
@@ -97,9 +97,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
index b15eff6a3675d6a921afb64030bb7d0d10051652..925c45cb4a6515fcc2273addf42400adf81e9bf9 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils qmake-utils autotools fdo-mime
+inherit eutils qmake-utils autotools xdg-utils
 
 DESCRIPTION="Music audio files viewer and analiser"
 HOMEPAGE="http://www.sonicvisualiser.org/"
@@ -101,9 +101,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }