commit: 3394582c993b1fac23afea96b5b7c30bd8c2584a
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Thu Jan 4 12:20:25 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 12:21:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3394582c
app-office/obsidian: fix postinst to run xdg postinst step
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
.../obsidian/{obsidian-1.5.3.ebuild => obsidian-1.4.16-r2.ebuild} | 2 ++
.../obsidian/{obsidian-1.4.16-r1.ebuild => obsidian-1.5.3-r1.ebuild} | 2 ++
2 files changed, 4 insertions(+)
diff --git a/app-office/obsidian/obsidian-1.5.3.ebuild
b/app-office/obsidian/obsidian-1.4.16-r2.ebuild
similarity index 99%
rename from app-office/obsidian/obsidian-1.5.3.ebuild
rename to app-office/obsidian/obsidian-1.4.16-r2.ebuild
index 8baafd637c..d982b36183 100644
--- a/app-office/obsidian/obsidian-1.5.3.ebuild
+++ b/app-office/obsidian/obsidian-1.4.16-r2.ebuild
@@ -168,6 +168,8 @@ src_install() {
}
pkg_postinst() {
+ xdg_icon_cache_update
+
ewarn "Some users have reported that running Obsidian with native
Wayland"
ewarn "support causes the software to crash. Others have it working"
ewarn "without issue. See https://bugs.gentoo.org/915899"
diff --git a/app-office/obsidian/obsidian-1.4.16-r1.ebuild
b/app-office/obsidian/obsidian-1.5.3-r1.ebuild
similarity index 99%
rename from app-office/obsidian/obsidian-1.4.16-r1.ebuild
rename to app-office/obsidian/obsidian-1.5.3-r1.ebuild
index 8baafd637c..b23ea4fb8a 100644
--- a/app-office/obsidian/obsidian-1.4.16-r1.ebuild
+++ b/app-office/obsidian/obsidian-1.5.3-r1.ebuild
@@ -168,6 +168,8 @@ src_install() {
}
pkg_postinst() {
+ xdg_icon_cache_update
+
ewarn "Some users have reported that running Obsidian with native
Wayland"
ewarn "support causes the software to crash. Others have it working"
ewarn "without issue. See https://bugs.gentoo.org/915899"