diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-27 16:58:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-27 16:58:35 +0200 |
commit | 5fd4da324c5b551a597c6a791825722a1478fe94 (patch) | |
tree | 5d2f1d142919fb35307ad02fd64658192be2dbfb /app-misc/solaar | |
parent | mate-extra/mate-polkit: Support ayatana indicators (diff) | |
download | gentoo-5fd4da324c5b551a597c6a791825722a1478fe94.tar.gz gentoo-5fd4da324c5b551a597c6a791825722a1478fe94.tar.bz2 gentoo-5fd4da324c5b551a597c6a791825722a1478fe94.zip |
app-misc/solaar: Sync live ebuild with latest fixes
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-misc/solaar')
-rw-r--r-- | app-misc/solaar/solaar-9999.ebuild | 10 |
1 files 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 } |