Merge lp:~indicator-applet-developers/indicator-me/karmic into lp:~ubuntu-desktop/indicator-me/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~indicator-applet-developers/indicator-me/karmic
Merge into: lp:~ubuntu-desktop/indicator-me/ubuntu
Diff against target: 168 lines (+25/-45)
8 files modified
.bzrignore (+1/-0)
Makefile.am (+0/-2)
configure.ac (+8/-16)
debian/changelog (+11/-0)
debian/patches/mc5-fixes.patch (+0/-22)
src/Makefile.am (+2/-2)
src/me-service.c (+1/-1)
src/status-provider-mc5.c (+2/-2)
To merge this branch: bzr merge lp:~indicator-applet-developers/indicator-me/karmic
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+17828@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

0.2.1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2010-01-03 05:42:47 +0000
3+++ .bzrignore 2010-01-21 17:20:26 +0000
4@@ -23,6 +23,7 @@
5 indicator-session.service
6 indicator-status.service
7 indicator-users.service
8+indicator-me.service
9 status-service-client.h
10 status-service-server.h
11 debian/indicator-fusa
12
13=== modified file 'Makefile.am'
14--- Makefile.am 2009-09-08 15:14:27 +0000
15+++ Makefile.am 2010-01-21 17:20:26 +0000
16@@ -4,7 +4,5 @@
17 data \
18 po
19
20-EXTRA_DIST = COPYING.LGPL
21-
22 DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
23
24
25=== modified file 'configure.ac'
26--- configure.ac 2010-01-08 15:14:12 +0000
27+++ configure.ac 2010-01-21 17:20:26 +0000
28@@ -1,11 +1,11 @@
29
30-AC_INIT(indicator-me, 0.2.0, ted@canonical.com)
31-AC_COPYRIGHT([Copyright 2009 Canonical])
32+AC_INIT(indicator-me, 0.2.1, ted@canonical.com)
33+AC_COPYRIGHT([Copyright 2009,2010 Canonical])
34
35 AC_PREREQ(2.53)
36
37 AM_CONFIG_HEADER(config.h)
38-AM_INIT_AUTOMAKE(indicator-me, 0.2.0)
39+AM_INIT_AUTOMAKE(indicator-me, 0.2.1)
40
41 AM_MAINTAINER_MODE
42
43@@ -29,24 +29,16 @@
44 GTK_REQUIRED_VERSION=2.12
45 INDICATOR_REQUIRED_VERSION=0.3.0
46 DBUSMENUGTK_REQUIRED_VERSION=0.2.0
47-POLKIT_REQUIRED_VERSION=0.92
48-
49-PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
50- indicator >= $INDICATOR_REQUIRED_VERSION
51- dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
52-AC_SUBST(APPLET_CFLAGS)
53-AC_SUBST(APPLET_LIBS)
54-
55-DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
56+DBUSMENUGLIB_REQUIRED_VERSION=0.2.0
57 TELEPATHYGLIB_REQUIRED_VERSION=0.9.0
58
59-PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
60+PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
61+ indicator >= $INDICATOR_REQUIRED_VERSION
62+ dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
63+PKG_CHECK_MODULES(MESERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
64 indicator >= $INDICATOR_REQUIRED_VERSION
65 telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION)
66
67-AC_SUBST(STATUSERVICE_CFLAGS)
68-AC_SUBST(STATUSERVICE_LIBS)
69-
70 ###########################
71 # Check to see if we're local
72 ###########################
73
74=== modified file 'debian/changelog'
75--- debian/changelog 2010-01-12 16:30:17 +0000
76+++ debian/changelog 2010-01-21 17:20:26 +0000
77@@ -1,3 +1,14 @@
78+indicator-me (0.2.1-0ubuntu1~ppa1) karmic; urgency=low
79+
80+ * Upstream Merge
81+ * Change Telepathy well-known name
82+ * Remove unneeded copy of LGPL
83+ * Remove build system cruft
84+ * Don't show shutdown icon. Ever.
85+ * Remove debian/patches/mc5-fixes.patch as merged upstream.
86+
87+ -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 11:13:48 -0600
88+
89 indicator-me (0.2.0-0ubuntu2) lucid; urgency=low
90
91 * debian/patches/mc5-fixes.patch
92
93=== removed file 'debian/patches/mc5-fixes.patch'
94--- debian/patches/mc5-fixes.patch 2010-01-12 15:51:59 +0000
95+++ debian/patches/mc5-fixes.patch 1970-01-01 00:00:00 +0000
96@@ -1,22 +0,0 @@
97-=== modified file 'src/status-provider-mc5.c'
98---- src/status-provider-mc5.c 2009-12-08 16:13:30 +0000
99-+++ src/status-provider-mc5.c 2010-01-12 15:46:43 +0000
100-@@ -72,7 +72,7 @@
101-
102- #define STATUS_PROVIDER_MC5_GET_PRIVATE(o) \
103- (G_TYPE_INSTANCE_GET_PRIVATE ((o), STATUS_PROVIDER_MC5_TYPE, StatusProviderMC5Private))
104--#define MC5_WELL_KNOWN_NAME "org.freedesktop.Telepathy.MissionControl5"
105-+#define MC5_WELL_KNOWN_NAME "org.freedesktop.Telepathy.AccountManager"
106-
107- /* Prototypes */
108- /* GObject stuff */
109-@@ -134,7 +134,7 @@
110- priv->manager = TP_ACCOUNT_MANAGER (g_object_new (TP_TYPE_ACCOUNT_MANAGER,
111- "dbus-daemon", daemon,
112- "dbus-connection", ((TpProxy *) daemon)->dbus_connection,
113-- "bus-name", "org.freedesktop.Telepathy.MissionControl5",
114-+ "bus-name", "org.freedesktop.Telepathy.AccountManager",
115- "object-path", "/org/freedesktop/Telepathy/AccountManager",
116- NULL));
117- g_signal_connect(G_OBJECT(priv->manager), "most-available-presence-changed", G_CALLBACK(presence_changed), self);
118-
119
120=== modified file 'src/Makefile.am'
121--- src/Makefile.am 2010-01-06 05:31:29 +0000
122+++ src/Makefile.am 2010-01-21 17:20:26 +0000
123@@ -38,8 +38,8 @@
124 status-provider-telepathy.c \
125 status-provider-telepathy-marshal.h \
126 status-provider-telepathy-marshal.c
127-indicator_me_service_CFLAGS = $(STATUSSERVICE_CFLAGS) -Wall -Werror
128-indicator_me_service_LDADD = $(STATUSSERVICE_LIBS)
129+indicator_me_service_CFLAGS = $(MESERVICE_CFLAGS) -Wall -Werror
130+indicator_me_service_LDADD = $(MESERVICE_LIBS)
131
132 me-service-client.h: $(srcdir)/me-service.xml
133 dbus-binding-tool \
134
135=== modified file 'src/me-service.c'
136--- src/me-service.c 2010-01-03 05:42:47 +0000
137+++ src/me-service.c 2010-01-21 17:20:26 +0000
138@@ -70,7 +70,7 @@
139 /* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
140 /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",
141 /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",
142- /* STATUS_PROVIDER_STATUS_DISCONNECTED */"system-shutdown-panel"
143+ /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"
144 };
145
146
147
148=== modified file 'src/status-provider-mc5.c'
149--- src/status-provider-mc5.c 2009-12-08 16:13:30 +0000
150+++ src/status-provider-mc5.c 2010-01-21 17:20:26 +0000
151@@ -72,7 +72,7 @@
152
153 #define STATUS_PROVIDER_MC5_GET_PRIVATE(o) \
154 (G_TYPE_INSTANCE_GET_PRIVATE ((o), STATUS_PROVIDER_MC5_TYPE, StatusProviderMC5Private))
155-#define MC5_WELL_KNOWN_NAME "org.freedesktop.Telepathy.MissionControl5"
156+#define MC5_WELL_KNOWN_NAME "org.freedesktop.Telepathy.AccountManager"
157
158 /* Prototypes */
159 /* GObject stuff */
160@@ -134,7 +134,7 @@
161 priv->manager = TP_ACCOUNT_MANAGER (g_object_new (TP_TYPE_ACCOUNT_MANAGER,
162 "dbus-daemon", daemon,
163 "dbus-connection", ((TpProxy *) daemon)->dbus_connection,
164- "bus-name", "org.freedesktop.Telepathy.MissionControl5",
165+ "bus-name", "org.freedesktop.Telepathy.AccountManager",
166 "object-path", "/org/freedesktop/Telepathy/AccountManager",
167 NULL));
168 g_signal_connect(G_OBJECT(priv->manager), "most-available-presence-changed", G_CALLBACK(presence_changed), self);

Subscribers

People subscribed via source and target branches

to all changes: