debian/0000775000000000000000000000000012031047031007157 5ustar debian/compat0000664000000000000000000000000211624132552010367 0ustar 7 debian/changelog0000664000000000000000000000172712031047031011040 0ustar gnome-gmail-notifier (0.10.1-0ubuntu3) quantal; urgency=low * Include only instead of individual header files (fixes FTBFS). -- Michael Bienia Thu, 27 Sep 2012 15:00:22 +0200 gnome-gmail-notifier (0.10.1-0ubuntu2) oneiric; urgency=low * Convert to source format 3.0 (quilt) since we need a patch system - add debian/source/format * Add patch to port to libnotify 0.7 - add debian/patches/libnotify-0.7.patch - add debian/patches/series * Bump Standards Version to 3.9.2, no changes needed - update debian/control -- Micah Gersten Sun, 21 Aug 2011 02:55:13 -0500 gnome-gmail-notifier (0.10.1-0ubuntu1) lucid; urgency=low * New upstream release (LP: #521185) -- Josh Holland Sat, 24 Apr 2010 16:54:30 +0100 gnome-gmail-notifier (0.9.4-0ubuntu1) karmic; urgency=low * Initial release (LP: #336475) -- Andres Rodriguez Mon, 03 Aug 2009 15:33:57 -0500 debian/watch0000664000000000000000000000012711624132552010222 0ustar version=3 http://files.geekysuavo.org/notifier/gnome-gmail-notifier-([\d.]+)\.tar\.bz2 debian/copyright0000664000000000000000000000762311624132552011134 0ustar This package was debianized by Andres Rodriguez on Wed, 08 Jul 2009 17:38:32 -0500. It was downloaded from: Upstream Author: Bradley Worley Copyright: gnome-gmail-notifier: Copyright © 2009 Bradley Worley aclocal.m4: Copyright © 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc Copyright (C) 2001-2003,2004 Red Hat, Inc. Makefile.in: Copyright © 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. The Intltool Message Extractor (intltool-extract.in): Copyright © 2000-2001, 2003 Free Software Foundation. The Intltool Message Merger (intltool-merge.in): Copyright © 2000, 2003 Free Software Foundation. Copyright © 2000, 2001 Eazel, Inc The Intltool Message Updater (intltool-update.in): Copyright © 2000-2003 Free Software Foundation. License: gnome-gmail-notifier, The Intltool Message Extractor (intltool-extract.in): This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The Intltool Message Merger (intltool-merge.in) The Intltool Message Updater (intltool-update.in): Intltool is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 published by the Free Software Foundation. Intltool 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Makefile.in: This Makefile.in is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. aclocal.m4: This file is free software, distributed under the terms of the GNU General Public License. As a special exception to the GNU General Public License, this file may be distributed as part of a program that contains a configuration script generated by Autoconf, under the same distribution terms as the rest of that program. This file can be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2' The Debian packaging is copyright 2009, Andres Rodriguez and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. debian/rules0000775000000000000000000000516711624132552010262 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif config.status: configure dh_testdir # Add here commands to configure the package. ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/gnome-gmail-notifier.sgml > gnome-gmail-notifier.1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean rm -f stamp-h install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/gnome-gmail-notifier. $(MAKE) DESTDIR=$(CURDIR)/debian/gnome-gmail-notifier install binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Path to the debian directory UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') # Uses watch file get-orig-source: uscan --verbose --force-download --no-symlink bunzip2 -c ../gnome-gmail-notifier-${UPSTREAM_VERSION}.tar.bz2 | gzip -9c > \ ../gnome-gmail-notifier_${UPSTREAM_VERSION}.orig.tar.gz binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install get-orig-source debian/patches/0000775000000000000000000000000012031046741010615 5ustar debian/patches/only-include-glib.h0000664000000000000000000000064412031046741014307 0ustar Index: gnome-gmail-notifier-0.10.1/src/main.h =================================================================== --- gnome-gmail-notifier-0.10.1.orig/src/main.h 2010-04-09 20:15:24.000000000 +0200 +++ gnome-gmail-notifier-0.10.1/src/main.h 2012-09-27 15:00:14.000000000 +0200 @@ -50,7 +50,6 @@ * this includes the gthread header and the pthread * header. */ -#include #include /* debian/patches/series0000664000000000000000000000005012031046647012032 0ustar libnotify-0.7.patch only-include-glib.h debian/patches/libnotify-0.7.patch0000664000000000000000000000300111624133303014127 0ustar Description: Port to libnotify 0.7 Author: danielmicay@gmail.com Origin: upstream, bugtracker Bug: http://code.google.com/p/gnome-gmail-notifier/issues/detail?id=86 Forwarded: not-needed diff -Nur gnome-gmail-notifier-0.10.1.orig/src/ggn-icon.c gnome-gmail-notifier-0.10.1/src/ggn-icon.c --- gnome-gmail-notifier-0.10.1.orig/src/ggn-icon.c 2010-04-09 11:15:24.000000000 -0700 +++ gnome-gmail-notifier-0.10.1/src/ggn-icon.c 2011-03-18 09:11:50.143331913 -0700 @@ -32,6 +32,10 @@ #include #include "ggn-icon-priv.h" +#ifndef NOTIFY_CHECK_VERSION +#define NOTIFY_CHECK_VERSION(x,y,z) 0 +#endif + /* * forward function definitions. */ @@ -566,12 +570,18 @@ /* create a new notification. */ icon->priv->note = notify_notification_new (icon->priv->title, icon->priv->summary, - icon->priv->icon_file, - NULL); + icon->priv->icon_file +#if NOTIFY_CHECK_VERSION (0, 7, 0) + ); + + /* notify_notification_attach_to_status_icon dropped */ +#else + ,NULL); /* attach the notification to our icon. */ notify_notification_attach_to_status_icon (icon->priv->note, icon->priv->icon); +#endif /* set the notification timeout. */ notify_notification_set_timeout (icon->priv->note, (4 * 1000)); debian/control0000664000000000000000000000214411624134561010577 0ustar Source: gnome-gmail-notifier Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Andres Rodriguez Build-Depends: debhelper (>= 7), libglib2.0-dev (>= 2.6.0), libgtk2.0-dev (>= 2.12.0), libgconf2-dev (>= 2.20.0), libnotify-dev (>= 0.4.2), libsoup2.4-dev (>= 2.4.0), libxml2-dev (>= 2.6.20), libgstreamer0.10-dev (>= 0.10.0), gstreamer0.10-plugins-good (>= 0.10.0), gstreamer0.10-plugins-base (>= 0.10.0), intltool (>= 0.35.0), libgnome-keyring-dev (>= 0.4.2), gstreamer-tools (>= 0.10.0) Standards-Version: 3.9.2 Homepage: http://notifier.geekysuavo.org/ Package: gnome-gmail-notifier Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A Gmail Inbox Notifier for the GNOME Desktop The GNOME Gmail Notifier constantly checks the status of your Gmail email account (or accounts) for new messages, and then notifies you as new mail arrives. Just set the notifier to check the accounts you want to notified for, and it does all of the work, telling you who has how many messages when they arrive. debian/gnome-gmail-notifier.10000664000000000000000000000464111624132552013271 0ustar .\" Title: gnome-gmail-notifier .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 .\" Date: 07/30/2009 .\" Manual: .\" Source: .\" .TH "GNOME\-GMAIL\-NOTIFI" "1" "07/30/2009" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" gnome-gmail-notifier \- A Gmail Inbox Notifier for the GNOME Desktop .SH "SYNOPSIS" Usage: gnome\-gmail\-notifier [OPTION\&...] .sp .SH "DESCRIPTION" The GNOME Gmail Notifier constantly checks the status of your Gmail email account (or accounts) for new messages, and then notifies you as new mail arrives\&. Just set the notifier to check the accounts you want to notified for, and it does all of the work, telling you who has how many messages when they arrive\&. .sp .SH "HELP OPTIONS" .PP \-h, \-\-help .RS 4 Displays help options .RE .PP \-\-help\-all .RS 4 Displays all help options .RE .PP \-\-help\-gst .RS 4 Displays GStreamer options .RE .SH "GSTREAMER OPTIONS" .PP \-\-gst\-version .RS 4 Print the GStreamer version .RE .PP \-\-gst\-fatal\-warnings .RS 4 Make all warnings fatal .RE .PP \-\-gst\-debug\-help .RS 4 Print available debug categories and exit .RE .PP \-\-gst\-debug\-level=LEVEL .RS 4 Default debug level from 1 (only error) to 5 (anything) or 0 for no output .RE .PP \-\-gst\-debug=LIST .RS 4 Comma\-separated list of category_name:level pairs to set specific levels for the individual categories\&. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3 .RE .PP \-\-gst\-debug\-no\-color .RS 4 Disable colored debugging output .RE .PP \-\-gst\-debug\-disable .RS 4 Disable debugging .RE .PP \-\-gst\-plugin\-spew .RS 4 Enable verbose plugin loading diagnostics .RE .PP \-\-gst\-plugin\-path=PATHS .RS 4 Colon\-separated paths containing plugins .RE .PP \-\-gst\-plugin\-load=PLUGINS .RS 4 Comma\-separated list of plugins to preload in addition to the list stored in environment variable GST_PLUGIN_PATH .RE .PP \-\-gst\-disable\-segtrap .RS 4 Disable trapping of segmentation faults during plugin loading .RE .PP \-\-gst\-disable\-registry\-update .RS 4 Disable updating the registry .RE .PP \-\-gst\-disable\-registry\-fork .RS 4 Disable the use of fork() while scanning the registry .RE .SH "AUTHOR" Gnome-gmail-notifier was written by Bradley Worley \&. This manual page was written by Andres Rodriguez for the Debian system (but may be used by others)\&. .sp debian/source/0000775000000000000000000000000011624132622010467 5ustar debian/source/format0000664000000000000000000000001411624132622011675 0ustar 3.0 (quilt) debian/gnome-gmail-notifier.manpages0000664000000000000000000000003611624132552014716 0ustar debian/gnome-gmail-notifier.1