diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libappindicator1.symbols | 2 | ||||
-rw-r--r-- | debian/libappindicator3-1.symbols | 2 |
4 files changed, 20 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7cd43a3..63f44a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libappindicator (0.4.90-0ubuntu1~ppa1) precise; urgency=low + + * 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 + + -- Ted Gould <ted@ubuntu.com> Fri, 03 Feb 2012 15:04:46 -0600 + libappindicator (0.4.1-0ubuntu4) precise; urgency=low * rebuild for libindicator7 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, diff --git a/debian/libappindicator1.symbols b/debian/libappindicator1.symbols index 0ee8bd0..ded488e 100644 --- a/debian/libappindicator1.symbols +++ b/debian/libappindicator1.symbols @@ -14,6 +14,7 @@ libappindicator.so.1 libappindicator1 #MINVER# app_indicator_get_ordering_index@Base 0.2.91 app_indicator_get_secondary_activate_target@Base 0.3.91 app_indicator_get_status@Base 0.2.91 + app_indicator_get_title@Base 0.4.90 app_indicator_get_type@Base 0.2.91 app_indicator_new@Base 0.2.91 app_indicator_new_with_path@Base 0.2.91 @@ -27,4 +28,5 @@ libappindicator.so.1 libappindicator1 #MINVER# app_indicator_set_ordering_index@Base 0.2.91 app_indicator_set_secondary_activate_target@Base 0.3.91 app_indicator_set_status@Base 0.2.91 + app_indicator_set_title@Base 0.4.90 app_indicator_status_get_type@Base 0.2.91 diff --git a/debian/libappindicator3-1.symbols b/debian/libappindicator3-1.symbols index 0dc29aa..3b63f22 100644 --- a/debian/libappindicator3-1.symbols +++ b/debian/libappindicator3-1.symbols @@ -14,6 +14,7 @@ libappindicator3.so.1 libappindicator3-1 #MINVER# app_indicator_get_ordering_index@Base 0.2.92 app_indicator_get_secondary_activate_target@Base 0.3.91 app_indicator_get_status@Base 0.2.92 + app_indicator_get_title@Base 0.4.90 app_indicator_get_type@Base 0.2.92 app_indicator_new@Base 0.2.92 app_indicator_new_with_path@Base 0.2.92 @@ -27,4 +28,5 @@ libappindicator3.so.1 libappindicator3-1 #MINVER# app_indicator_set_ordering_index@Base 0.2.92 app_indicator_set_secondary_activate_target@Base 0.3.91 app_indicator_set_status@Base 0.2.92 + app_indicator_set_title@Base 0.4.90 app_indicator_status_get_type@Base 0.2.92 |