first commit
This commit is contained in:
3
src/xfce4-pulseaudio-plugin/.gitignore
vendored
Normal file
3
src/xfce4-pulseaudio-plugin/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xfce4-pulseaudio-plugin/changes.md
Normal file
2
src/xfce4-pulseaudio-plugin/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 0.4.7
|
||||
First version
|
19
src/xfce4-pulseaudio-plugin/pkg.sh
Normal file
19
src/xfce4-pulseaudio-plugin/pkg.sh
Normal file
@ -0,0 +1,19 @@
|
||||
NAME="xfce4-pulseaudio-plugin"
|
||||
DESC="Plugin for the Xfce panel which provides a convenient way to adjust the audio volume of the PulseAudio"
|
||||
VERSION="0.4.7"
|
||||
FILES=("https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${VERSION%.*}/xfce4-pulseaudio-plugin-$VERSION.tar.bz2")
|
||||
HASHES=("7d1041a7538daf8171dbbc71f5bbefe9")
|
||||
DEPENDS=(
|
||||
"dbus-glib" "libnotify" "pulseaudio"
|
||||
"xfce4-panel" "keybinder3" "pavucontrol"
|
||||
)
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.bz2
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure --prefix=/usr
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user