From 2cb08a32f206e226b19691ff3f64a7a64bb614ca Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 29 Jun 2022 22:44:28 +0200 Subject: [PATCH] gui-apps/swaync: Added gnome2-utils eclass to update GSettings Signed-off-by: Jonas Frei --- .../{swaync-0.6.3.ebuild => swaync-0.6.3-r1.ebuild} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename gui-apps/swaync/{swaync-0.6.3.ebuild => swaync-0.6.3-r1.ebuild} (89%) diff --git a/gui-apps/swaync/swaync-0.6.3.ebuild b/gui-apps/swaync/swaync-0.6.3-r1.ebuild similarity index 89% rename from gui-apps/swaync/swaync-0.6.3.ebuild rename to gui-apps/swaync/swaync-0.6.3-r1.ebuild index b9f015b2d9..403c1b610f 100644 --- a/gui-apps/swaync/swaync-0.6.3.ebuild +++ b/gui-apps/swaync/swaync-0.6.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson vala +inherit meson vala gnome2-utils MY_PN="SwayNotificationCenter" DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center" @@ -46,3 +46,11 @@ src_configure() { ) meson_src_configure } + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +}