summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon van der Veldt <simon.vanderveldt@gmail.com>2017-12-04 20:11:47 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-04 22:51:44 +0100
commit68531ab7f9edb28e0b55a93da1e9abfda5001647 (patch)
tree547d33b1ea71c87500140b6c32c330f2f2ec2367 /media-sound/rosegarden/rosegarden-17.04.ebuild
parentdev-ros/class_loader: bump to 0.3.8 (diff)
downloadgentoo-68531ab7f9edb28e0b55a93da1e9abfda5001647.tar.gz
gentoo-68531ab7f9edb28e0b55a93da1e9abfda5001647.tar.bz2
gentoo-68531ab7f9edb28e0b55a93da1e9abfda5001647.zip
media-sound/rosegarden Fix QA issue deprecated fdo-mime inherit
Diffstat (limited to 'media-sound/rosegarden/rosegarden-17.04.ebuild')
-rw-r--r--media-sound/rosegarden/rosegarden-17.04.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/rosegarden/rosegarden-17.04.ebuild b/media-sound/rosegarden/rosegarden-17.04.ebuild
index 17a8df025a95..6bb3fccf30c0 100644
--- a/media-sound/rosegarden/rosegarden-17.04.ebuild
+++ b/media-sound/rosegarden/rosegarden-17.04.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit cmake-utils eutils fdo-mime gnome2-utils
+inherit cmake-utils eutils xdg-utils gnome2-utils
DESCRIPTION="MIDI and audio sequencer and notation editor"
HOMEPAGE="http://www.rosegardenmusic.com/"
@@ -49,12 +49,12 @@ pkg_preinst() {
pkg_postinst() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}