After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687203 - geoclue gtk+2 dep can be dropped?
geoclue gtk+2 dep can be dropped?
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-10-30 14:53 UTC by Michael Wood
Modified: 2012-10-30 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove geoclue gtk2 dep (1.38 KB, patch)
2012-10-30 14:53 UTC, Michael Wood
committed Details | Review

Description Michael Wood 2012-10-30 14:53:36 UTC
Created attachment 227646 [details] [review]
patch to remove geoclue gtk2 dep

Geoclue has now been updated to use gtk+3 so it no longer needs gtk+2 as a dep

http://cgit.freedesktop.org/geoclue/commit?id=0c88d446e452d1fc4795f2083ceab9ba766bc686

gnome-suites-core-deps-3.8.modules:77:  <autotools id="geoclue">
gnome-suites-core-deps-3.8.modules-78-    <branch repo="git.freedesktop.org"/>
gnome-suites-core-deps-3.8.modules-79-    <dependencies>
gnome-suites-core-deps-3.8.modules-80-      <dep package="dbus-glib"/>
gnome-suites-core-deps-3.8.modules-81-      <dep package="glib"/>
gnome-suites-core-deps-3.8.modules-82-      <dep package="gtk+-2"/>
Comment 1 Colin Walters 2012-10-30 15:03:24 UTC
Review of attachment 227646 [details] [review]:

Looks good.