diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-07-16 00:16:28 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-16 10:16:49 +0300 |
commit | 016c8b04a412479a98978952d722cf7116534b4f (patch) | |
tree | 95c2f35def9c716180420b43c7c035685d4f5a0c | |
parent | media-gfx/flameshot: remove unused patch(es) (diff) | |
download | gentoo-016c8b04a412479a98978952d722cf7116534b4f.tar.gz gentoo-016c8b04a412479a98978952d722cf7116534b4f.tar.bz2 gentoo-016c8b04a412479a98978952d722cf7116534b4f.zip |
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@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26434
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | sci-astronomy/siril/siril-1.0.3.ebuild | 2 | ||||
-rw-r--r-- | sci-astronomy/siril/siril-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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 } |