debian/0000755000000000000000000000000011635653250007174 5ustar debian/compat0000644000000000000000000000000211251157444010370 0ustar 7 debian/xmms2tray.xml0000644000000000000000000000627111251145047011664 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ manpages/docbook.xsl XP=xsltproc -''-nonet manpage.1: manpage.dbk $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. vim: sw=2 ts=2 et --> Thomas"> Jollans"> May 12, 2007"> 1"> thomas@jollans.com"> XMMS2TRAY"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2007 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; a tray icon for XMMS2 &dhpackage; DESCRIPTION XMMS2tray is a simple X11 tray icon for the XMMS2 music player. Features include notification bubbles and a popup menu. BUGS Probably SEE ALSO xmms2(1) AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/control0000644000000000000000000000156111635653122010600 0ustar Source: xmms2tray Section: sound Priority: extra Maintainer: Debian QA Group Build-Depends: debhelper (>= 7), python Build-Depends-Indep: xsltproc, docbook-xsl, python-support (>= 0.3), imagemagick Standards-Version: 3.9.2 Homepage: https://code.jollybox.de/wiki/Software/Xmms2tray XS-Python-Version: all Package: xmms2tray Architecture: all Depends: ${python:Depends}, python-xmmsclient, python-gtk2 (>=2.10), python-notify, python-imaging, ${misc:Depends} Suggests: notification-daemon, xmms2-client-cli XB-Python-Version: ${python:Versions} Description: System tray integration for XMMS2 XMMS2tray is a small XMMS 2 client that displays an icon in a X11 system tray with a customizable popup menu and notification bubbles. . It is not (yet) a complete client by itself but provides an unobtrusive and simple way of controlling current playlist. debian/changelog0000644000000000000000000000412611635653122011047 0ustar xmms2tray (0.5.1-2) unstable; urgency=low * QA upload. * debian/control - Bumped Standards-Version to 3.9.2 (no other changes) * debian/rules - Add missing targets build-arch and build-indep -- Ricardo Mones Mon, 19 Sep 2011 16:44:07 +0200 xmms2tray (0.5.1-1) unstable; urgency=low * QA upload. * New upstream release * debian/control - Bumped Standards-Version to 3.8.4 (no other changes) * Switch to dpkg-source 3.0 (quilt) format -- Ricardo Mones Sat, 26 Jun 2010 12:39:18 +0200 xmms2tray (0.5-2) unstable; urgency=low * QA upload. * pass --prefix=/usr to setup.py (Closes: #557959) * remove dh_python call from debian/rules, unneeded -- Filippo Giunchedi Sat, 28 Nov 2009 19:53:21 +0100 xmms2tray (0.5-1) unstable; urgency=low * QA upload. * New upstream version * debian/control, debian/compat - Set maintainer address to QA Group - Bumped Standards-Version to 3.8.3 - Fixed Homepage URL and made a proper field from it (Closes: #479027) - Split dependencies into Build-Depends-Indep - Bumped compat level to 7 - Expanded description a bit and added Suggests line (Closes: #479026) * debian/rules - Removed template comments, extra empty lines and CFLAGS var - Removed dh_clean -k in favour of dh_prep - Move commands to binary-indep target * debian/xmms2tray.desktop - Removed redundant encoding line - Fixed Categories according last specification * debian/xmms2tray.menu, debian/watch - Fixed section, added watch file * debian/copyright - Fixed (C) usage, updated GPL-2 filename reference -- Ricardo Mones Mon, 07 Sep 2009 23:50:26 +0200 xmms2tray (0.4-1.1) unstable; urgency=low * Non-maintainer upload. * Remove specific target directory for setup.py install so we don't install .pyc files in the deb (Closes: #479024) -- Scott Kitterman Thu, 31 Jul 2008 01:34:19 -0400 xmms2tray (0.4-1) unstable; urgency=low * Initial release (Closes: #422286) -- Thomas Jollans Sun, 13 May 2007 00:47:29 +0200 debian/watch0000644000000000000000000000011011251171720010204 0ustar version=3 http://code.jollybox.de/pub/xmms2tray/xmms2tray-(.*)\.tar\.gz debian/rules0000755000000000000000000000237711635653122010263 0ustar #!/usr/bin/make -f configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir python setup.py build xsltproc --nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl debian/xmms2tray.xml convert data/xmms2_24.png xmms2tray.xpm touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp python setup.py clean dh_clean rm -f xmms2tray.1 rm -f xmms2tray.xpm # WHY don't the distutils do this ?! rm -rf build install: build dh_testdir dh_testroot dh_prep python setup.py install --prefix=/usr --root=$(CURDIR)/debian/xmms2tray rm $(CURDIR)/debian/xmms2tray/usr/share/doc/xmms2tray/COPYING dh_install xmms2tray.xpm usr/share/pixmaps dh_install debian/xmms2tray.desktop usr/share/applications dh_installman xmms2tray.1 binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installmenu dh_pysupport dh_installman dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/xmms2tray.desktop0000644000000000000000000000040011251211273012514 0ustar [Desktop Entry] Version=1.0 Name=XMMS2tray GenericName=XMMS2 tray icon Exec=xmms2tray Terminal=false Type=Application Icon=/usr/share/xmms2tray/data/xmms2_24.png Categories=Application;AudioVideo;Audio;Player;GTK;TrayIcon OnlyShowIn=KDE;GNOME;XFCE;ROX;Old debian/xmms2tray.menu0000644000000000000000000000020111251157444012017 0ustar ?package(xmms2tray):needs="X11" section="Applications/Sound" title="XMMS2tray" command="/usr/bin/xmms2tray" icon="xmms2tray.xpm" debian/docs0000644000000000000000000000000711251145047010036 0ustar README debian/copyright0000644000000000000000000000255511251211273011123 0ustar This package was debianized by Thomas Jollans on Fri, 4 May 2007 18:45:42 +0200. It was downloaded from http://zombiehq.xyzplanet.net/zhq/projects/xmms2tray Upstream Author: Thomas Jollans Copyright: Copyright © 2006, 2007 Thomas Jollans Copyright © 2006 Sham Chukoury Copyright © 2005 Joe Turner Copyright © 2007 Arnauld Didry 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 © 2007, Thomas Jollans and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011635653250010474 5ustar debian/source/format0000644000000000000000000000001411411354443011674 0ustar 3.0 (quilt) debian/pycompat0000644000000000000000000000000211251145047010735 0ustar 2