Skip to content

Commit

Permalink
media-sound/sonic-visualiser Fix QA issue deprecated fdo-mime inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvanderveldt authored and aballier committed Dec 4, 2017
1 parent 68531ab commit 1c132c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions media-sound/sonic-visualiser/sonic-visualiser-2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}
6 changes: 3 additions & 3 deletions media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}

0 comments on commit 1c132c7

Please sign in to comment.