[Bug 327938] Re: Please, sponsor gnome-python-desktop 2.25.90 to jaunty
Didier Roche
didrocks at gmail.com
Wed Feb 11 13:14:09 GMT 2009
You're right, the diff between the two configure files show that evince
has been added (I must have inverted the diff previously, because I saw
it explicitely to go away, IIRC)...
Strange that with default_bindings_on didn't take it into account on configure step and warned for that.
New version of the branch correct this.
FYI:
$ diff -Nup ../../gnome-python-desktop-2.24.1/configure.ac configure.ac
--- ../../gnome-python-desktop-2.24.1/configure.ac 2008-12-19 16:16:26.000000000 +0100
+++ configure.ac 2009-02-01 19:48:36.000000000 +0100
[...]
@@ -128,7 +128,7 @@ AC_ARG_ENABLE([gtk-doc],
[...]
-default_bindings_on="applet gnomeprint gnomeprintui gtksourceview wnck totem_plparser gtop nautilusburn mediaprofiles rsvg gnomekeyring gnomedesktop bugbuddy metacity evolution evolution_ecal"
+default_bindings_on="applet gnomeprint gnomeprintui gtksourceview wnck totem_plparser gtop nautilusburn mediaprofiles rsvg
gnomekeyring gnomedesktop bugbuddy metacity evolution evolution_ecal evince"
@@ -153,7 +153,8 @@ dnl should we build the gnome.applet mod
AC_ARG_BINDING([applet],[YES],[gnome.applet])
if $build_applet; then
PKG_CHECK_MODULES(LIBPANELAPPLET, [libpanelapplet-2.0 >= libpanelapplet_required_version
- gnome-python-2.0 >= gnome_python_required_version],
+ gnome-python-2.0 >= gnome_python_required_version
+ libgnome-2.0 libgnomeui-2.0],
--
Please, sponsor gnome-python-desktop 2.25.90 to jaunty
https://bugs.launchpad.net/bugs/327938
You received this bug notification because you are a member of Sugar
Team, which is a direct subscriber.
Status in “gnome-python-desktop” source package in Ubuntu: Confirmed
Bug description:
gnome-python-desktop (2.25.90-0ubuntu1) jaunty; urgency=low
* New upstream version (LP: #327938)
- New Evince bindings
- Fix error building wnck bindings
- Upgrade to WAF 1.5.3
- gnomeapplet: fix get_popup_component does not return correct object
(LP: #323169)
- gtop: missing include
- evolution: fix evolution still installed even if disabled
* debian/control.in:
- add libgnome2-dev & libgnomeui-dev as b-d
- add Vcs-Bzr tag
* Re-generate debian/control
* Update debian/watch to take unstable GNOME version
More information about the Ubuntu-sugarteam
mailing list