debian/0000755000000000000000000000000011616636716007203 5ustar debian/source/0000755000000000000000000000000011420174622010465 5ustar debian/source/format0000644000000000000000000000001411420174622011673 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000017011420173676010062 0ustar ?package(ircp-tray):needs="X11" section="Applications/Mobile Devices"\ title="ircp-tray" command="/usr/bin/ircp-tray" debian/compat0000644000000000000000000000000211602124031010352 0ustar 7 debian/docs0000644000000000000000000000004111420173676010043 0ustar README AUTHORS CONTRIBUTORS NEWS debian/ircp-tray.10000644000000000000000000000123311420173676011170 0ustar .TH ircp-tray 1 "20 Feb 2009" .SH NAME ircp-tray \- IrDA and OBEX wireless file transfer .PP \fBircp-tray\fP is a wireless file transfer program for Linux. It stays inside your system tray, listening for incoming OBEX file transfer request, as well as sending file out to remote devices via IrDA. .SH OPTIONS A summary of options is included below. .TP .B \-h Show summary of options. .TP .B \-v Show version of program. .SH AUTHOR ircp-tray was written by Xin Zhen and Daniele Napolitano . .PP This manual page was written by Devid Antonio Filoni , for the Debian project (but may be used by others). debian/patches/0000755000000000000000000000000011616636321010622 5ustar debian/patches/00-POTFILES_trayicon0000644000000000000000000000254011602125114014104 0ustar Description: Upstream changes introduced in version 0.7.6-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . ircp-tray (0.7.6-1) unstable; urgency=low . * New upstream release (Closes: #630284, #621981). * Switch to debhelper 7. * Bump Standards-Version to 3.9.2. . The person named in the Author field signed this changelog entry. Author: Devid Antonio Filoni Bug-Debian: http://bugs.debian.org/621981 Bug-Debian: http://bugs.debian.org/630284 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- ircp-tray-0.7.6.orig/po/POTFILES.in +++ ircp-tray-0.7.6/po/POTFILES.in @@ -9,4 +9,5 @@ src/progresswin.c src/recvfile.c src/savefiledlg.c src/sendfile.c +src/ircptray_trayicon.c data/ircp-tray.desktop.in debian/patches/02-skip-po.patch0000644000000000000000000000037211616635124013446 0ustar Index: ircp-tray-0.7.6/po/POTFILES.skip =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ ircp-tray-0.7.6/po/POTFILES.skip 2011-08-05 02:33:20.980901851 +0200 @@ -0,0 +1 @@ +.pc debian/patches/series0000644000000000000000000000007511616636321012041 0ustar 00-POTFILES_trayicon 01-libnotify-0.7.patch 02-skip-po.patch debian/patches/01-libnotify-0.7.patch0000644000000000000000000000367011616634026014370 0ustar Index: ircp-tray-0.7.6/src/ircptray_main.c =================================================================== --- ircp-tray-0.7.6.orig/src/ircptray_main.c 2011-08-05 02:21:28.673856762 +0200 +++ ircp-tray-0.7.6/src/ircptray_main.c 2011-08-05 02:22:44.108908415 +0200 @@ -248,14 +248,12 @@ notification = notify_notification_new (g_get_application_name(), notify_msg, - icon, - NULL); + icon); if (notification == NULL) { g_warning("failed to setup notification"); return; } - notify_notification_attach_to_status_icon (notification, AppTrayIcon); if (!notify_notification_show (notification, NULL)) g_warning("failed to send notification"); @@ -277,11 +275,9 @@ notification = notify_notification_new (g_get_application_name(), notify_msg, - icon, - NULL); + icon); if (notification != NULL) { - notify_notification_attach_to_status_icon (notification, AppTrayIcon); if (!notify_notification_show (notification, NULL)) g_warning("failed to send notification\n"); Index: ircp-tray-0.7.6/src/recvfile.c =================================================================== --- ircp-tray-0.7.6.orig/src/recvfile.c 2011-08-05 02:22:58.192731358 +0200 +++ ircp-tray-0.7.6/src/recvfile.c 2011-08-05 02:23:21.800434566 +0200 @@ -255,8 +255,7 @@ n = notify_notification_new (title, msg, - MAIN_ICON, - GTK_WIDGET(AppTrayIcon)); + MAIN_ICON); if (n != NULL) { notify_notification_set_urgency(n, NOTIFY_URGENCY_NORMAL); debian/watch0000644000000000000000000000016211420173676010225 0ustar version=3 https://launchpad.net/ircp-tray/+download \ http://launchpad.net/ircp-tray/.*/ircp-tray-(.*)\.tar\.gz debian/copyright0000644000000000000000000000321111420173676011125 0ustar This package was debianized by Devid Antonio Filoni on Tue, 02 Jun 2009 18:30:11 +0200. It was downloaded from https://launchpad.net/ircp-tray Upstream Author: Xin Zhen Daniele Napolitano Copyright: Copyright © 1996-2008 Free Software Foundation, Inc. Copyright © 2002 Daniel Elstner Copyright © 2003 Murray Cumming Copyright © 2001 Ragnar Henriksen Copyright © 2002 Anders Carlsson Copyright © 2004-2007 Xin Zhen Copyright © 2008 Daniele Napolitano License: This package 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 package 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 package; 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 General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2009, Devid Antonio Filoni and is licensed under the GPL, see above. debian/control0000644000000000000000000000124011616634047010576 0ustar Source: ircp-tray Section: comm Priority: extra Maintainer: Devid Antonio Filoni Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, libopenobex1-dev, libnotify-dev (>= 0.7.0), intltool Standards-Version: 3.9.2 Homepage: https://launchpad.net/ircp-tray Package: ircp-tray Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, irda-utils Description: IrDA and OBEX wireless file transfer Ircp Tray is a IrDA file transfer program for Linux. It stays inside your system tray, listening for incoming IrOBEX file transfer request, as well as sending file out to remote devices via IrDA. . Ircp Tray is compliant with OBEX Push protocol. debian/changelog0000644000000000000000000000263111616635211011044 0ustar ircp-tray (0.7.6-1.1) unstable; urgency=low * Non-maintainer upload. * Port to libnotify 0.7 (Closes: #630284) - Add debian/patches/01-libnotify-0.7.patch. - Bump Build-Depends on libnotify-dev to (>= 0.7.0). * Don't look for translatable files in .pc/ as otherwise intltool will fail. - Add debian/patches/03-skip-po.patch. -- Michael Biebl Fri, 05 Aug 2011 02:24:46 +0200 ircp-tray (0.7.6-1) unstable; urgency=low * New upstream release (Closes: #630284, #621981). * Switch to debhelper 7. * Bump Standards-Version to 3.9.2. * Add 00-POTFILES_trayicon patch to fix FTBFS. -- Devid Antonio Filoni Mon, 27 Jun 2011 17:44:41 +0200 ircp-tray (0.7.5.1-1) unstable; urgency=low * New upstream release (Closes: #554922). * Fix debhelper-but-no-misc-depends lintian warning. * Fix missing-debian-source-format lintian info. * Bump Standards-Version to 3.9.0. -- Devid Antonio Filoni Sat, 17 Jul 2010 02:24:06 +0200 ircp-tray (0.7.4-1.1) unstable; urgency=low * Non-maintainer upload. * src/eggtrayicon.c: - Replace deprecated GTK macro with related function (Closes: #577307). -- Luca Falavigna Sat, 08 May 2010 14:35:51 +0200 ircp-tray (0.7.4-1) unstable; urgency=low * Initial release (Closes: #494897). -- Devid Antonio Filoni Tue, 02 Jun 2009 18:30:11 +0200 debian/rules0000755000000000000000000000070711602123762010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: $(CURDIR)/configure --prefix=/usr override_dh_auto_clean: -rm -f config-stamp -rm -f config.guess -rm -f config.sub dh_auto_clean override_dh_auto_install: $(MAKE) prefix=$(CURDIR)/debian/ircp-tray/usr install override_dh_installchangelogs: dh_installchangelogs ChangeLog override_dh_installmenu: dh_installmenu debian/menu override_dh_installman: dh_installman debian/ircp-tray.1