diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:55:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:55:28 -0500 |
commit | 27152b308f81f820833391ef228c4499c73c2183 (patch) | |
tree | 06dfb0776e35b56b3d2ec8d682723722d506b437 /configure.ac | |
parent | 1fe4c86ce7dd4f206c1b954919a262740cbf76ef (diff) | |
parent | d39cc3106f19eb906552e137824aabb4d648c2a1 (diff) | |
download | ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.tar.gz ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.tar.bz2 ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.zip |
* Upstream release 0.3.0
- Disabling static builds.
- Porting to libindicator 0.3.0
- Adding translator comments from hours and minutes strings.
(LP: #456437)
- Upgrading to dbusmenu 0.2.0
* debian/control: Updating dbusmenu dependency to 0.2.0
* debian/control: Increasing libindicator-dev dependency to
0.3.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 29231a8..cdffa27 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messages, 0.2.6) +AM_INIT_AUTOMAKE(indicator-messages, 0.3.0) AM_MAINTAINER_MODE @@ -31,7 +31,7 @@ GIO_UNIX_REQUIRED_VERSION=2.18 PANEL_REQUIRED_VERSION=2.0.0 INDICATE_REQUIRED_VERSION=0.2.0 INDICATOR_REQUIRED_VERSION=0.3.0 -DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +DBUSMENUGTK_REQUIRED_VERSION=0.2.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION |