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

Bug 672274

Summary: x11-misc/redshift should RDEPEND on dev-libs/libappindicator:3[introspection]
Product: Gentoo Linux Reporter: Garry Filakhtov <filakhtov>
Component: Current packagesAssignee: Sebastian Pipping <sping>
Status: RESOLVED FIXED    
Severity: normal CC: desktop-misc
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Garry Filakhtov 2018-11-30 08:12:37 UTC
x11-misc/redshift package currently pulls in dev-libs/libappindicator:3 package as a dependency, to integrate with Ayatana Ubuntu notification service. However current dependency does not enforce the introspection flag to be enabled on libappindicator.

However, statusicon.py uses GObject introspection to import AppIndicator: gi.require_version('AppIndicator3', '0.1') and therefore it should be enforced in ebuild.
Comment 1 Sebastian Pipping gentoo-dev 2018-12-09 21:59:47 UTC
I see, thanks for the report!
Comment 2 Larry the Git Cow gentoo-dev 2018-12-09 22:00:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaa8c36dd579d7a3a52747c483988332e7b2da7

commit 5eaa8c36dd579d7a3a52747c483988332e7b2da7
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2018-12-09 21:58:07 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2018-12-09 21:58:07 +0000

    x11-misc/redshift: RDEPEND on libappindicator with introspection
    
    Closes: https://bugs.gentoo.org/672274
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 x11-misc/redshift/redshift-1.12-r1.ebuild | 86 +++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)