Search Criteria
Package Details: libindicator-gtk3-ubuntu 16.10.0.18.04.20180321.1-1
Git Clone URL: | https://aur.archlinux.org/libindicator-ubuntu.git (read-only, click to copy) |
---|---|
Package Base: | libindicator-ubuntu |
Description: | A set of symbols and convience functions that all indicators would like to use (GTK+ 3 library) |
Upstream URL: | https://launchpad.net/libindicator |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | horsemanoffaith |
Maintainer: | horsemanoffaith |
Last Packager: | horsemanoffaith |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-07 02:33 |
Last Updated: | 2018-05-05 03:39 |
Dependencies (7)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- ido-ubuntu
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer) (make)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view) (make)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead) (make)
- ido-ubuntu (make)
Required by (42)
- astiga-nativefier (requires libindicator-gtk3) (optional)
- budgie-indicator-applet (requires libindicator-gtk3)
- caffeine-ng-git (requires libindicator-gtk3) (optional)
- cairo-dock-plug-ins-git (requires libindicator-gtk3)
- carnet (requires libindicator-gtk3)
- dashlane-nativefier (requires libindicator-gtk3) (optional)
- db-web-bahnhofstafel (requires libindicator-gtk3) (optional)
- duolingo-nativefier (requires libindicator-gtk3) (optional)
- facebook-desktop-app (requires libindicator-gtk3) (optional)
- facebook-nativefier (requires libindicator-gtk3) (optional)
- gdlauncher (requires libindicator-gtk3)
- gdlauncher-appimage (requires libindicator-gtk3)
- gdlauncher-bin (requires libindicator-gtk3)
- gdlauncher-classic (requires libindicator-gtk3)
- gdlauncher-git (requires libindicator-gtk3)
- geforcenow-nativefier (requires libindicator-gtk3) (optional)
- hailer-nativefier (requires libindicator-gtk3) (optional)
- indicator-multiload (requires libindicator-gtk3)
- indicator-notifications (requires libindicator-gtk3)
- indicator-session (requires libindicator-gtk3)
- indicator-sound (requires libindicator-gtk3)
- instagram-nativefier (requires libindicator-gtk3) (optional)
- koalalauncher (requires libindicator-gtk3)
- koalalauncher-bin (requires libindicator-gtk3)
- libappindicator-bzr (requires libindicator-gtk3) (make)
- libappindicator-gtk2-ubuntu (make)
- libappindicator-gtk3-ubuntu
- libappindicator-gtk3-ubuntu (make)
- lightdm-unity-greeter
- mesen-s-bin (requires libindicator-gtk3)
- rocketchat-client-bin (requires libindicator-gtk3) (optional)
- soundcloud-nativefier (requires libindicator-gtk3) (optional)
- tidal-nativefier (requires libindicator-gtk3) (optional)
- vrr-app (requires libindicator-gtk3) (optional)
- whatsapp-nativefier (requires libindicator-gtk3) (optional)
- whatsapp-nativefier-arch-electron (requires libindicator-gtk3) (optional)
- whatsapp-nativefier-dark (requires libindicator-gtk3) (optional)
- wingpanel-indicator-ayatana
- wingpanel-indicator-ayatana-git
- wingpanel-indicator-namarupa-git
- xfce4-indicator-plugin (requires libindicator-gtk3)
- youtubemusic-nativefier (requires libindicator-gtk3) (optional)
Latest Comments
quequotion commented on 2019-10-08 15:47
clean chroot build fails: upstream is using a deprecated API.
In addition,
gtk3
can be dropped frommakedepends()
(ido-ubuntu
already depends ongtk3
, although it should depend on gtk3-ubuntu); whilepython
should be added to depends().In order to clean chroot build, build
ido-ubuntu
and its dependencygtk3-ubuntu
first, then preinstall them:quequotion commented on 2018-01-21 04:39
Thanks for the update!
Unity may be dead, but Ayatana indicators linger on. It's a sad state of affairs really, rather than coming up with a real standard, GNOME, Canonical, and others all made their own mutually-incompatible variations of SNI for no good reason at all.
horsemanoffaith commented on 2018-01-20 05:12
@quequotion- the package was not updated by Ubuntu developers until last month, which I was not aware of. I will be happy to update the package. AFAIK, Unity development has come to a halt, so I do not know if this package will need maintenance much further into the future.
I apologize- I rebuilt the package with your comments in mind, then forgot to push the changes to the AUR. I will have the package updated shortly.
quequotion commented on 2018-01-10 18:57
It would be really helpful to put those provides and conflicts in, so that this package can be used interchangably with the other one.
I notice you haven't updated the package since 2016, I'd be happy to take over if you aren't interested anymore.
quequotion commented on 2017-05-30 10:41
Both packages need to provide and conflict the standard package, ie:
package_libindicator-gtk2-ubuntu() {
conflicts=(libindicator-gtk2)
provides=(libindicator-gtk2)
package_libindicator-gtk3-ubuntu() {
conflicts=(libindicator-gtk3)
provides=(libindicator-gtk3)
It is difficult to install this package if the others are already installed; their dependencies need to know this package will suffice; proper provides() and conflicts() avoids forcing users to use dangerous flags with pacman.