Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428518 - gpe-base/libgpelaunch should depend on x11-libs/startup-notification
Summary: gpe-base/libgpelaunch should depend on x11-libs/startup-notification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GPE Desktop project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-29 14:04 UTC by James Le Cuirot
Modified: 2013-01-26 23:35 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 James Le Cuirot gentoo-dev 2012-07-29 14:04:47 UTC
gpe-base/libgpelaunch should depend (DEPEND and RDEPEND) on x11-libs/startup-notification. It should possibly depend on glib-2 as well? Note the following line from configure.ac.

PKG_CHECK_MODULES(LAUNCHER, glib-2.0 libstartup-notification-1.0)
Comment 1 Angelo Arrifano (RETIRED) gentoo-dev 2013-01-26 23:35:40 UTC
(In reply to comment #0)
> gpe-base/libgpelaunch should depend (DEPEND and RDEPEND) on
> x11-libs/startup-notification. It should possibly depend on glib-2 as well?
> Note the following line from configure.ac.
> 
> PKG_CHECK_MODULES(LAUNCHER, glib-2.0 libstartup-notification-1.0)

glib-2 is pulled in by gtk+ which in turn is pulled in by libgpewidget. I fixed the other missing dep, thanks for reporting.

PS: Sorry for the long delay :)