← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~mathieu-tl/evolution-indicator/gtkhtml-editor-api-name into lp:evolution-indicator

 

Mathieu Trudel has proposed merging lp:~mathieu-tl/evolution-indicator/gtkhtml-editor-api-name into lp:evolution-indicator.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)


I found this was an issue while preparing an update to evolution-indicator, which got removed as I tested upgrading to my PPA packages for evolution 2.32. Further investigation showed that evolution-indicator didn't build without changes, failing to find build dependencies in configure.

This is a tiny change to take into account gtkhtml-editor's naming that has slightly changed upstream. Its name now includes the API version, so we should look for gtkthml-editor-3.14 instead.

See http://git.gnome.org/browse/gtkhtml/commit/?h=gnome-2-32&id=aad24cc54667f7be247b48aaf2e080b91fbb239d


-- 
https://code.launchpad.net/~mathieu-tl/evolution-indicator/gtkhtml-editor-api-name/+merge/38854
Your team ayatana-commits is subscribed to branch lp:evolution-indicator.
=== modified file 'configure.ac'
--- configure.ac	2010-10-12 16:33:57 +0000
+++ configure.ac	2010-10-19 16:07:45 +0000
@@ -65,7 +65,7 @@
                   dbus-glib-1
                   libnotify
                   libcanberra
-                  gtkhtml-editor
+                  gtkhtml-editor-3.14
                   )
 AC_SUBST(DEPS_CFLAGS)
 AC_SUBST(DEPS_LIBS)