summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild (renamed from sci-chemistry/gelemental/gelemental-2.0.0.ebuild)12
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
index 96fbcf235cb4..4affe1b9171e 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools fdo-mime flag-o-matic gnome2-utils eutils
+inherit autotools eutils flag-o-matic xdg-utils
DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
HOMEPAGE="https://github.com/ginggs/gelemental/"
@@ -36,11 +36,13 @@ src_configure() {
}
pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}