Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566330 - x11-misc/lightdm-gtk-greeter-2.0.1: - automagic dependency on dev-libs/libindicator:3
Summary: x11-misc/lightdm-gtk-greeter-2.0.1: - automagic dependency on dev-libs/libind...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 13:05 UTC by Mike Hiretsky
Modified: 2015-12-03 21:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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