debian/0000755000000000000000000000000012107640654007173 5ustar debian/copyright0000644000000000000000000001032012107640612011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Volume Icon Source: http://softwarebakery.com/maato/volumeicon.html Files: * Copyright: Copyright 2010 Maato License: GPL-3 Files: src/keybinder.h src/bind.c Copyright: Copyright 2008 Alex Gravely Copyright 2010 Ulrik Sverdrup License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . 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 AUTHORS OR COPYRIGHT HOLDERS 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. Files: aclocal.m4 Copyright: Copyright 2009 Free Software Foundation, Inc. Copyright 2004 Scott James Remnant License: GPL-2 with autoconf exception 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 St., Fifth Floor, Boston, MA 02110, USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. . As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: configure Copyright: 2010 Free Software Foundation, Inc. License: FSF-unlimited This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Files: */Makefile.in Copyright: 2009 Free Software Foundation, Inc. License: FSF-automake 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. Files: debian/* Copyright: Copyright 2011 Andrew Gainer License: GPL-3 License: GPL-3 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 3 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, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/volumeicon-alsa.menu0000644000000000000000000000017612107640612013155 0ustar ?package(volumeicon-alsa): needs="X11" \ section="Applications/Sound"\ title="volumeicon" command="/usr/bin/volumeicon" debian/patches/0000755000000000000000000000000012107640612010614 5ustar debian/patches/series0000644000000000000000000000005012107640612012024 0ustar 001_remove-individual-glib-headers.diff debian/patches/001_remove-individual-glib-headers.diff0000644000000000000000000000222112107640612017772 0ustar Description: Including individual glib headers no longer supported Author: Michael Biebl Index: volumeicon-0.4.6/src/alsa_backend.c ================================================================== --- volumeicon-0.4.6.orig/src/alsa_backend.c 2011-10-25 15:35:10.000000000 +0200 +++ volumeicon-0.4.6/src/alsa_backend.c 2012-12-16 07:23:51.568024692 +0100 @@ -22,10 +22,8 @@ //############################################################################## #include -#include +#include #include -#include -#include #include "alsa_backend.h" Index: volumeicon-0.4.6/src/oss_backend.c =================================================================== --- volumeicon-0.4.6.orig/src/oss_backend.c 2011-11-09 12:37:18.000000000 +0100 +++ volumeicon-0.4.6/src/oss_backend.c 2012-12-16 07:23:51.708026103 +0100 @@ -26,10 +26,8 @@ #include #include #include -#include +#include #include -#include -#include #include "oss_backend.h" debian/alsa/0000755000000000000000000000000012107640612010105 5ustar debian/alsa/volumeicon.10000644000000000000000000000224512107640612012352 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH VOLUMEICON 1 "July 2, 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME volumeicon \- lightweight ALSA volume icon for the systray .SH SYNOPSIS .B volumeicon .SH DESCRIPTION .B volumeicon provides a system tray icon for managing the ALSA mixer. It should be run in the background of an X session with an available systray. .SH OPTIONS No options are available. .SH AUTHOR volumeicon was written by Maato . .PP This manual page was written by Andrew Gainer , for the Debian project (and may be used by others). debian/changelog0000644000000000000000000000175512107640612011047 0ustar volumeicon (0.4.6-2) unstable; urgency=low * Add patch to remove inidividual glib headers - thanks to Michael Biebl for the patch (Closes: #665623) -- Julien Valroff Sat, 16 Feb 2013 09:18:15 +0100 volumeicon (0.4.6-1) unstable; urgency=low * New upstream release * Update copyright file as per DEP-5 1.0 standard * Bump Debian standards to 3.9.3 -- Julien Valroff Sat, 17 Mar 2012 08:47:48 +0100 volumeicon (0.4.4-1) unstable; urgency=low * New upstream version 0.4.4 -- Andrew Gainer Sun, 06 Nov 2011 11:52:46 -0500 volumeicon (0.4.3-1) unstable; urgency=low * New upstream version 0.4.3. * Enabled new notifications feature (via libnotify). -- Andrew Gainer Sat, 17 Sep 2011 19:10:32 +0000 volumeicon (0.4.1-1) unstable; urgency=low * Initial release (Closes: #586522) -- Andrew Gainer Wed, 29 Jun 2011 21:35:20 +0000 debian/control0000644000000000000000000000217512107640612010575 0ustar Source: volumeicon Section: sound Priority: optional Maintainer: Andrew Gainer Uploaders: Julien Valroff Build-Depends: debhelper (>= 8.0.0~), autotools-dev, libgtk2.0-dev, libasound2-dev, libnotify-dev Standards-Version: 3.9.3 Homepage: http://softwarebakery.com/maato/volumeicon.html Vcs-Git: git://git.debian.org/collab-maint/volumeicon.git Vcs-Browser: http://git.debian.org/?p=collab-maint/volumeicon.git;a=summary Package: volumeicon-alsa Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, alsa-base Suggests: alsamixergui | aumix-gtk | kmix | gnome-alsamixer, notify-osd | xfce4-nofityd | notification-daemon Description: systray volume icon for alsa This is a lightweight volume control that sits in your systray. This version is compatible with ALSA. Features: * Change volume by scrolling on the systray icon * Ability to choose which channel to control * Configurable stepsize (percentage of volume increase/decrease per scrollwheel step) * Several icon themes (with gtk theme as default) * Configurable external mixer * Volume slider debian/watch0000644000000000000000000000022112107640612010211 0ustar #watch control file for uscan version=3 http://softwarebakery.com/maato/volumeicon.html files/volumeicon/volumeicon-(.+)\.tar\.gz debian uupdate debian/compat0000644000000000000000000000000212107640612010363 0ustar 9 debian/rules0000755000000000000000000000022012107640612010237 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --enable-notify debian/source/0000755000000000000000000000000012107640612010465 5ustar debian/source/lintian-overrides0000644000000000000000000000015312107640612014045 0ustar # Debhelper 9 is currently experimental volumeicon source: package-needs-versioned-debhelper-build-depends debian/source/format0000644000000000000000000000001412107640612011673 0ustar 3.0 (quilt) debian/volumeicon-alsa.manpages0000644000000000000000000000003112107640612013772 0ustar debian/alsa/volumeicon.1