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

Proposed by Ted Gould
Status: Merged
Merged at revision: 68
Proposed branch: lp:~indicator-applet-developers/indicator-appmenu/ubuntu
Merge into: lp:~ubuntu-desktop/indicator-appmenu/ubuntu
Diff against target: 365 lines (+148/-12)
10 files modified
AUTHORS (+1/-0)
ChangeLog (+12/-0)
Makefile.in (+2/-0)
aclocal.m4 (+6/-0)
configure (+112/-10)
configure.ac (+2/-2)
debian/changelog (+7/-0)
scripts/Makefile.in (+2/-0)
src/Makefile.in (+2/-0)
tools/Makefile.in (+2/-0)
To merge this branch: bzr merge lp:~indicator-applet-developers/indicator-appmenu/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Review via email: mp+77388@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2011-02-17 20:24:29 +0000
3+++ AUTHORS 2011-09-28 19:04:26 +0000
4@@ -6,6 +6,7 @@
5 jassmith@gmail.com
6 Ken VanDine
7 Luke Yelavich
8+ Marco Trevisan (Treviño)
9 Michael Terry
10 Neil Jagdish Patel
11 Ted Gould
12
13=== modified file 'ChangeLog'
14--- ChangeLog 2011-07-08 15:19:22 +0000
15+++ ChangeLog 2011-09-28 19:04:26 +0000
16@@ -1,5 +1,17 @@
17 # Generated by Makefile. Do not edit.
18
19+2011-09-28 Ted Gould <ted@gould.cx>
20+
21+ 0.3.0
22+
23+2011-07-22 Ted Gould <ted@gould.cx>
24+
25+ 0.4 API update number two. We can have both though, yeah! Bazaar!
26+
27+2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
28+
29+ Move to indicator-0.4 API
30+
31 2011-07-08 Ted Gould <ted@gould.cx>
32
33 0.2.91
34
35=== modified file 'Makefile.in'
36--- Makefile.in 2011-07-08 15:20:26 +0000
37+++ Makefile.in 2011-09-28 19:04:26 +0000
38@@ -138,6 +138,8 @@
39 GLIB_MKENUMS = @GLIB_MKENUMS@
40 GREP = @GREP@
41 GTKDOC_CHECK = @GTKDOC_CHECK@
42+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
43+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
44 GTKDOC_MKPDF = @GTKDOC_MKPDF@
45 GTKDOC_REBASE = @GTKDOC_REBASE@
46 HTML_DIR = @HTML_DIR@
47
48=== modified file 'aclocal.m4'
49--- aclocal.m4 2011-07-08 15:20:26 +0000
50+++ aclocal.m4 2011-09-28 19:04:26 +0000
51@@ -27,6 +27,7 @@
52 dnl GTK_DOC_CHECK([minimum-gtk-doc-version])
53 AC_DEFUN([GTK_DOC_CHECK],
54 [
55+ AC_REQUIRE([PKG_PROG_PKG_CONFIG])
56 AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
57 AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
58
59@@ -54,6 +55,11 @@
60 AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
61 [PKG_CHECK_EXISTS([gtk-doc >= $1],,
62 AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
63+ dnl don't check for glib if we build glib
64+ if test "x$PACKAGE_NAME" != "xglib"; then
65+ dnl don't fail if someone does not have glib
66+ PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,)
67+ fi
68 fi
69
70 AC_MSG_CHECKING([whether to build gtk-doc documentation])
71
72=== modified file 'configure'
73--- configure 2011-07-08 15:20:26 +0000
74+++ configure 2011-09-28 19:04:26 +0000
75@@ -1,6 +1,6 @@
76 #! /bin/sh
77 # Guess values for system-dependent variables and create Makefiles.
78-# Generated by GNU Autoconf 2.68 for indicator-appmenu 0.2.91.
79+# Generated by GNU Autoconf 2.68 for indicator-appmenu 0.3.0.
80 #
81 # Report bugs to <ted@canonical.com>.
82 #
83@@ -572,8 +572,8 @@
84 # Identity of this package.
85 PACKAGE_NAME='indicator-appmenu'
86 PACKAGE_TARNAME='indicator-appmenu'
87-PACKAGE_VERSION='0.2.91'
88-PACKAGE_STRING='indicator-appmenu 0.2.91'
89+PACKAGE_VERSION='0.3.0'
90+PACKAGE_STRING='indicator-appmenu 0.3.0'
91 PACKAGE_BUGREPORT='ted@canonical.com'
92 PACKAGE_URL=''
93
94@@ -635,6 +635,8 @@
95 GTK_DOC_BUILD_HTML_TRUE
96 ENABLE_GTK_DOC_FALSE
97 ENABLE_GTK_DOC_TRUE
98+GTKDOC_DEPS_LIBS
99+GTKDOC_DEPS_CFLAGS
100 HTML_DIR
101 GTKDOC_MKPDF
102 GTKDOC_REBASE
103@@ -789,6 +791,8 @@
104 PKG_CONFIG
105 PKG_CONFIG_PATH
106 PKG_CONFIG_LIBDIR
107+GTKDOC_DEPS_CFLAGS
108+GTKDOC_DEPS_LIBS
109 INDICATOR_CFLAGS
110 INDICATOR_LIBS
111 INDICATORTEST_CFLAGS
112@@ -1335,7 +1339,7 @@
113 # Omit some internal or obsolete options to make the list less imposing.
114 # This message is too long to be a string in the A/UX 3.1 sh.
115 cat <<_ACEOF
116-\`configure' configures indicator-appmenu 0.2.91 to adapt to many kinds of systems.
117+\`configure' configures indicator-appmenu 0.3.0 to adapt to many kinds of systems.
118
119 Usage: $0 [OPTION]... [VAR=VALUE]...
120
121@@ -1406,7 +1410,7 @@
122
123 if test -n "$ac_init_help"; then
124 case $ac_init_help in
125- short | recursive ) echo "Configuration of indicator-appmenu 0.2.91:";;
126+ short | recursive ) echo "Configuration of indicator-appmenu 0.3.0:";;
127 esac
128 cat <<\_ACEOF
129
130@@ -1457,6 +1461,10 @@
131 directories to add to pkg-config's search path
132 PKG_CONFIG_LIBDIR
133 path overriding pkg-config's built-in search path
134+ GTKDOC_DEPS_CFLAGS
135+ C compiler flags for GTKDOC_DEPS, overriding pkg-config
136+ GTKDOC_DEPS_LIBS
137+ linker flags for GTKDOC_DEPS, overriding pkg-config
138 INDICATOR_CFLAGS
139 C compiler flags for INDICATOR, overriding pkg-config
140 INDICATOR_LIBS
141@@ -1532,7 +1540,7 @@
142 test -n "$ac_init_help" && exit $ac_status
143 if $ac_init_version; then
144 cat <<\_ACEOF
145-indicator-appmenu configure 0.2.91
146+indicator-appmenu configure 0.3.0
147 generated by GNU Autoconf 2.68
148
149 Copyright (C) 2010 Free Software Foundation, Inc.
150@@ -1812,7 +1820,7 @@
151 This file contains any messages produced by compilers while
152 running configure, to aid debugging if configure makes a mistake.
153
154-It was created by indicator-appmenu $as_me 0.2.91, which was
155+It was created by indicator-appmenu $as_me 0.3.0, which was
156 generated by GNU Autoconf 2.68. Invocation command line was
157
158 $ $0 $@
159@@ -2633,7 +2641,7 @@
160
161 # Define the identity of the package.
162 PACKAGE=indicator-appmenu
163- VERSION=0.2.91
164+ VERSION=0.3.0
165
166
167 cat >>confdefs.h <<_ACEOF
168@@ -12304,6 +12312,7 @@
169
170
171
172+
173 # Extract the first word of "gtkdoc-check", so it can be a program name with args.
174 set dummy gtkdoc-check; ac_word=$2
175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
176@@ -12461,6 +12470,99 @@
177 else
178 as_fn_error $? "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 5
179 fi
180+ if test "x$PACKAGE_NAME" != "xglib"; then
181+
182+pkg_failed=no
183+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
184+$as_echo_n "checking for GTKDOC_DEPS... " >&6; }
185+
186+if test -n "$GTKDOC_DEPS_CFLAGS"; then
187+ pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS"
188+ elif test -n "$PKG_CONFIG"; then
189+ if test -n "$PKG_CONFIG" && \
190+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5
191+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5
192+ ac_status=$?
193+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
194+ test $ac_status = 0; }; then
195+ pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
196+ test "x$?" != "x0" && pkg_failed=yes
197+else
198+ pkg_failed=yes
199+fi
200+ else
201+ pkg_failed=untried
202+fi
203+if test -n "$GTKDOC_DEPS_LIBS"; then
204+ pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS"
205+ elif test -n "$PKG_CONFIG"; then
206+ if test -n "$PKG_CONFIG" && \
207+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5
208+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5
209+ ac_status=$?
210+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
211+ test $ac_status = 0; }; then
212+ pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
213+ test "x$?" != "x0" && pkg_failed=yes
214+else
215+ pkg_failed=yes
216+fi
217+ else
218+ pkg_failed=untried
219+fi
220+
221+
222+
223+if test $pkg_failed = yes; then
224+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
225+$as_echo "no" >&6; }
226+
227+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
228+ _pkg_short_errors_supported=yes
229+else
230+ _pkg_short_errors_supported=no
231+fi
232+ if test $_pkg_short_errors_supported = yes; then
233+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
234+ else
235+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
236+ fi
237+ # Put the nasty error message in config.log where it belongs
238+ echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
239+
240+ as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0) were not met:
241+
242+$GTKDOC_DEPS_PKG_ERRORS
243+
244+Consider adjusting the PKG_CONFIG_PATH environment variable if you
245+installed software in a non-standard prefix.
246+
247+Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
248+and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
249+See the pkg-config man page for more details." "$LINENO" 5
250+elif test $pkg_failed = untried; then
251+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
252+$as_echo "no" >&6; }
253+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
254+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
255+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
256+is in your PATH or set the PKG_CONFIG environment variable to the full
257+path to pkg-config.
258+
259+Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS
260+and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config.
261+See the pkg-config man page for more details.
262+
263+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
264+See \`config.log' for more details" "$LINENO" 5; }
265+else
266+ GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS
267+ GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS
268+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
269+$as_echo "yes" >&6; }
270+
271+fi
272+ fi
273 fi
274
275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
276@@ -13585,7 +13687,7 @@
277 # report actual input values of CONFIG_FILES etc. instead of their
278 # values after options handling.
279 ac_log="
280-This file was extended by indicator-appmenu $as_me 0.2.91, which was
281+This file was extended by indicator-appmenu $as_me 0.3.0, which was
282 generated by GNU Autoconf 2.68. Invocation command line was
283
284 CONFIG_FILES = $CONFIG_FILES
285@@ -13651,7 +13753,7 @@
286 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
287 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
288 ac_cs_version="\\
289-indicator-appmenu config.status 0.2.91
290+indicator-appmenu config.status 0.3.0
291 configured by $0, generated by GNU Autoconf 2.68,
292 with options \\"\$ac_cs_config\\"
293
294
295=== modified file 'configure.ac'
296--- configure.ac 2011-07-08 15:20:26 +0000
297+++ configure.ac 2011-09-28 19:04:26 +0000
298@@ -1,11 +1,11 @@
299
300-AC_INIT(indicator-appmenu, 0.2.91, ted@canonical.com)
301+AC_INIT(indicator-appmenu, 0.3.0, ted@canonical.com)
302 AC_COPYRIGHT([Copyright 2010 Canonical])
303
304 AC_PREREQ(2.53)
305
306 AM_CONFIG_HEADER(config.h)
307-AM_INIT_AUTOMAKE(indicator-appmenu, 0.2.91)
308+AM_INIT_AUTOMAKE(indicator-appmenu, 0.3.0)
309
310 AM_MAINTAINER_MODE
311
312
313=== modified file 'debian/changelog'
314--- debian/changelog 2011-08-02 19:40:46 +0000
315+++ debian/changelog 2011-09-28 19:04:26 +0000
316@@ -1,3 +1,10 @@
317+indicator-appmenu (0.3.0-0ubuntu1~ppa1) oneiric; urgency=low
318+
319+ * New upstream release.
320+ * Version Bump
321+
322+ -- Ted Gould <ted@ubuntu.com> Wed, 28 Sep 2011 13:54:23 -0500
323+
324 indicator-appmenu (0.2.91-0ubuntu4) oneiric; urgency=low
325
326 [ Didier Roche ]
327
328=== modified file 'scripts/Makefile.in'
329--- scripts/Makefile.in 2011-07-08 15:20:26 +0000
330+++ scripts/Makefile.in 2011-09-28 19:04:26 +0000
331@@ -118,6 +118,8 @@
332 GLIB_MKENUMS = @GLIB_MKENUMS@
333 GREP = @GREP@
334 GTKDOC_CHECK = @GTKDOC_CHECK@
335+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
336+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
337 GTKDOC_MKPDF = @GTKDOC_MKPDF@
338 GTKDOC_REBASE = @GTKDOC_REBASE@
339 HTML_DIR = @HTML_DIR@
340
341=== modified file 'src/Makefile.in'
342--- src/Makefile.in 2011-07-08 15:20:26 +0000
343+++ src/Makefile.in 2011-09-28 19:04:26 +0000
344@@ -160,6 +160,8 @@
345 GLIB_MKENUMS = @GLIB_MKENUMS@
346 GREP = @GREP@
347 GTKDOC_CHECK = @GTKDOC_CHECK@
348+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
349+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
350 GTKDOC_MKPDF = @GTKDOC_MKPDF@
351 GTKDOC_REBASE = @GTKDOC_REBASE@
352 HTML_DIR = @HTML_DIR@
353
354=== modified file 'tools/Makefile.in'
355--- tools/Makefile.in 2011-07-08 15:20:26 +0000
356+++ tools/Makefile.in 2011-09-28 19:04:26 +0000
357@@ -142,6 +142,8 @@
358 GLIB_MKENUMS = @GLIB_MKENUMS@
359 GREP = @GREP@
360 GTKDOC_CHECK = @GTKDOC_CHECK@
361+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
362+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
363 GTKDOC_MKPDF = @GTKDOC_MKPDF@
364 GTKDOC_REBASE = @GTKDOC_REBASE@
365 HTML_DIR = @HTML_DIR@

Subscribers

People subscribed via source and target branches

to all changes: