# 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/"
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
# 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/"
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}