commit: 5fd4da324c5b551a597c6a791825722a1478fe94
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 14:58:35 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 14:58:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd4da32
app-misc/solaar: Sync live ebuild with latest fixes
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-misc/solaar/solaar-9999.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/app-misc/solaar/solaar-9999.ebuild
b/app-misc/solaar/solaar-9999.ebuild
index 580d58d70762..13ddbb755105 100644
--- a/app-misc/solaar/solaar-9999.ebuild
+++ b/app-misc/solaar/solaar-9999.ebuild
@@ -36,9 +36,9 @@ RDEPEND="
')
x11-libs/gtk+:3[introspection]
- appindicator? ( dev-libs/libappindicator:3[introspection] )
+ appindicator? ( dev-libs/libayatana-appindicator )
libnotify? ( x11-libs/libnotify[introspection] )"
-# libappindicator & libnotify are entirely optional and detected at runtime
+# libayatana-appindicator & libnotify are entirely optional and detected at
runtime
CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
@@ -72,4 +72,10 @@ python_install_all() {
pkg_postinst() {
udev_reload
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ udev_reload
+ xdg_pkg_postrm
}