Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 566330

Summary: x11-misc/lightdm-gtk-greeter-2.0.1: - automagic dependency on dev-libs/libindicator:3
Product: Gentoo Linux Reporter: Mike Hiretsky <mh>
Component: Current packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Hiretsky 2015-11-20 13:05:44 UTC
>>> package: dev-libs/libindicator-12.10.1-r301
 *  - /usr/lib64/libindicator3.so.7
 *  - /usr/lib64/libindicator3.so.7.0.0
 *      used by /usr/sbin/lightdm-gtk-greeter (x11-misc/lightdm-gtk-greeter-2.0.1)


Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/libindicator:3
2. emerge =x11-misc/lightdm-gtk-greeter-2.0.1
3. emerge -C libindicator



Need to dependence dev-libs/libindicator:3 or configuration with "--disable-libindicator  Disable libindicator support"
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-12-03 17:48:33 UTC
I will go ahead with the following in the next version bump

diff --git a/x11-misc/lightdm/lightdm-1.17.2.ebuild b/x11-misc/lightdm/lightdm-1.17.2.ebuild
index aaee53f..05b8d73 100644
--- a/x11-misc/lightdm/lightdm-1.17.2.ebuild
+++ b/x11-misc/lightdm/lightdm-1.17.2.ebuild
@@ -14,10 +14,11 @@ SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
+IUSE="audit ayatana +gtk +introspection kde qt4 qt5 +gnome"
 REQUIRED_USE="|| ( gtk kde )"
 
 COMMON_DEPEND="audit? ( sys-process/audit )
+       ayatana? ( dev-libs/libindicator:3 )
        >=dev-libs/glib-2.32.3:2
        dev-libs/libxml2
        gnome? ( sys-apps/accountsservice )
@@ -88,6 +89,7 @@ src_configure() {
                --disable-static \
                --disable-tests \
                $(use_enable audit libaudit) \
+               $(use_enable ayatana libindicator) \
                $(use_enable introspection) \
                $(use_enable qt4 liblightdm-qt) \
                $(use_enable qt5 liblightdm-qt5) \
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2015-12-03 21:23:06 UTC
Fixed in 2.0.1-r1