summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-05-01 12:46:01 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-05-01 12:48:50 -0500
commit3528ec6326b11b6dc1ed01cbcbde060ed39129a7 (patch)
tree9e0db418681e63cc76638b7c3c5f7909f2cd5ca3
parentdev-util/byacc: x86 stable wrt bug #720276 (diff)
downloadgentoo-3528ec6326b11b6dc1ed01cbcbde060ed39129a7.tar.gz
gentoo-3528ec6326b11b6dc1ed01cbcbde060ed39129a7.tar.bz2
gentoo-3528ec6326b11b6dc1ed01cbcbde060ed39129a7.zip
sci-chemistry/gelemental: use xdg-utils eclass
Closes: https://bugs.gentoo.org/720308 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-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
}