debian/0000755000000000000000000000000012237660073007174 5ustar debian/pasystray.manpages0000644000000000000000000000002312237611677012751 0ustar debian/pasystray.1 debian/source/0000755000000000000000000000000012237545144010475 5ustar debian/source/format0000644000000000000000000000001412237330774011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012237630662010624 5ustar debian/patches/series0000644000000000000000000000005612237630647012045 0ustar 0001-Add-keywords-entry-to-desktop-file.patch debian/patches/0001-Add-keywords-entry-to-desktop-file.patch0000644000000000000000000000075312237626325020731 0ustar From: Scott Leggett Date: Sun, 10 Nov 2013 17:31:11 +1100 Subject: Add keywords entry to desktop file. --- data/pasystray.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/data/pasystray.desktop b/data/pasystray.desktop index 621b63b..3915f70 100644 --- a/data/pasystray.desktop +++ b/data/pasystray.desktop @@ -8,3 +8,4 @@ Icon=pasystray StartupNotify=true Type=Application Categories=AudioVideo;Audio; +Keywords=pulseaudio;tray;system tray;applet;volume debian/copyright0000644000000000000000000000214312237624266011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pasystray Source: https://github.com/christophgysin/pasystray Files: * Copyright: 2011-2013 Christoph Gysin License: LGPL-2.1+ Files: debian/* Copyright: 2013 Scott Leggett License: LGPL-2.1+ License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser 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 complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". debian/rules0000755000000000000000000000005712237604630010253 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf debian/compat0000644000000000000000000000000212237332475010374 0ustar 9 debian/menu0000644000000000000000000000015712237552622010066 0ustar ?package(pasystray):needs="X11" section="Applications/Sound"\ title="pasystray" command="/usr/bin/pasystray" debian/pasystray.10000644000000000000000000000531612237633222011316 0ustar .\" (C) Copyright 2013 Scott Leggett , .\" .\" 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 PASYSTRAY 1 "November 9, 2013" .\" 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 pasystray \- PulseAudio controller for the system tray .SH SYNOPSIS .B pasystray .RI [ options ] .SH DESCRIPTION .B pasystray enables control of various PulseAudio server settings from the X11 system tray. Clicking the tray icon will display a graphical menu, allowing the user to: .IP \[bu] adjust the volume of streams and sinks/sources .IP \[bu] transfer streams between sinks/sources .IP \[bu] switch the default sink/source .IP \[bu] set the default server (PULSE_SERVER) .IP \[bu] detect network PulseAudio services .IP \[bu] rename devices .SH MOUSE BINDINGS Status icon: .IP \[bu] Middle-click: toggle mute, default sink .IP \[bu] Ctrl + Middle-click: toggle mute, default source .IP \[bu] Scroll up/down: adjust volume, default sink .IP \[bu] Ctrl + Scroll up/down: adjust volume, default source .LP Source/Sink menu item: .IP \[bu] Scroll up/down: adjust volume .IP \[bu] Left-click: set as default sink/source .IP \[bu] Middle-click: toggle mute .IP \[bu] Right-click: rename .LP Playback/record stream menu item: .IP \[bu] Scroll up/down: adjust volume .IP \[bu] Middle-click: toggle mute .SH OPTIONAL PULSEAUDIO MODULES .B pasystray makes use of the following PulseAudio modules for some optional features: .IP \[bu] module-device-manager - device renaming .IP \[bu] module-zeroconf-discover - network device discovery .LP These modules may need to be loaded, using e.g. .BR pactl (1). .SH REMOTE SINKS/SOURCES In order to detect remote sinks/source, as well as enabling module-zeroconf-discover locally, module-zeroconf-publish must be enabled on the remote server. .SH REMOTE SERVER As with most PulseAudio-aware applications, the environment variable PULSE_SERVER may be set to the address of a remote host in order to use .B pasystray to control the server running on that host. .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). .TP .B \-V, \-\-version Show the program version. .SH SEE ALSO .BR pulseaudio (1), .BR pactl (1). .PP Homepage: https://github.com/christophgysin/pasystray debian/watch0000644000000000000000000000013012237545063010220 0ustar version=3 https://github.com/christophgysin/pasystray/releases .*/(\d\.\d\.\d)\.tar\.gz debian/changelog0000644000000000000000000000022612237627517011054 0ustar pasystray (0.4.0-1) unstable; urgency=low * Initial release (Closes: #729205) -- Scott Leggett Sun, 10 Nov 2013 18:00:59 +1100 debian/control0000644000000000000000000000177012237651000010572 0ustar Source: pasystray Section: sound Priority: extra Maintainer: Scott Leggett Build-Depends: autotools-dev, debhelper (>= 9.0.0), dh-autoreconf, libavahi-client-dev, libavahi-glib-dev, libgtk-3-dev, libnotify-dev, libpulse-dev, pkg-config Standards-Version: 3.9.4 Homepage: https://github.com/christophgysin/pasystray Vcs-Git: git://github.com/smlx/package-pasystray.git Vcs-Browser: https://github.com/smlx/package-pasystray Package: pasystray Architecture: any Depends: gnome-icon-theme, ${misc:Depends}, ${shlibs:Depends} Suggests: paman, paprefs, pavumeter, pulseaudio-module-zeroconf Description: PulseAudio controller for the system tray Pasystray enables control of various PulseAudio server settings from the X11 system tray. It can: * adjust the volume of streams and sinks/sources * transfer streams between sinks/sources * switch the default sink/source * set the default server (PULSE_SERVER) * detect network PulseAudio services * rename devices debian/docs0000644000000000000000000000001712237330774010047 0ustar README.md TODO