diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
commit | 2c4628f0647760d314a70d227c88005aa4e89017 (patch) | |
tree | 9c83ede4648c8e7506c6f297f7997b8eefa4f036 /debian/control | |
parent | 996677f97a04275f47fcc3c540ed7df5333677fe (diff) | |
parent | 0ef39fd36500773506b9571cc9475874850a35f1 (diff) | |
download | libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.gz libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.bz2 libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.zip |
* New upstream release.
* Fix include with Dbusmenu 0.5.90
* Fix GTK3 include paths in pkgconfig file (LP: #869373)
* Add title property (LP: #923971)
* Don't specify pyglib-2.0-python2.6 in LDFLAGS
* fix fallback icon of the GtkStatusIcon (LP: #820080)
* debian/control: Dbusmneu Dep to 0.5.90
* deibna/*symbols: Updated to add [set|get]_title functions
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1f2a597..f7d7dc4 100644 --- a/debian/control +++ b/debian/control @@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 7.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.94), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, |