mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
gui-apps/swaync: Added gnome2-utils eclass to update GSettings
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit meson vala
|
inherit meson vala gnome2-utils
|
||||||
|
|
||||||
MY_PN="SwayNotificationCenter"
|
MY_PN="SwayNotificationCenter"
|
||||||
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
||||||
@@ -46,3 +46,11 @@ src_configure() {
|
|||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user