diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 82cc4c4..4372dc5 100644 --- a/configure.ac +++ b/configure.ac @@ -47,9 +47,11 @@ AC_PATH_PROG(GCONFTOOL, gconftool-2) AM_GCONF_SOURCE_2 GLIB_REQUIRED_VERSION=2.18 +GIO_REQUIRED_VERSION=2.18 GDK_PIXBUF_REQUIRED_VERSION=2.12 PKG_CHECK_MODULES(LIBINDICATE, glib-2.0 >= $GLIB_REQUIRED_VERSION + gio-2.0 >= $GIO_REQUIRED_VERSION gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION dbus-glib-1 >= $DBUS_REQUIRED_VERSION) AC_SUBST(LIBINDICATE_CFLAGS) diff --git a/debian/changelog b/debian/changelog index 91ceaac..7848a9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +indicator-applet (0.1~ppa38) intrepid; urgency=low + + * Adding gio to the configure script. I'm unsure why it builds + locally and not on the buildds because of this. But, it seems + to make a difference. Eh, no more dependencies really. + + -- Ted Gould <ted@ubuntu.com> Thu, 12 Feb 2009 20:19:11 -0600 + +indicator-applet (0.1~ppa37) intrepid; urgency=low + + * Really fleshing out the icon and time stuff so that it + works on both sides and the convience functions are + nice to work with. + + -- Ted Gould <ted@ubuntu.com> Thu, 12 Feb 2009 16:49:08 -0600 + indicator-applet (0.1~ppa36) intrepid; urgency=low * Better handling of the properties with convience functions |