Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672274 - x11-misc/redshift should RDEPEND on dev-libs/libappindicator:3[introspection]
Summary: x11-misc/redshift should RDEPEND on dev-libs/libappindicator:3[introspection]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-30 08:12 UTC by Garry Filakhtov
Modified: 2018-12-09 22:00 UTC (History)
1 user (show)

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 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(+)