aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-17 13:18:38 -0600
committerTed Gould <ted@gould.cx>2009-12-17 13:18:38 -0600
commit2c6df6beede4ce289642481cb1a82c3550f3e9e3 (patch)
treec69ef8abd47ac47b012bcb03dda0273a53bf520e
parent3280544be377c087b322e995fffb40b699d2939d (diff)
parent6d8c3127941de75b8e1cd4f52e68e522405dd392 (diff)
downloadayatana-indicator-application-2c6df6beede4ce289642481cb1a82c3550f3e9e3.tar.gz
ayatana-indicator-application-2c6df6beede4ce289642481cb1a82c3550f3e9e3.tar.bz2
ayatana-indicator-application-2c6df6beede4ce289642481cb1a82c3550f3e9e3.zip
* Upstream release 0.0.5
* Include Python binding * Include Mono binding * Minor bug fixes * debian/control, debian/python-appindicator.install: Building a binary package for the python bindings. * debian/control: Adding python building build deps * debian/control, debian/libappindicator0-cil.install: Building a binary package for the Mono bindings. * debian/control: Adding Mono building build deps
-rw-r--r--bindings/mono/app-indicator.sources.xml2
-rw-r--r--bindings/mono/examples/IndicatorExample.cs23
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog52
4 files changed, 37 insertions, 44 deletions
diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml
index 8ee8758..3585c44 100644
--- a/bindings/mono/app-indicator.sources.xml
+++ b/bindings/mono/app-indicator.sources.xml
@@ -1,6 +1,6 @@
<gapi-parser-input>
<api filename="libappindicator-api.raw">
- <library name="libappindicator.so">
+ <library name="libappindicator.so.0">
<namespace name="AppIndicator">
<directory path="../../src/libappindicator">
<exclude>app-indicator-enum-types.h.in</exclude>
diff --git a/bindings/mono/examples/IndicatorExample.cs b/bindings/mono/examples/IndicatorExample.cs
index 0cb72a1..c34e020 100644
--- a/bindings/mono/examples/IndicatorExample.cs
+++ b/bindings/mono/examples/IndicatorExample.cs
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2009 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as published
+ * by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Cody Russell <cody.russell@canonical.com>
+ */
+
using Gtk;
using AppIndicator;
@@ -21,16 +40,14 @@ public class IndicatorExample
indicator.Status = Status.Attention;
- /*
Menu menu = new Menu ();
menu.Append (new MenuItem ("Foo"));
menu.Append (new MenuItem ("Bar"));
indicator.Menu = menu;
- */
win.ShowAll ();
Application.Run ();
}
-} \ No newline at end of file
+}
diff --git a/configure.ac b/configure.ac
index 114b42b..2992df2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.4, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.5, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.4)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.5)
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index bce57a7..40cf189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,47 +1,23 @@
-indicator-application (0.0.4-0ubuntu3~ppa4) karmic; urgency=low
+indicator-application (0.0.5-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Upstream updates:
- * Fixing when menus are set twice. (LP: #497812)
-
- -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 10:45:01 -0600
-
-indicator-application (0.0.4-0ubuntu3~ppa3) karmic; urgency=low
-
- * debian/control: Removing architecture independent build
- dependencies are no architecture dependent.
- * debian/control: Fixing the libdbusmenu-glib version dep.
-
- -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 09:13:58 -0600
-
-indicator-application (0.0.4-0ubuntu3~ppa2) karmic; urgency=low
-
- * Upstream updates:
- * Mono build fixes.
- * Mono metadata file cleanups.
- * debian/control: Adding a build-dep on nunit
-
- -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 08:42:33 -0600
-
-indicator-application (0.0.4-0ubuntu3~ppa1) karmic; urgency=low
-
- * Integrating a ton of work.
-
- -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 00:24:13 -0600
-
-indicator-application (0.0.4-0ubuntu3) UNRELEASED; urgency=low
+ * Upstream release 0.0.5
+ * Include Python binding
+ * Include Mono binding
+ * Minor bug fixes
+ * Fixing when menus are set twice. (LP: #497812)
+ * debian/control, debian/python-appindicator.install: Building
+ a binary package for the python bindings.
+ * debian/control: Adding python building build deps
+ * debian/control, debian/libappindicator0-cil.install: Building
+ a binary package for the Mono bindings.
+ * debian/control: Adding Mono building build deps
- * Added mono bindings
+ [ Ken VanDine ]
* debian/rules
- don't use gnome.mk, specify all the targets to build python
bindings for each supported python version
- [ Ted Gould ]
- * Adding in Python bindings.
- * debian/control, debian/python-appindicator.install: Building
- a binary package for the python bindings.
- * debian/control: Adding python building build deps
-
- -- Ken VanDine <ken.vandine@canonical.com> Wed, 16 Dec 2009 14:36:05 -0500
+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 13:14:53 -0600
indicator-application (0.0.4-0ubuntu2) lucid; urgency=low