commit:     b72fd484ae678c84697fcf48488f23ce3cc8073c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 08:23:16 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 08:23:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72fd484

gnome-extra/nm-applet: Update glib schemas

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/nm-applet/nm-applet-1.30.0.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild
index 3a0d36da7539..a78d5210f797 100644
--- a/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.30.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 GNOME_ORG_MODULE="network-manager-applet"
 
-inherit gnome.org meson xdg
+inherit gnome.org gnome2-utils meson xdg
 
 DESCRIPTION="NetworkManager connection editor and applet"
 HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
@@ -49,3 +49,13 @@ src_configure() {
        )
        meson_src_configure
 }
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to