Skip to content

Commit

Permalink
add pasystray petbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Feb 3, 2021
1 parent 53d9819 commit 1d6fac9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions woof-code/rootfs-petbuilds/pasystray/pet.specs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pasystray-0.7.1|pasystray|0.7.1||Multimedia|348||pasystray-0.7.1.pet|+pulseaudio|PulseAudio System Tray|puppy|||
12 changes: 12 additions & 0 deletions woof-code/rootfs-petbuilds/pasystray/petbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
download() {
[ -f pasystray-0.7.1.tar.gz ] || wget -t 1 -T 15 https://github.com/christophgysin/pasystray/archive/pasystray-0.7.1.tar.gz
}

build() {
tar -xzf pasystray-0.7.1.tar.gz
cd pasystray-pasystray-0.7.1
./bootstrap.sh
./configure --prefix=/usr --disable-avahi --disable-notify --disable-appindicator
make install
rm -f /usr/share/applications
}
1 change: 1 addition & 0 deletions woof-code/rootfs-petbuilds/pasystray/sha256.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
efa5e762c7a60e1017474b87fec78d55cc0420dba3dae7f04f74b64160bd56a6 pasystray-0.7.1.tar.gz

0 comments on commit 1d6fac9

Please sign in to comment.