commit: b1acf715fc1194406cf6df4ab1e9239b81738a0a
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Sat Apr 6 19:11:25 2024 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Sat Apr 6 19:11:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1acf715
gnome-extra/junction:
Update ebuilds to follow QA Notice warnings:
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
gnome-extra/junction/junction-1.6-r1.ebuild | 14 +++++++++++++-
gnome-extra/junction/junction-1.7.ebuild | 14 +++++++++++++-
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild
b/gnome-extra/junction/junction-1.6-r1.ebuild
index d7d8303e6f..359c485fb8 100644
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ b/gnome-extra/junction/junction-1.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson
+inherit xdg gnome2-utils meson
TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
DESCRIPTION="Application/browser chooser"
@@ -56,3 +56,15 @@ src_configure() {
src_test() {
:
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+ gnome2_schemas_update
+}
diff --git a/gnome-extra/junction/junction-1.7.ebuild
b/gnome-extra/junction/junction-1.7.ebuild
index 63b1d90505..bf28970ab7 100644
--- a/gnome-extra/junction/junction-1.7.ebuild
+++ b/gnome-extra/junction/junction-1.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson
+inherit xdg gnome2-utils meson
TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
DESCRIPTION="Application/browser chooser"
@@ -56,3 +56,15 @@ src_configure() {
src_test() {
:
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+ gnome2_schemas_update
+}