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

Proposed by Ted Gould
Status: Merged
Merged at revision: 76
Proposed branch: lp:~indicator-applet-developers/evolution-indicator/ubuntu
Merge into: lp:~ubuntu-desktop/evolution-indicator/ubuntu
Diff against target: 646 lines (+147/-114)
6 files modified
ChangeLog (+16/-0)
config.guess (+90/-59)
config.sub (+13/-34)
configure (+19/-19)
configure.ac (+2/-2)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~indicator-applet-developers/evolution-indicator/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+46335@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2010-11-23 13:50:52 +0000
+++ ChangeLog 2011-01-14 20:54:00 +0000
@@ -1,5 +1,21 @@
1# Generated by Makefile. Do not edit.1# Generated by Makefile. Do not edit.
22
32011-01-14 Ted Gould <ted@gould.cx>
4
5 0.2.14
6
72011-01-14 Ted Gould <ted@gould.cx>
8
9 Updating to new libindicate
10
112011-01-14 Ken VanDine <ken.vandine@canonical.com>
12
13 Change pkgconfig check for indicate to indicate-0.5 and require 0.4.91
14
152010-11-23 Didier Roche <didier.roche@canonical.com>
16
17 build with new evolution
18
32010-11-23 Didier Roche <didier.roche@canonical.com>192010-11-23 Didier Roche <didier.roche@canonical.com>
420
5 new upstream release21 new upstream release
622
=== modified file 'config.guess'
--- config.guess 2010-06-22 13:17:26 +0000
+++ config.guess 2011-01-14 20:54:00 +0000
@@ -1,10 +1,10 @@
1#! /bin/sh1#! /bin/sh
2# Attempt to guess a canonical system name.2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 20104# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5# Free Software Foundation, Inc.5# Free Software Foundation, Inc.
66
7timestamp='2009-12-30'7timestamp='2009-06-10'
88
9# This file is free software; you can redistribute it and/or modify it9# This file is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by10# under the terms of the GNU General Public License as published by
@@ -27,16 +27,16 @@
27# the same distribution terms that you use for the rest of that program.27# the same distribution terms that you use for the rest of that program.
2828
2929
30# Originally written by Per Bothner. Please send patches (context30# Originally written by Per Bothner <per@bothner.com>.
31# diff format) to <config-patches@gnu.org> and include a ChangeLog31# Please send patches to <config-patches@gnu.org>. Submit a context
32# entry.32# diff and a properly formatted ChangeLog entry.
33#33#
34# This script attempts to guess a canonical system name similar to34# This script attempts to guess a canonical system name similar to
35# config.sub. If it succeeds, it prints the system name on stdout, and35# config.sub. If it succeeds, it prints the system name on stdout, and
36# exits with 0. Otherwise, it exits with 1.36# exits with 0. Otherwise, it exits with 1.
37#37#
38# You can get the latest version of this script from:38# The plan is that this can be called by configure scripts if you
39# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD39# don't specify an explicit build system type.
4040
41me=`echo "$0" | sed -e 's,.*/,,'`41me=`echo "$0" | sed -e 's,.*/,,'`
4242
@@ -56,9 +56,8 @@
56GNU config.guess ($timestamp)56GNU config.guess ($timestamp)
5757
58Originally written by Per Bothner.58Originally written by Per Bothner.
59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
602001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free602002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
61Software Foundation, Inc.
6261
63This is free software; see the source for copying conditions. There is NO62This is free software; see the source for copying conditions. There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."63warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -334,9 +333,6 @@
334 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)333 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
335 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`334 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
336 exit ;;335 exit ;;
337 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
338 echo i386-pc-auroraux${UNAME_RELEASE}
339 exit ;;
340 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)336 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
341 eval $set_cc_for_build337 eval $set_cc_for_build
342 SUN_ARCH="i386"338 SUN_ARCH="i386"
@@ -811,12 +807,12 @@
811 i*:PW*:*)807 i*:PW*:*)
812 echo ${UNAME_MACHINE}-pc-pw32808 echo ${UNAME_MACHINE}-pc-pw32
813 exit ;;809 exit ;;
814 *:Interix*:*)810 *:Interix*:[3456]*)
815 case ${UNAME_MACHINE} in811 case ${UNAME_MACHINE} in
816 x86)812 x86)
817 echo i586-pc-interix${UNAME_RELEASE}813 echo i586-pc-interix${UNAME_RELEASE}
818 exit ;;814 exit ;;
819 authenticamd | genuineintel | EM64T)815 EM64T | authenticamd | genuineintel)
820 echo x86_64-unknown-interix${UNAME_RELEASE}816 echo x86_64-unknown-interix${UNAME_RELEASE}
821 exit ;;817 exit ;;
822 IA64)818 IA64)
@@ -858,20 +854,6 @@
858 i*86:Minix:*:*)854 i*86:Minix:*:*)
859 echo ${UNAME_MACHINE}-pc-minix855 echo ${UNAME_MACHINE}-pc-minix
860 exit ;;856 exit ;;
861 alpha:Linux:*:*)
862 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
863 EV5) UNAME_MACHINE=alphaev5 ;;
864 EV56) UNAME_MACHINE=alphaev56 ;;
865 PCA56) UNAME_MACHINE=alphapca56 ;;
866 PCA57) UNAME_MACHINE=alphapca56 ;;
867 EV6) UNAME_MACHINE=alphaev6 ;;
868 EV67) UNAME_MACHINE=alphaev67 ;;
869 EV68*) UNAME_MACHINE=alphaev68 ;;
870 esac
871 objdump --private-headers /bin/sh | grep -q ld.so.1
872 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
873 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
874 exit ;;
875 arm*:Linux:*:*)857 arm*:Linux:*:*)
876 eval $set_cc_for_build858 eval $set_cc_for_build
877 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \859 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
@@ -894,17 +876,6 @@
894 frv:Linux:*:*)876 frv:Linux:*:*)
895 echo frv-unknown-linux-gnu877 echo frv-unknown-linux-gnu
896 exit ;;878 exit ;;
897 i*86:Linux:*:*)
898 LIBC=gnu
899 eval $set_cc_for_build
900 sed 's/^ //' << EOF >$dummy.c
901 #ifdef __dietlibc__
902 LIBC=dietlibc
903 #endif
904EOF
905 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
906 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
907 exit ;;
908 ia64:Linux:*:*)879 ia64:Linux:*:*)
909 echo ${UNAME_MACHINE}-unknown-linux-gnu880 echo ${UNAME_MACHINE}-unknown-linux-gnu
910 exit ;;881 exit ;;
@@ -930,18 +901,39 @@
930 #endif901 #endif
931 #endif902 #endif
932EOF903EOF
933 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`904 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
905 /^CPU/{
906 s: ::g
907 p
908 }'`"
934 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }909 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
935 ;;910 ;;
936 or32:Linux:*:*)911 or32:Linux:*:*)
937 echo or32-unknown-linux-gnu912 echo or32-unknown-linux-gnu
938 exit ;;913 exit ;;
914 ppc:Linux:*:*)
915 echo powerpc-unknown-linux-gnu
916 exit ;;
917 ppc64:Linux:*:*)
918 echo powerpc64-unknown-linux-gnu
919 exit ;;
920 alpha:Linux:*:*)
921 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
922 EV5) UNAME_MACHINE=alphaev5 ;;
923 EV56) UNAME_MACHINE=alphaev56 ;;
924 PCA56) UNAME_MACHINE=alphapca56 ;;
925 PCA57) UNAME_MACHINE=alphapca56 ;;
926 EV6) UNAME_MACHINE=alphaev6 ;;
927 EV67) UNAME_MACHINE=alphaev67 ;;
928 EV68*) UNAME_MACHINE=alphaev68 ;;
929 esac
930 objdump --private-headers /bin/sh | grep -q ld.so.1
931 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
932 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
933 exit ;;
939 padre:Linux:*:*)934 padre:Linux:*:*)
940 echo sparc-unknown-linux-gnu935 echo sparc-unknown-linux-gnu
941 exit ;;936 exit ;;
942 parisc64:Linux:*:* | hppa64:Linux:*:*)
943 echo hppa64-unknown-linux-gnu
944 exit ;;
945 parisc:Linux:*:* | hppa:Linux:*:*)937 parisc:Linux:*:* | hppa:Linux:*:*)
946 # Look for CPU level938 # Look for CPU level
947 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in939 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -950,11 +942,8 @@
950 *) echo hppa-unknown-linux-gnu ;;942 *) echo hppa-unknown-linux-gnu ;;
951 esac943 esac
952 exit ;;944 exit ;;
953 ppc64:Linux:*:*)945 parisc64:Linux:*:* | hppa64:Linux:*:*)
954 echo powerpc64-unknown-linux-gnu946 echo hppa64-unknown-linux-gnu
955 exit ;;
956 ppc:Linux:*:*)
957 echo powerpc-unknown-linux-gnu
958 exit ;;947 exit ;;
959 s390:Linux:*:* | s390x:Linux:*:*)948 s390:Linux:*:* | s390x:Linux:*:*)
960 echo ${UNAME_MACHINE}-ibm-linux949 echo ${UNAME_MACHINE}-ibm-linux
@@ -977,6 +966,58 @@
977 xtensa*:Linux:*:*)966 xtensa*:Linux:*:*)
978 echo ${UNAME_MACHINE}-unknown-linux-gnu967 echo ${UNAME_MACHINE}-unknown-linux-gnu
979 exit ;;968 exit ;;
969 i*86:Linux:*:*)
970 # The BFD linker knows what the default object file format is, so
971 # first see if it will tell us. cd to the root directory to prevent
972 # problems with other programs or directories called `ld' in the path.
973 # Set LC_ALL=C to ensure ld outputs messages in English.
974 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
975 | sed -ne '/supported targets:/!d
976 s/[ ][ ]*/ /g
977 s/.*supported targets: *//
978 s/ .*//
979 p'`
980 case "$ld_supported_targets" in
981 elf32-i386)
982 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
983 ;;
984 esac
985 # Determine whether the default compiler is a.out or elf
986 eval $set_cc_for_build
987 sed 's/^ //' << EOF >$dummy.c
988 #include <features.h>
989 #ifdef __ELF__
990 # ifdef __GLIBC__
991 # if __GLIBC__ >= 2
992 LIBC=gnu
993 # else
994 LIBC=gnulibc1
995 # endif
996 # else
997 LIBC=gnulibc1
998 # endif
999 #else
1000 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
1001 LIBC=gnu
1002 #else
1003 LIBC=gnuaout
1004 #endif
1005 #endif
1006 #ifdef __dietlibc__
1007 LIBC=dietlibc
1008 #endif
1009EOF
1010 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1011 /^LIBC/{
1012 s: ::g
1013 p
1014 }'`"
1015 test x"${LIBC}" != x && {
1016 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1017 exit
1018 }
1019 test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
1020 ;;
980 i*86:DYNIX/ptx:4*:*)1021 i*86:DYNIX/ptx:4*:*)
981 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.1022 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
982 # earlier versions are messed up and put the nodename in both1023 # earlier versions are messed up and put the nodename in both
@@ -1206,16 +1247,6 @@
1206 *:Darwin:*:*)1247 *:Darwin:*:*)
1207 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown1248 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1208 case $UNAME_PROCESSOR in1249 case $UNAME_PROCESSOR in
1209 i386)
1210 eval $set_cc_for_build
1211 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1212 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1213 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1214 grep IS_64BIT_ARCH >/dev/null
1215 then
1216 UNAME_PROCESSOR="x86_64"
1217 fi
1218 fi ;;
1219 unknown) UNAME_PROCESSOR=powerpc ;;1250 unknown) UNAME_PROCESSOR=powerpc ;;
1220 esac1251 esac
1221 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}1252 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
12221253
=== modified file 'config.sub'
--- config.sub 2010-06-22 13:17:26 +0000
+++ config.sub 2011-01-14 20:54:00 +0000
@@ -1,10 +1,10 @@
1#! /bin/sh1#! /bin/sh
2# Configuration validation subroutine script.2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 20104# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5# Free Software Foundation, Inc.5# Free Software Foundation, Inc.
66
7timestamp='2010-01-22'7timestamp='2009-06-11'
88
9# This file is (in principle) common to ALL GNU software.9# This file is (in principle) common to ALL GNU software.
10# The presence of a machine in this file suggests that SOME GNU software10# The presence of a machine in this file suggests that SOME GNU software
@@ -32,16 +32,13 @@
3232
3333
34# Please send patches to <config-patches@gnu.org>. Submit a context34# Please send patches to <config-patches@gnu.org>. Submit a context
35# diff and a properly formatted GNU ChangeLog entry.35# diff and a properly formatted ChangeLog entry.
36#36#
37# Configuration subroutine to validate and canonicalize a configuration type.37# Configuration subroutine to validate and canonicalize a configuration type.
38# Supply the specified configuration type as an argument.38# Supply the specified configuration type as an argument.
39# If it is invalid, we print an error message on stderr and exit with code 1.39# If it is invalid, we print an error message on stderr and exit with code 1.
40# Otherwise, we print the canonical config type on stdout and succeed.40# Otherwise, we print the canonical config type on stdout and succeed.
4141
42# You can get the latest version of this script from:
43# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
44
45# This file is supposed to be the same for all GNU packages42# This file is supposed to be the same for all GNU packages
46# and recognize all the CPU types, system types and aliases43# and recognize all the CPU types, system types and aliases
47# that are meaningful with *any* GNU software.44# that are meaningful with *any* GNU software.
@@ -75,9 +72,8 @@
75version="\72version="\
76GNU config.sub ($timestamp)73GNU config.sub ($timestamp)
7774
78Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,75Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
792001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free762002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
80Software Foundation, Inc.
8177
82This is free software; see the source for copying conditions. There is NO78This is free software; see the source for copying conditions. There is NO
83warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -153,7 +149,7 @@
153 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\149 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
154 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
155 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
156 -apple | -axis | -knuth | -cray | -microblaze)152 -apple | -axis | -knuth | -cray)
157 os=153 os=
158 basic_machine=$1154 basic_machine=$1
159 ;;155 ;;
@@ -288,7 +284,6 @@
288 | pdp10 | pdp11 | pj | pjl \284 | pdp10 | pdp11 | pj | pjl \
289 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \285 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
290 | pyramid \286 | pyramid \
291 | rx \
292 | score \287 | score \
293 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \288 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
294 | sh64 | sh64le \289 | sh64 | sh64le \
@@ -296,14 +291,13 @@
296 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \291 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
297 | spu | strongarm \292 | spu | strongarm \
298 | tahoe | thumb | tic4x | tic80 | tron \293 | tahoe | thumb | tic4x | tic80 | tron \
299 | ubicom32 \
300 | v850 | v850e \294 | v850 | v850e \
301 | we32k \295 | we32k \
302 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \296 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
303 | z8k | z80)297 | z8k | z80)
304 basic_machine=$basic_machine-unknown298 basic_machine=$basic_machine-unknown
305 ;;299 ;;
306 m6811 | m68hc11 | m6812 | m68hc12 | picochip)300 m6811 | m68hc11 | m6812 | m68hc12)
307 # Motorola 68HC11/12.301 # Motorola 68HC11/12.
308 basic_machine=$basic_machine-unknown302 basic_machine=$basic_machine-unknown
309 os=-none303 os=-none
@@ -346,7 +340,7 @@
346 | lm32-* \340 | lm32-* \
347 | m32c-* | m32r-* | m32rle-* \341 | m32c-* | m32r-* | m32rle-* \
348 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \342 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
349 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \343 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
350 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \344 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
351 | mips16-* \345 | mips16-* \
352 | mips64-* | mips64el-* \346 | mips64-* | mips64el-* \
@@ -374,17 +368,15 @@
374 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \368 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
375 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \369 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
376 | pyramid-* \370 | pyramid-* \
377 | romp-* | rs6000-* | rx-* \371 | romp-* | rs6000-* \
378 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \372 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
379 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \373 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
380 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \374 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
381 | sparclite-* \375 | sparclite-* \
382 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \376 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
383 | tahoe-* | thumb-* \377 | tahoe-* | thumb-* \
384 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \378 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
385 | tile-* | tilegx-* \
386 | tron-* \379 | tron-* \
387 | ubicom32-* \
388 | v850-* | v850e-* | vax-* \380 | v850-* | v850e-* | vax-* \
389 | we32k-* \381 | we32k-* \
390 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \382 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
@@ -734,9 +726,6 @@
734 basic_machine=ns32k-utek726 basic_machine=ns32k-utek
735 os=-sysv727 os=-sysv
736 ;;728 ;;
737 microblaze)
738 basic_machine=microblaze-xilinx
739 ;;
740 mingw32)729 mingw32)
741 basic_machine=i386-pc730 basic_machine=i386-pc
742 os=-mingw32731 os=-mingw32
@@ -1087,11 +1076,6 @@
1087 basic_machine=tic6x-unknown1076 basic_machine=tic6x-unknown
1088 os=-coff1077 os=-coff
1089 ;;1078 ;;
1090 # This must be matched before tile*.
1091 tilegx*)
1092 basic_machine=tilegx-unknown
1093 os=-linux-gnu
1094 ;;
1095 tile*)1079 tile*)
1096 basic_machine=tile-unknown1080 basic_machine=tile-unknown
1097 os=-linux-gnu1081 os=-linux-gnu
@@ -1263,9 +1247,6 @@
1263 # First match some system type aliases1247 # First match some system type aliases
1264 # that might get confused with valid system types.1248 # that might get confused with valid system types.
1265 # -solaris* is a basic system type, with this one exception.1249 # -solaris* is a basic system type, with this one exception.
1266 -auroraux)
1267 os=-auroraux
1268 ;;
1269 -solaris1 | -solaris1.*)1250 -solaris1 | -solaris1.*)
1270 os=`echo $os | sed -e 's|solaris1|sunos4|'`1251 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1271 ;;1252 ;;
@@ -1287,8 +1268,8 @@
1287 # -sysv* is not here because it comes later, after sysvr4.1268 # -sysv* is not here because it comes later, after sysvr4.
1288 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \1269 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1289 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\1270 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1290 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \1271 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1291 | -sym* | -kopensolaris* \1272 | -kopensolaris* \
1292 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \1273 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1293 | -aos* | -aros* \1274 | -aos* | -aros* \
1294 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \1275 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
@@ -1309,7 +1290,7 @@
1309 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \1290 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1310 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \1291 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1311 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \1292 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1312 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)1293 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1313 # Remember, each alternative MUST END IN *, to match a version number.1294 # Remember, each alternative MUST END IN *, to match a version number.
1314 ;;1295 ;;
1315 -qnx*)1296 -qnx*)
@@ -1442,8 +1423,6 @@
1442 -dicos*)1423 -dicos*)
1443 os=-dicos1424 os=-dicos
1444 ;;1425 ;;
1445 -nacl*)
1446 ;;
1447 -none)1426 -none)
1448 ;;1427 ;;
1449 *)1428 *)
14501429
=== modified file 'configure'
--- configure 2010-11-23 13:50:52 +0000
+++ configure 2011-01-14 20:54:00 +0000
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.67 for evolution-indicator 0.2.12.3# Generated by GNU Autoconf 2.67 for evolution-indicator 0.2.14.
4#4#
5#5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
698# Identity of this package.698# Identity of this package.
699PACKAGE_NAME='evolution-indicator'699PACKAGE_NAME='evolution-indicator'
700PACKAGE_TARNAME='evolution-indicator'700PACKAGE_TARNAME='evolution-indicator'
701PACKAGE_VERSION='0.2.12'701PACKAGE_VERSION='0.2.14'
702PACKAGE_STRING='evolution-indicator 0.2.12'702PACKAGE_STRING='evolution-indicator 0.2.14'
703PACKAGE_BUGREPORT=''703PACKAGE_BUGREPORT=''
704PACKAGE_URL=''704PACKAGE_URL=''
705705
@@ -1484,7 +1484,7 @@
1484 # Omit some internal or obsolete options to make the list less imposing.1484 # Omit some internal or obsolete options to make the list less imposing.
1485 # This message is too long to be a string in the A/UX 3.1 sh.1485 # This message is too long to be a string in the A/UX 3.1 sh.
1486 cat <<_ACEOF1486 cat <<_ACEOF
1487\`configure' configures evolution-indicator 0.2.12 to adapt to many kinds of systems.1487\`configure' configures evolution-indicator 0.2.14 to adapt to many kinds of systems.
14881488
1489Usage: $0 [OPTION]... [VAR=VALUE]...1489Usage: $0 [OPTION]... [VAR=VALUE]...
14901490
@@ -1555,7 +1555,7 @@
15551555
1556if test -n "$ac_init_help"; then1556if test -n "$ac_init_help"; then
1557 case $ac_init_help in1557 case $ac_init_help in
1558 short | recursive ) echo "Configuration of evolution-indicator 0.2.12:";;1558 short | recursive ) echo "Configuration of evolution-indicator 0.2.14:";;
1559 esac1559 esac
1560 cat <<\_ACEOF1560 cat <<\_ACEOF
15611561
@@ -1675,7 +1675,7 @@
1675test -n "$ac_init_help" && exit $ac_status1675test -n "$ac_init_help" && exit $ac_status
1676if $ac_init_version; then1676if $ac_init_version; then
1677 cat <<\_ACEOF1677 cat <<\_ACEOF
1678evolution-indicator configure 0.2.121678evolution-indicator configure 0.2.14
1679generated by GNU Autoconf 2.671679generated by GNU Autoconf 2.67
16801680
1681Copyright (C) 2010 Free Software Foundation, Inc.1681Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2040,7 +2040,7 @@
2040This file contains any messages produced by compilers while2040This file contains any messages produced by compilers while
2041running configure, to aid debugging if configure makes a mistake.2041running configure, to aid debugging if configure makes a mistake.
20422042
2043It was created by evolution-indicator $as_me 0.2.12, which was2043It was created by evolution-indicator $as_me 0.2.14, which was
2044generated by GNU Autoconf 2.67. Invocation command line was2044generated by GNU Autoconf 2.67. Invocation command line was
20452045
2046 $ $0 $@2046 $ $0 $@
@@ -2855,7 +2855,7 @@
28552855
2856# Define the identity of the package.2856# Define the identity of the package.
2857 PACKAGE='evolution-indicator'2857 PACKAGE='evolution-indicator'
2858 VERSION='0.2.12'2858 VERSION='0.2.14'
28592859
28602860
2861cat >>confdefs.h <<_ACEOF2861cat >>confdefs.h <<_ACEOF
@@ -12789,7 +12789,7 @@
12789 pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS"12789 pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS"
12790 elif test -n "$PKG_CONFIG"; then12790 elif test -n "$PKG_CONFIG"; then
12791 if test -n "$PKG_CONFIG" && \12791 if test -n "$PKG_CONFIG" && \
12792 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate >= 0.3.012792 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate-0.5 >= 0.4.91
12793 evolution-plugin12793 evolution-plugin
12794 dbus-112794 dbus-1
12795 dbus-glib-112795 dbus-glib-1
@@ -12797,7 +12797,7 @@
12797 libcanberra12797 libcanberra
12798 gtkhtml-editor-3.1412798 gtkhtml-editor-3.14
12799 \""; } >&512799 \""; } >&5
12800 ($PKG_CONFIG --exists --print-errors "indicate >= 0.3.012800 ($PKG_CONFIG --exists --print-errors "indicate-0.5 >= 0.4.91
12801 evolution-plugin12801 evolution-plugin
12802 dbus-112802 dbus-1
12803 dbus-glib-112803 dbus-glib-1
@@ -12808,7 +12808,7 @@
12808 ac_status=$?12808 ac_status=$?
12809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&512809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12810 test $ac_status = 0; }; then12810 test $ac_status = 0; }; then
12811 pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "indicate >= 0.3.012811 pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "indicate-0.5 >= 0.4.91
12812 evolution-plugin12812 evolution-plugin
12813 dbus-112813 dbus-1
12814 dbus-glib-112814 dbus-glib-1
@@ -12826,7 +12826,7 @@
12826 pkg_cv_DEPS_LIBS="$DEPS_LIBS"12826 pkg_cv_DEPS_LIBS="$DEPS_LIBS"
12827 elif test -n "$PKG_CONFIG"; then12827 elif test -n "$PKG_CONFIG"; then
12828 if test -n "$PKG_CONFIG" && \12828 if test -n "$PKG_CONFIG" && \
12829 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate >= 0.3.012829 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate-0.5 >= 0.4.91
12830 evolution-plugin12830 evolution-plugin
12831 dbus-112831 dbus-1
12832 dbus-glib-112832 dbus-glib-1
@@ -12834,7 +12834,7 @@
12834 libcanberra12834 libcanberra
12835 gtkhtml-editor-3.1412835 gtkhtml-editor-3.14
12836 \""; } >&512836 \""; } >&5
12837 ($PKG_CONFIG --exists --print-errors "indicate >= 0.3.012837 ($PKG_CONFIG --exists --print-errors "indicate-0.5 >= 0.4.91
12838 evolution-plugin12838 evolution-plugin
12839 dbus-112839 dbus-1
12840 dbus-glib-112840 dbus-glib-1
@@ -12845,7 +12845,7 @@
12845 ac_status=$?12845 ac_status=$?
12846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&512846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12847 test $ac_status = 0; }; then12847 test $ac_status = 0; }; then
12848 pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "indicate >= 0.3.012848 pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "indicate-0.5 >= 0.4.91
12849 evolution-plugin12849 evolution-plugin
12850 dbus-112850 dbus-1
12851 dbus-glib-112851 dbus-glib-1
@@ -12872,7 +12872,7 @@
12872 _pkg_short_errors_supported=no12872 _pkg_short_errors_supported=no
12873fi12873fi
12874 if test $_pkg_short_errors_supported = yes; then12874 if test $_pkg_short_errors_supported = yes; then
12875 DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "indicate >= 0.3.012875 DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "indicate-0.5 >= 0.4.91
12876 evolution-plugin12876 evolution-plugin
12877 dbus-112877 dbus-1
12878 dbus-glib-112878 dbus-glib-1
@@ -12881,7 +12881,7 @@
12881 gtkhtml-editor-3.1412881 gtkhtml-editor-3.14
12882 " 2>&1`12882 " 2>&1`
12883 else12883 else
12884 DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "indicate >= 0.3.012884 DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "indicate-0.5 >= 0.4.91
12885 evolution-plugin12885 evolution-plugin
12886 dbus-112886 dbus-1
12887 dbus-glib-112887 dbus-glib-1
@@ -12893,7 +12893,7 @@
12893 # Put the nasty error message in config.log where it belongs12893 # Put the nasty error message in config.log where it belongs
12894 echo "$DEPS_PKG_ERRORS" >&512894 echo "$DEPS_PKG_ERRORS" >&5
1289512895
12896 as_fn_error $? "Package requirements (indicate >= 0.3.012896 as_fn_error $? "Package requirements (indicate-0.5 >= 0.4.91
12897 evolution-plugin12897 evolution-plugin
12898 dbus-112898 dbus-1
12899 dbus-glib-112899 dbus-glib-1
@@ -13475,7 +13475,7 @@
13475# report actual input values of CONFIG_FILES etc. instead of their13475# report actual input values of CONFIG_FILES etc. instead of their
13476# values after options handling.13476# values after options handling.
13477ac_log="13477ac_log="
13478This file was extended by evolution-indicator $as_me 0.2.12, which was13478This file was extended by evolution-indicator $as_me 0.2.14, which was
13479generated by GNU Autoconf 2.67. Invocation command line was13479generated by GNU Autoconf 2.67. Invocation command line was
1348013480
13481 CONFIG_FILES = $CONFIG_FILES13481 CONFIG_FILES = $CONFIG_FILES
@@ -13541,7 +13541,7 @@
13541cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=113541cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13542ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"13542ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13543ac_cs_version="\\13543ac_cs_version="\\
13544evolution-indicator config.status 0.2.1213544evolution-indicator config.status 0.2.14
13545configured by $0, generated by GNU Autoconf 2.67,13545configured by $0, generated by GNU Autoconf 2.67,
13546 with options \\"\$ac_cs_config\\"13546 with options \\"\$ac_cs_config\\"
1354713547
1354813548
=== modified file 'configure.ac'
--- configure.ac 2010-11-23 13:50:52 +0000
+++ configure.ac 2011-01-14 20:54:00 +0000
@@ -1,5 +1,5 @@
1AC_PREREQ(2.53)1AC_PREREQ(2.53)
2AC_INIT(evolution-indicator, 0.2.12, [])2AC_INIT(evolution-indicator, 0.2.14, [])
3AM_INIT_AUTOMAKE()3AM_INIT_AUTOMAKE()
4m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])4m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
5AC_CONFIG_SRCDIR(src/evolution-indicator.c)5AC_CONFIG_SRCDIR(src/evolution-indicator.c)
@@ -59,7 +59,7 @@
59AC_SUBST(GCC_FLAGS)59AC_SUBST(GCC_FLAGS)
6060
61PKG_CHECK_MODULES(DEPS,61PKG_CHECK_MODULES(DEPS,
62 indicate >= 0.3.062 indicate-0.5 >= 0.4.91
63 evolution-plugin63 evolution-plugin
64 dbus-164 dbus-1
65 dbus-glib-165 dbus-glib-1
6666
=== modified file 'debian/changelog'
--- debian/changelog 2010-11-23 14:30:49 +0000
+++ debian/changelog 2011-01-14 20:54:00 +0000
@@ -1,3 +1,10 @@
1evolution-indicator (0.2.14-0ubuntu1~ppa1) natty; urgency=low
2
3 * New upstream release.
4 * Port to new libindicate
5
6 -- Ted Gould <ted@ubuntu.com> Fri, 14 Jan 2011 14:44:52 -0600
7
1evolution-indicator (0.2.12-0ubuntu1) natty; urgency=low8evolution-indicator (0.2.12-0ubuntu1) natty; urgency=low
29
3 * New upstream release:10 * New upstream release:

Subscribers

People subscribed via source and target branches

to all changes: