debian/0000755000000000000000000000000011472021042007157 5ustar debian/clean0000644000000000000000000000003011471760731010173 0ustar config.sub config.guess debian/control0000644000000000000000000000157511471763031010604 0ustar Source: alltray Section: x11 Priority: optional Maintainer: Ignace Mouzannar Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtk2.0-dev, libgconf2-dev, bash-completion Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/alltray/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/ext-maint/alltray/trunk/ Homepage: http://alltray.trausch.us/ Standards-Version: 3.9.1 Package: alltray Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dock any program into the system tray With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" button will minimize back to system tray. It works well with GNOME, KDE, Xfce 4*, Fluxbox* and WindowMaker*. (*) No drag 'n drop support. Enable with "-nm" option. debian/alltray.symbols0000644000000000000000000000037511471760732012265 0ustar liballtray.so.0 alltray #MINVER# XMapRaised@Base 0.69 XMapSubwindows@Base 0.69 XMapWindow@Base 0.69 error_handler@Base 0.69 iconic@Base 0.69 initialize@Base 0.69 sent_found_window_to_parent@Base 0.69 window_is_visible@Base 0.69 xprop@Base 0.69 debian/rules0000755000000000000000000000046511471760732010263 0ustar #!/usr/bin/make -f %: dh $@ --with bash_completion override_dh_auto_configure: 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 dh_auto_configure debian/copyright0000644000000000000000000000543511471760732011140 0ustar This package was debianized by Carlos C Soto on Mon, 14 Aug 2006 02:11:07 -0500. It was downloaded from: http://alltray.sourceforge.net/ Upstream Authors: Jochen Baier Michael B. Trausch Files: * Copyright: 2004-2006, Jochen Baier 2009-2010, Michael B. Trausch Licence: GPL 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 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'. File: src/clientwin.c Copyright: 1989-1998, The Open Group Licence: Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. File: src/binreloc.c Copyright: Hongli Lai Licence: This source code is public domain. You can relicense this code under whatever license you want. Files: debian/* Copyright: 2006, Carlos C Soto 2007-2010, Raphael Hertzog 2010, Ignace Mouzannar Licence: GPL debian/alltray.bash-completion0000644000000000000000000000056611471760732013663 0ustar # bash completion for GNU find. This makes heavy use of ksh style extended # globs and contains Linux specific code for completing the parameter # to the -fstype option. have alltray && complete -F _command $filenames alltray # Local variables: # mode: shell-script # sh-basic-offset: 4 # sh-indent-comment: t # indent-tabs-mode: nil # End: # ex: ts=4 sw=4 et filetype=sh debian/watch0000644000000000000000000000017311471760732010230 0ustar version=3 https://code.launchpad.net/alltray/+download http://code.launchpad.net/alltray/.*/\+download/alltray-(.+).tar.gz debian/changelog0000644000000000000000000000467511471765672011074 0ustar alltray (0.71b-1) unstable; urgency=low * New upstream release. (Closes: #602233) - Fixes no windows hiding when using compiz. (Closes: #579503) * debian/control: - Bumped Standards-Version to 3.9.1. * debian/patches: - Removed 01_minor_type.diff as it has been integrated upstream. -- Ignace Mouzannar Sat, 20 Nov 2010 16:16:12 +0100 alltray (0.71a-1) unstable; urgency=low * New upstream version: - Fixes Alltray trayicons use their owntooltip theme bug. (Closes: #524683) - Fixes FTBFS when building against binutils-gold. (Closes: #553650) * New maintainer. (Closes: #566880) * debian/control: - Bumped Standards-Version to 3.8.4. - Updated Maintainer field. - Added the Vcs-Browser address. - Added Build-Depends on bash-completion. * debian/rule: - Added "--with bash_completion" to include installation of the bash-completion file. * debian/copyright: - Updated copyright format, as it contained boilerplate from older versions of dh_make. - Mentioned the copyright of the debian/ folder * debian/patches: - 01_minor_type.diff: corrects typo errors in source files. * debian/alltray.menu: - Added menu file. (Closes: #449598) * debian/alltray.symbols: - Added symbols file. * debian/alltray.bash-completion: - This file adds the possibility for bash to complete the alltray command with the list of all available applications. -- Ignace Mouzannar Sun, 07 Mar 2010 11:15:16 +0000 alltray (0.70-1) unstable; urgency=low * QA upload. * Orphan the package as Carlos C Soto has no time to maintain it properly. * New upstream release. * Switch to 3.0 (quilt). * Move Homepage into its own control field. * Rename XS-Vcs-Svn in Vcs-Svn. * Drop linda overrides. * Switch to dh 7 tiny rules file and compat mode 7. * Add ${misc:Depends} to Depends. * Add watch file. * Update to Standards-Version 3.8.3. * None of the Ubuntu patches apply on this version, I did not look further to try to integrate them. -- Raphaƫl Hertzog Mon, 25 Jan 2010 21:08:33 +0100 alltray (0.69-1) unstable; urgency=low [ Carlos C Soto ] * New upstream release (Closes: Bug#305000). [ Raphael Hertzog ] * Sponsoring this package. * Added XS-Vcs-Svn header in debian/control. * Added myself in the Uploaders field. -- Raphael Hertzog Sun, 14 Jan 2007 18:36:56 +0100 debian/source/0000755000000000000000000000000011471760731010475 5ustar debian/source/format0000644000000000000000000000001411471760731011703 0ustar 3.0 (quilt) debian/alltray.docs0000644000000000000000000000000711471760732011515 0ustar README debian/alltray.lintian-overrides0000644000000000000000000000022111471760731014220 0ustar alltray: non-dev-pkg-with-shlib-symlink usr/lib/liballtray.so.0.0.0 usr/lib/liballtray.so alltray: package-name-doesnt-match-sonames liballtray0 debian/compat0000644000000000000000000000000211471760731010373 0ustar 7 debian/alltray.menu0000644000000000000000000000015411471760732011534 0ustar ?package(alltray):needs="X11" section="Applications/Graphics"\ title="AllTray" command="/usr/bin/alltray" debian/README.Debian0000644000000000000000000000170611471760732011243 0ustar Alltray running examples ======================== Please check the options for alltray(1) $ man alltray $ alltray --help To run alltray for xmms with a different icon: $ alltray -i /usr/share/icons/gartoon/scalable/apps/xmms.svg -s -x xmms To run thunderbird: $ alltray -i /usr/share/icons/gartoon/scalable/apps/thunderbird.svg \ mozilla-thunderbird Obviously I'm using the gartoon theme ;) Override of lintian and linda ============================= The alltray developer at version 0.50 has made a library for alltray named liballtraynomap and I will make a different package for this library on a future release. This change makes me introduce a override file for lintian and linda. lintian: non-dev-pkg-with-shlib-symlink linda: shlibs-sover-mismatch From lintian information: However, if this is a small package which includes the runtime and the development libraries, this is not a bug. In the latter case, please override this warning.