--- ircp-tray-0.7.4+1.orig/debian/control +++ ircp-tray-0.7.4+1/debian/control @@ -0,0 +1,16 @@ +Source: ircp-tray +Section: misc +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Devid Antonio Filoni +Build-Depends: debhelper (>= 5.0.51~), libgtk2.0-dev, libopenobex1-dev, libnotify-dev, intltool +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/ircp-tray + +Package: ircp-tray +Architecture: any +Depends: ${shlibs:Depends}, irda-utils +Description: IrDA and OBEX wireless file transfer + ircp-tray 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. --- ircp-tray-0.7.4+1.orig/debian/docs +++ ircp-tray-0.7.4+1/debian/docs @@ -0,0 +1,4 @@ +README +AUTHORS +CONTRIBUTORS +NEWS --- ircp-tray-0.7.4+1.orig/debian/copyright +++ ircp-tray-0.7.4+1/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Devid Antonio Filoni on +Mon, 11 Aug 2008 17:46:28 +0200. + +It was downloaded from https://launchpad.net/ircp-tray + +Upstream Author: + + Xin Zhen + Daniele Napolitano + +Copyright: + + 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 © 2008, Devid Antonio Filoni and +is licensed under the GPL, see above. --- ircp-tray-0.7.4+1.orig/debian/ircp-tray.1 +++ ircp-tray-0.7.4+1/debian/ircp-tray.1 @@ -0,0 +1,21 @@ +.TH ircp-tray 1 "11 Aug 2008" +.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 Ubuntu project (but may be used by others). --- ircp-tray-0.7.4+1.orig/debian/changelog +++ ircp-tray-0.7.4+1/debian/changelog @@ -0,0 +1,52 @@ +ircp-tray (0.7.4+1-0ubuntu3) maverick; urgency=low + + * Build without -DGTK_DISABLE_DEPRECATED to fix FTBFS LP: #597079 + + -- Bhavani Shankar Tue, 22 Jun 2010 08:03:03 +0530 + +ircp-tray (0.7.4+1-0ubuntu2) lucid; urgency=low + + * Replace deprecated macro GTK_WIDGET_APP_PAINTABLE to fix FTBFS. + + -- Ilya Barygin Mon, 08 Mar 2010 18:56:38 +0300 + +ircp-tray (0.7.4+1-0ubuntu1) jaunty; urgency=low + + * New upstream tarball (upstream forgot to add a change in the old tarball), + fix FTBFS. + + -- Devid Antonio Filoni Fri, 20 Feb 2009 19:27:23 +0100 + +ircp-tray (0.7.4-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Devid Antonio Filoni Wed, 18 Feb 2009 21:20:11 +0100 + +ircp-tray (0.7.3-0ubuntu1) jaunty; urgency=low + + * New upstream release. + * debian/docs: add AUTHORS, CONTRIBUTORS and NEWS files. + * Add debian/watch file. + * Remove libtool from Build-Depends field in debian/control. + + -- Devid Antonio Filoni Sun, 21 Dec 2008 23:05:30 +0100 + +ircp-tray (0.7.3~bzr56-0ubuntu1) intrepid; urgency=low + + * New upstream bzr revision 56 (LP: #276461). + + -- Devid Antonio Filoni Wed, 01 Oct 2008 14:59:39 +0200 + +ircp-tray (0.7.3~bzr46-0ubuntu1) intrepid; urgency=low + + * New upstream bzr revision 46 (LP: #270707). + + -- Devid Antonio Filoni Tue, 16 Sep 2008 20:47:49 +0200 + +ircp-tray (0.7.3~bzr40-0ubuntu1) intrepid; urgency=low + + * Initial release (LP: #252217). + + -- Devid Antonio Filoni Mon, 11 Aug 2008 17:46:28 +0200 + --- ircp-tray-0.7.4+1.orig/debian/rules +++ ircp-tray-0.7.4+1/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f + +VERSION = 0.7.3 +BZRREV = 56 + +config: config-stamp +config-stamp: + dh_testdir + + #./autogen.sh --prefix=/usr + ./configure --prefix=/usr + + touch $@ + +build: build-stamp + +build-stamp: config + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + #-rm -f aclocal.m4 + -rm -f config-stamp + -rm -f config.guess + -rm -f config.sub + #-rm -f config.h.in + #-rm -f configure + #-rm -f ircp-tray.desktop + #-rm -f ltmain.sh + #-rm -f Makefile.in + #-rm -f pixmaps/Makefile.in + #-rm -f src/Makefile.in + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) prefix=$(CURDIR)/debian/ircp-tray/usr install + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu debian/menu + dh_installman debian/ircp-tray.1 + dh_link + dh_icons + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +get-orig-source: + @bzr branch lp:ircp-tray -r $(BZRREV); \ + mv ircp-tray ircp-tray-$(VERSION)~bzr$(BZRREV); \ + tar --exclude=ircp-tray-$(VERSION)~bzr$(BZRREV)/.bzr \ + -cf ../ircp-tray_$(VERSION)~bzr$(BZRREV).orig.tar ircp-tray-$(VERSION)~bzr$(BZRREV); \ + rm -rf ircp-tray-$(VERSION)~bzr$(BZRREV); \ + gzip -9fn ../ircp-tray_$(VERSION)~bzr$(BZRREV).orig.tar + +binary: binary-indep binary-arch +.PHONY: config build clean binary-indep binary-arch binary install get-orig-source --- ircp-tray-0.7.4+1.orig/debian/menu +++ ircp-tray-0.7.4+1/debian/menu @@ -0,0 +1,2 @@ +?package(ircp-tray):needs="X11" section="Applications/Mobile Devices"\ + title="ircp-tray" command="/usr/bin/ircp-tray" --- ircp-tray-0.7.4+1.orig/debian/compat +++ ircp-tray-0.7.4+1/debian/compat @@ -0,0 +1 @@ +5 --- ircp-tray-0.7.4+1.orig/debian/watch +++ ircp-tray-0.7.4+1/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/ircp-tray/+download http://launchpad.net/ircp-tray/.*/ircp-tray-(.*)\.tar\.gz --- ircp-tray-0.7.4+1.orig/src/Makefile.in +++ ircp-tray-0.7.4+1/src/Makefile.in @@ -167,10 +167,10 @@ -DG_LOG_DOMAIN=\"Ircp-Tray\" \ -DLOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ - -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" - +# -DGTK_DISABLE_DEPRECATED bin_PROGRAMS = ircp-tray --- ircp-tray-0.7.4+1.orig/src/eggtrayicon.c +++ ircp-tray-0.7.4+1/src/eggtrayicon.c @@ -390,7 +390,7 @@ static void make_transparent (GtkWidget *widget, gpointer user_data) { - if (GTK_WIDGET_NO_WINDOW (widget) || GTK_WIDGET_APP_PAINTABLE (widget)) + if (GTK_WIDGET_NO_WINDOW (widget) || gtk_widget_get_app_paintable (widget)) return; gtk_widget_set_app_paintable (widget, TRUE); --- ircp-tray-0.7.4+1.orig/src/Makefile.am +++ ircp-tray-0.7.4+1/src/Makefile.am @@ -3,9 +3,10 @@ -DG_LOG_DOMAIN=\"Ircp-Tray\" \ -DLOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ - -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ - -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DGTK_DISABLE_DEPRECATED bin_PROGRAMS = ircp-tray