From bd06bdfcb217149140a043473fca6ed66e4b9786 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Feb 2011 15:24:29 -0600 Subject: debian/rules: Adding in autoreconf --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a9b2e6e..e56b9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt1) UNRELEASED; urgency=low * Upstream Merge * Merging in first EDS branch + * debian/rules: Adding in autoreconf - -- Ted Gould Fri, 04 Feb 2011 15:22:40 -0600 + -- Ted Gould Fri, 04 Feb 2011 15:24:17 -0600 indicator-datetime (0.1.92-0ubuntu1) natty; urgency=low diff --git a/debian/rules b/debian/rules index ff2614a..baf32ef 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk install/indicator-datetime:: find debian/indicator-datetime/usr/lib -name \*.la -exec rm {} \; -- cgit v1.2.3 From 6fe7de54ad02b5ba121c2a5e3cdf2b9453dd83f5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Feb 2011 15:25:15 -0600 Subject: releasing version 0.1.92-0ubuntu2~ppa1~apnt1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e56b9bf..30c5353 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt1) UNRELEASED; urgency=low +indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt1) natty; urgency=low * Upstream Merge * Merging in first EDS branch * debian/rules: Adding in autoreconf - -- Ted Gould Fri, 04 Feb 2011 15:24:17 -0600 + -- Ted Gould Fri, 04 Feb 2011 15:25:13 -0600 indicator-datetime (0.1.92-0ubuntu1) natty; urgency=low -- cgit v1.2.3 From f4a727b6f697774d6238f4110a8417892ed91396 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Feb 2011 15:35:14 -0600 Subject: releasing version 0.1.92-0ubuntu2~ppa1~apnt2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1e165c0..f3e1b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt2) UNRELEASED; urgency=low +indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt2) natty; urgency=low * Upstream Merge * Unreffing the menu item - -- Ted Gould Fri, 04 Feb 2011 15:32:55 -0600 + -- Ted Gould Fri, 04 Feb 2011 15:35:12 -0600 indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt1) natty; urgency=low -- cgit v1.2.3 From bde608a3bf5cd96f61ca6a62dbfbdd7c28070c86 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Feb 2011 15:53:08 -0600 Subject: releasing version 0.1.92-0ubuntu2~ppa1~apnt3 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4a31d7..7cbc3e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt3) UNRELEASED; urgency=low +indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt3) natty; urgency=low * Upstream Merge * Debugging statements and cleaning code a bit - -- Ted Gould Fri, 04 Feb 2011 15:51:57 -0600 + -- Ted Gould Fri, 04 Feb 2011 15:53:05 -0600 indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt2) natty; urgency=low -- cgit v1.2.3 From 742c0dd28126c74f159a98513cfd6e9ae4158af9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 8 Feb 2011 14:20:48 -0600 Subject: Comments for compiling --- src/datetime-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/datetime-service.c b/src/datetime-service.c index 9e3e938..7adab15 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -71,7 +71,7 @@ static DbusmenuMenuitem * calendar = NULL; static DbusmenuMenuitem * settings = NULL; static DbusmenuMenuitem * tzchange = NULL; static DbusmenuMenuitem * add_appointment = NULL; -static DbusmenuMenuitem * add_location = NULL; +//static DbusmenuMenuitem * add_location = NULL; static GList * appointments = NULL; static ECal * ecal = NULL; static const gchar * ecal_timezone = NULL; @@ -285,6 +285,7 @@ check_for_calendar (gpointer user_data) return FALSE; } +/* static gboolean update_timezone_menu_items(gpointer user_data) { // Get the current location as specified by the user as a place name and time and add it, @@ -295,6 +296,7 @@ update_timezone_menu_items(gpointer user_data) { // Hook up each of these to setting the time/current timezone return FALSE; } +*/ // Compare function for g_list_sort of ECalComponent objects static gint -- cgit v1.2.3 From 8899ada093975b480bab52098be03490d3ae1b58 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 8 Feb 2011 14:26:29 -0600 Subject: releasing version 0.1.92-0ubuntu2~ppa1~apnt4 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0fcbb5e..d7b1a6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt4) UNRELEASED; urgency=low +indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt4) natty; urgency=low * Upstream Merge * Adding some color support along with times - -- Ted Gould Tue, 08 Feb 2011 14:18:05 -0600 + -- Ted Gould Tue, 08 Feb 2011 14:26:28 -0600 indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt3) natty; urgency=low -- cgit v1.2.3 From 3162d34af9b5e91e2aaa7aa3c0d866a82db843b5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 8 Feb 2011 22:25:27 -0600 Subject: releasing version 0.1.92-0ubuntu5~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e555f3e..94d8e7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-datetime (0.1.92-0ubuntu5~ppa1) UNRELEASED; urgency=low +indicator-datetime (0.1.92-0ubuntu5~ppa1) natty; urgency=low * Upstream Merge * Merging in first EDS branch * debian/rules: Adding in autoreconf - -- Ted Gould Tue, 08 Feb 2011 22:21:14 -0600 + -- Ted Gould Tue, 08 Feb 2011 22:25:24 -0600 indicator-datetime (0.1.92-0ubuntu4) natty; urgency=low -- cgit v1.2.3 From 4c31081c5a9c854fa5b037c32a9e0100b4243043 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Feb 2011 13:09:15 -0600 Subject: 0.1.93 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b5b1781..9aedb49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.1.92, ted@canonical.com) +AC_INIT(indicator-datetime, 0.1.93, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.1.92) +AM_INIT_AUTOMAKE(indicator-datetime, 0.1.93) AM_MAINTAINER_MODE -- cgit v1.2.3 From 7b97bf9b84d3c23e021f69974abe661663a7f3a7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Feb 2011 13:26:05 -0600 Subject: releasing version 0.1.93-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3ebba21..c229ef9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-datetime (0.1.93-0ubuntu1) UNRELEASED; urgency=low +indicator-datetime (0.1.93-0ubuntu1~ppa1) natty; urgency=low * New upstream release. * Merging in first EDS branch * debian/rules: Adding in autoreconf - -- Ted Gould Wed, 09 Feb 2011 13:23:03 -0600 + -- Ted Gould Wed, 09 Feb 2011 13:25:57 -0600 indicator-datetime (0.1.92-0ubuntu4+r41) UNRELEASED; urgency=low -- cgit v1.2.3