--- libindicate-0.3.3.orig/debian/copyright +++ libindicate-0.3.3/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Ted Gould on +Wed, 11 Feb 2009 15:41:06 -0600. + +It was downloaded from + +Upstream Author: + + Ted Gould + +Copyright: + + Copyright (C) 2009 Canonical Ltd. + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 or 3 of the License. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-2.1' and +`/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. --- libindicate-0.3.3.orig/debian/watch +++ libindicate-0.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libindicate/+download .*/libindicate-([0-9.]+)\.tar\.gz --- libindicate-0.3.3.orig/debian/control +++ libindicate-0.3.3/debian/control @@ -0,0 +1,86 @@ +Source: libindicate +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, + libdbusmenu-glib-dev (>= 0.2.2), + gnome-doc-utils, + libtool, + intltool, + gtk-doc-tools +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/libindicate +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicate/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicate/ubuntu + +Package: libindicate4 +Section: libs +Conflicts: libindicate +Replaces: libindicate +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains shared libraries to be used by applications. + +Package: libindicate-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate4 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libdbusmenu-glib-dev (>= 0.2.2) +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains files that are needed to build applications. + +Package: libindicate-gtk2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains shared libraries to be used by applications. + +Package: libindicate-gtk-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate-gtk2 (= ${binary:Version}), + libindicate-dev (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0) +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package contains files that are needed to build applications. + +Package: libindicate-doc +Section: doc +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate4 (= ${binary:Version}), + libindicate-gtk2 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0) +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel.ยท + . + This package contains files that are needed to build applications. + --- libindicate-0.3.3.orig/debian/rules +++ libindicate-0.3.3/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection --enable-gtk-doc +LDFLAGS += -Wl,-z,defs -Wl,--as-needed +DEB_DH_MAKESHLIBS_ARGS_libindicate4 += -V 'libindicate4 (>= 0.3.3)' +DEB_DH_MAKESHLIBS_ARGS_libindicate-gtk2 += -V 'libindicate-gtk2 (>= 0.2.2)' --- libindicate-0.3.3.orig/debian/libindicate-doc.install +++ libindicate-0.3.3/debian/libindicate-doc.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/gtk-doc/html/libindicate/* +debian/tmp/usr/share/doc/libindicate/examples/* --- libindicate-0.3.3.orig/debian/libindicate-dev.install +++ libindicate-0.3.3/debian/libindicate-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libindicate-0.2/libindicate/* +debian/tmp/usr/lib/pkgconfig/indicate.pc +debian/tmp/usr/lib/libindicate.a +debian/tmp/usr/lib/libindicate.so --- libindicate-0.3.3.orig/debian/changelog +++ libindicate-0.3.3/debian/changelog @@ -0,0 +1,118 @@ +libindicate (0.3.3-0ubuntu1) lucid; urgency=low + + * debian/rules: + - updated shlibs version + + [ Ted Gould ] + * Upstream release 0.3.3 + * Add ability to get properties as values in the server. + * Fix error messages on failed properties. + * Add menu support to im-client example. + + -- Sebastien Bacher Thu, 18 Feb 2010 16:50:17 +0100 + +libindicate (0.3.2-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.2 + * Properly deregister signals when proxies are removed. + * Properly remove filters when proxies are removed. + * Handler to detect when proxies go to heaven, if they're good + proxies. + * Fixing a double free on the todo array + + -- Ted Gould Thu, 11 Feb 2010 09:41:16 -0600 + +libindicate (0.3.1-0ubuntu2) lucid; urgency=low + + * Upstream Merge + * Handler to detect when proxies go to heaven, if they're good proxies. + * Fixing a double free on the todo array + + -- Ted Gould Tue, 09 Feb 2010 09:07:02 -0600 + +libindicate (0.3.1-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.1 + * Fixing the server_display signal + * Reincluding the enum headers + * Fixing pkgconfig file to include dbusmenu-glib + * debian/control: Adding libdbusmenu-glib-dev as a dep + for the -dev package. + + -- Ted Gould Fri, 05 Feb 2010 16:25:47 -0800 + +libindicate (0.3.0-0ubuntu1) lucid; urgency=low + + * debian/rules: + - update the shlibs + + [ Ted Gould ] + * Upstream 0.3.0 release + * Fixing build of typelib file + * Removing the system bus from a default bus + * Unref'ing the proxies correctly + * Fixing the test suite + * Adding in a menu server as a property + * Adding a timestamp to activate signal + * Switching to ayatana.org namespace + * Making the properties as variants instead of strings + * Fixing pkgconfig file to include dbusmenu-glib + * debian/control: + * Adding libdbusmenu-glib-dev as a new dependency as well, it is now. + * Dropping libxml dependency + * libindicate3 -> libindicate4 + * libindicate-gtk1 -> libindicate-gtk2 + * Setting dbusmenu dependency at 0.2.2 + + -- Sebastien Bacher Thu, 04 Feb 2010 16:08:27 -0800 + +libindicate (0.2.3-0ubuntu1) karmic; urgency=low + + * Upstream release 0.2.3 (LP: #440213) + * A new define to coordinate between KDE and GNOME + Messaging Menus + + -- Ted Gould Thu, 01 Oct 2009 23:31:26 +0200 + +libindicate (0.2.2-0ubuntu1) karmic; urgency=low + + * debian/rules: + - update shlib version + + [ Ted Gould ] + * New upstream release (LP: #431947) + - Various small bug fixes including more convience functions, + making the examples better and fixing some runtime warnings. + - Applied memleak patch from agateau + - fix set_property so that it can be used with UINTs as well + - Allow UINT for properties + + -- Sebastien Bacher Thu, 17 Sep 2009 22:17:54 +0200 + +libindicate (0.2.0-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #427364) + - Big change is renaming some signal names. :( + - Bug fixes in getting properties. + - Removing looking at the type on indicator lists. + - Fixing the count callback. + * debian/control: + - Increasing library versions to libindicate3 + and libindicate-gtk1. Moving .install files as well. + * libindicate-dev and libindicate-gtk-dev.install change to + /usr/include/libindicate-0.2 from 0.1 + + -- Ted Gould Wed, 09 Sep 2009 08:42:01 -0500 + +libindicate (0.2.0~bzr325-0ubuntu1) karmic; urgency=low + + [ Ken VanDine ] + * New source package, split out from the indicator-applet source + * Merging in changes to make this libindicate only. + * debian/* lots of changes to remove applet stuff. + * Renaming the directories to match new package name. + * Setting the icon path in the .pc file. + * debian/control: + - Set both Vcs-Bzr and Vcs-Bzr-Browser + + -- Ted Gould Thu, 03 Sep 2009 17:16:51 -0500 --- libindicate-0.3.3.orig/debian/libindicate-gtk2.install +++ libindicate-0.3.3/debian/libindicate-gtk2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicate-gtk.so.* --- libindicate-0.3.3.orig/debian/libindicate-gtk-dev.install +++ libindicate-0.3.3/debian/libindicate-gtk-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libindicate-0.2/libindicate-gtk/* +debian/tmp/usr/lib/pkgconfig/indicate-gtk.pc +debian/tmp/usr/lib/libindicate-gtk.a +debian/tmp/usr/lib/libindicate-gtk.so --- libindicate-0.3.3.orig/debian/compat +++ libindicate-0.3.3/debian/compat @@ -0,0 +1 @@ +5 --- libindicate-0.3.3.orig/debian/libindicate4.install +++ libindicate-0.3.3/debian/libindicate4.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicate.so.* --- libindicate-0.3.3.orig/examples/test.js +++ libindicate-0.3.3/examples/test.js @@ -0,0 +1,6 @@ +#!/usr/local/bin/seed +Seed.import_namespace("Indicate"); + +var indicator = new Indicate.Indicator(); + +indicator.show(); --- libindicate-0.3.3.orig/docs/reference/tmpl/libindicate-unused.sgml +++ libindicate-0.3.3/docs/reference/tmpl/libindicate-unused.sgml @@ -35,6 +35,14 @@ @parent_class: + + + + + +@indicateserver: the object which received the signal. +@arg1: + @@ -43,6 +51,14 @@ @indicateserver: the object which received the signal. @arg1: + + + + + +@indicateserver: the object which received the signal. +@arg1: +