aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-07-08 18:26:25 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-07-08 18:26:25 +0200
commit22da24cc09fef99a1574a48b614fc3cc57a9597e (patch)
treec67e573dac173d21b67964a6b14bfedcd07b9df9
parent711cb0bbc9d5af3eb4b3db667e3cf0558bea3d48 (diff)
parent8ce01c571686c036e8a289d33adaa83b91727a15 (diff)
downloadayatana-indicator-application-22da24cc09fef99a1574a48b614fc3cc57a9597e.tar.gz
ayatana-indicator-application-22da24cc09fef99a1574a48b614fc3cc57a9597e.tar.bz2
ayatana-indicator-application-22da24cc09fef99a1574a48b614fc3cc57a9597e.zip
releasing version 0.2.2-0ubuntu1
-rw-r--r--ChangeLog20
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog12
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules3
-rw-r--r--docs/reference/libappindicator-docs.sgml2
-rw-r--r--docs/reference/version.xml2
-rw-r--r--src/app-indicator.c8
9 files changed, 54 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 22eab51..6ef8a68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
# Generated by Makefile. Do not edit.
+2010-07-07 Ted Gould <ted@gould.cx>
+
+ Merging this branch, but I think it's fixes must have gone in with another.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Setting the policy version.
+
+2010-07-07 Ted Gould <ted@gould.cx>
+
+ Working with the better container signals
+
+2010-06-11 Ted Gould <ted@gould.cx>
+
+ Changing signal names and getting the ones on the base menu as well.
+
+2010-06-11 Ted Gould <ted@gould.cx>
+
+ Changing the signal names
+
2010-06-21 Ted Gould <ted@gould.cx>
0.2.1
diff --git a/configure b/configure
index a858283..204b9e7 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for indicator-application 0.2.1.
+# Generated by GNU Autoconf 2.65 for indicator-application 0.2.2.
#
# Report bugs to <ted@canonical.com>.
#
@@ -703,8 +703,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='indicator-application'
PACKAGE_TARNAME='indicator-application'
-PACKAGE_VERSION='0.2.1'
-PACKAGE_STRING='indicator-application 0.2.1'
+PACKAGE_VERSION='0.2.2'
+PACKAGE_STRING='indicator-application 0.2.2'
PACKAGE_BUGREPORT='ted@canonical.com'
PACKAGE_URL=''
@@ -1505,7 +1505,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures indicator-application 0.2.1 to adapt to many kinds of systems.
+\`configure' configures indicator-application 0.2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1576,7 +1576,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of indicator-application 0.2.1:";;
+ short | recursive ) echo "Configuration of indicator-application 0.2.2:";;
esac
cat <<\_ACEOF
@@ -1709,7 +1709,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-indicator-application configure 0.2.1
+indicator-application configure 0.2.2
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1989,7 +1989,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by indicator-application $as_me 0.2.1, which was
+It was created by indicator-application $as_me 0.2.2, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2803,7 +2803,7 @@ fi
# Define the identity of the package.
PACKAGE=indicator-application
- VERSION=0.2.1
+ VERSION=0.2.2
cat >>confdefs.h <<_ACEOF
@@ -13684,7 +13684,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by indicator-application $as_me 0.2.1, which was
+This file was extended by indicator-application $as_me 0.2.2, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13750,7 +13750,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-indicator-application config.status 0.2.1
+indicator-application config.status 0.2.2
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index bd3c6a4..86c60e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.2.1, ted@canonical.com)
+AC_INIT(indicator-application, 0.2.2, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.2.1)
+AM_INIT_AUTOMAKE(indicator-application, 0.2.2)
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index 6228e2e..ac621c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+indicator-application (0.2.2-0ubuntu1) maverick; urgency=low
+
+ * debian/control, debian/rules:
+ - use dh_girepository and gir:Depends to get the gir depends,
+ clean the build-depends on gir-repository-dev not required
+
+ [ Ted Gould ]
+ * New upstream release.
+ ∘ Work with updated container signal names (lp: #558841)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Jul 2010 18:12:00 +0200
+
indicator-application (0.2.1-0ubuntu1) maverick; urgency=low
[ Ted Gould ]
diff --git a/debian/control b/debian/control
index bdd065d..8ea4878 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,6 @@ Build-Depends: debhelper (>= 5.0),
libnunit-cil-dev,
libgtk2.0-cil-dev,
gobject-introspection,
- gir-repository-dev,
libgirepository1.0-dev,
gir1.0-glib-2.0,
gir1.0-gtk-2.0,
@@ -129,9 +128,7 @@ Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- gir1.0-glib-2.0,
- gir1.0-gtk-2.0,
- libappindicator0 (= ${binary:Version})
+ ${gir:Depends}
Description: Typelib files for libappindicator0.
.
This package can be used by other packages using the GIRepository format
diff --git a/debian/rules b/debian/rules
index 074da71..f34e925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,9 @@ binary-install/libappindicator0.1-cil::
dh_makeclilibs -V
dh_installcligac
+binary-predeb/gir1.0-appindicator-0.1::
+ dh_girepository -p$(cdbs_curpkg)
+
binary-predeb/libappindicator0.1-cil:: binary-fixup/libappindicator0
dh_clideps -plibappindicator0.1-cil
diff --git a/docs/reference/libappindicator-docs.sgml b/docs/reference/libappindicator-docs.sgml
index 16877c1..255e9ec 100644
--- a/docs/reference/libappindicator-docs.sgml
+++ b/docs/reference/libappindicator-docs.sgml
@@ -8,7 +8,7 @@
<bookinfo>
<title>libappindicator Reference Manual</title>
<releaseinfo>
- for libappindicator 0.2.1
+ for libappindicator 0.2.2
</releaseinfo>
</bookinfo>
diff --git a/docs/reference/version.xml b/docs/reference/version.xml
index 0c62199..ee1372d 100644
--- a/docs/reference/version.xml
+++ b/docs/reference/version.xml
@@ -1 +1 @@
-0.2.1
+0.2.2
diff --git a/src/app-indicator.c b/src/app-indicator.c
index bc43e58..32f512f 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -1408,12 +1408,12 @@ container_iterate (GtkWidget *widget,
container_iterate,
child);
g_signal_connect_object (submenu,
- "add",
+ "child-added",
G_CALLBACK (submenu_changed),
child,
0);
g_signal_connect_object (submenu,
- "remove",
+ "child-removed",
G_CALLBACK (submenu_changed),
child,
0);
@@ -1552,11 +1552,11 @@ app_indicator_set_menu (AppIndicator *self, GtkMenu *menu)
check_connect (self);
g_signal_connect (menu,
- "add",
+ "child-added",
G_CALLBACK (client_menu_changed),
self);
g_signal_connect (menu,
- "remove",
+ "child-removed",
G_CALLBACK (client_menu_changed),
self);
}