commit: 016c8b04a412479a98978952d722cf7116534b4f Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Fri Jul 15 22:16:28 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 07:16:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016c8b04
sci-astronomy/siril: update mime and .desktop database Closes: https://bugs.gentoo.org/858236 Closes: https://bugs.gentoo.org/858239 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/26434 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sci-astronomy/siril/siril-1.0.3.ebuild | 2 ++ sci-astronomy/siril/siril-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sci-astronomy/siril/siril-1.0.3.ebuild b/sci-astronomy/siril/siril-1.0.3.ebuild index 4954c6f5912e..de5d2c77535e 100644 --- a/sci-astronomy/siril/siril-1.0.3.ebuild +++ b/sci-astronomy/siril/siril-1.0.3.ebuild @@ -79,5 +79,7 @@ src_configure() { } pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update optfeature "gnuplot support" sci-visualization/gnuplot } diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index ebbd20b9dcf6..62ed0ef4d3f6 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -80,5 +80,7 @@ src_configure() { } pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update optfeature "gnuplot support" sci-visualization/gnuplot }
