.gear/rules | 3 + .../tags/26ea3a60695b8eb7f9d93f288e3c7c3afecf624b | 6 ++ .gear/tags/list | 1 + .gear/upstream/remotes | 3 + README.md | 10 --- alt/pasystray.spec | 77 ++++++++++++++++++++++ 6 files changed, 90 insertions(+), 10 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..502085c --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +spec: alt/pasystray.spec +tar: @version@:. name=@name@-@version@ +diff: @version@:. . name=@name@-@version@-@release@.patch diff --git a/.gear/tags/26ea3a60695b8eb7f9d93f288e3c7c3afecf624b b/.gear/tags/26ea3a60695b8eb7f9d93f288e3c7c3afecf624b new file mode 100644 index 0000000..799bd49 --- /dev/null +++ b/.gear/tags/26ea3a60695b8eb7f9d93f288e3c7c3afecf624b @@ -0,0 +1,6 @@ +object 6ddc40bc42efe1f5538f8519eef3b920292e0291 +type commit +tag 0.8.0 +tagger Christoph Gysin 1634842556 +0300 + +release 0.8.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..c9e1076 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +26ea3a60695b8eb7f9d93f288e3c7c3afecf624b 0.8.0 diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes new file mode 100644 index 0000000..397e1bf --- /dev/null +++ b/.gear/upstream/remotes @@ -0,0 +1,3 @@ +[remote "upstream"] + url = https://github.com/christophgysin/pasystray.git + fetch = +refs/heads/*:refs/remotes/upstream/* diff --git a/README.md b/README.md index 299699a..cde6e6b 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,3 @@ over source/sink: over playback/record stream: * scroll up/down: adjust the volume of respective stream * middle-click: toggle mute - -Troubleshooting ---------------- - -If the pasystray icon is not displayed in your Unity system tray, you will have -to whitelist it. Read this for instructions: -http://askubuntu.com/questions/30742/how-do-i-access-and-enable-more-icons-to-be-in-the-system-tray - -For Ubuntu 13.04 and above, AppIndicator is mandatory. Unfortunately, the -ctrl + click / ctrl + scroll bindings don't work with AppIndicator. diff --git a/alt/pasystray.spec b/alt/pasystray.spec new file mode 100644 index 0000000..4bf2741 --- /dev/null +++ b/alt/pasystray.spec @@ -0,0 +1,77 @@ +Name: pasystray +Version: 0.8.0 +Release: alt1 + +Summary: a replacement for the deprecated padevchooser +License: GPLv2.1 +Group: Sound +Url: https://github.com/christophgysin/pasystray + +# packaged sources from upstream git repo tag +Source: %name-%version.tar +# http://git.altlinux.org/gears/p/pasystray.git +Patch1: %name-%version-%release.patch + +BuildRequires(pre): rpm-build-xdg +# Automatically added by buildreq on Sun Mar 05 2017 +# optimized out: fontconfig fontconfig-devel glib2-devel libX11-devel libatk-devel libavahi-devel libavahi-glib libcairo-devel libdbusmenu-devel libdbusmenu-gtk2 libfreetype-devel libgdk-pixbuf libgdk-pixbuf-devel libgio-devel libgpg-error libgtk+2-devel libpango-devel libwayland-client libwayland-server perl pkg-config python-base python-modules xorg-xproto-devel +BuildRequires: libappindicator-gtk3-devel libavahi-glib-devel libnotify-devel libpulseaudio-devel +Requires: pulseaudio-daemon >= 1.0 + +%description +A replacement for the deprecated padevchooser. + +pasystray allows setting the default PulseAudio source/sink and moving +streams on the fly between sources/sinks without restarting the client +applications. + + +%prep +%setup +%patch1 -p1 + +%build +%autoreconf +%configure \ + --enable-avahi \ + --enable-notify \ + --enable-x11 \ + --enable-statusicon \ + --enable-appindicator \ + --with-gtk=3 \ + # +%make_build + +%install +%makeinstall_std + +%files +%doc AUTHORS +%doc README.md +%_xdgconfigdir/autostart/* +%_bindir/* +%_desktopdir/* +%_man1dir/* +%dir %_datadir/%name +%_datadir/%name/* +%_pixmapsdir/* +%_iconsdir/hicolor/scalable/* + +%changelog +* Sun May 08 2022 Anton Midyukov 0.8.0-alt1 +- new version 0.8.0 + +* Mon Nov 23 2020 Anton Midyukov 0.7.1-alt2 +- Rebuild with gtk3 + +* Mon Jul 22 2019 Grigory Ustinov 0.7.1-alt1 +- Build new version. + +* Wed Jul 18 2018 Grigory Ustinov 0.6.0-alt2 +- Fixed FTBS (Add missing rpm-build-xdg). + +* Thu Mar 22 2018 Igor Vlasenko 0.6.0-alt1.1 +- NMU: added URL + +* Thu Mar 02 2017 Vladimir D. Seleznev 0.6.0-alt1 +- Initial build for Sisyphus.