add xfce pulseaudio plugin.

This commit is contained in:
Anders da Silva Rytter Hansen 2026-01-27 19:45:15 -03:00
commit 0fa2324781
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,12 @@
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
tar -xf xfce4-pulseaudio-plugin-0.5.1.tar.xz
cd xfce4-pulseaudio-plugin-0.5.1
./autogen.sh --prefix=/usr && make && make install
cd ../
tar -xf xfce4-mixer-4.20.0.tar.xz
cd xfce4-mixer-4.20.0
./autogen.sh --prefix=/usr && make && make install
@ -15,3 +21,4 @@ cd ../
tar -xf xfce4-clipman-plugin-1.7.0.tar.xz
cd xfce4-clipman-plugin-1.7.0
./autogen.sh --prefix=/usr && make && make install