Correct pasystray-git desktop launcher

This commit is contained in:
KF-Art 2022-09-21 12:16:57 -04:00
parent 2e77c91dbc
commit 24b281db2d
2 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
pasystray --notify={sink,source} &
pasystray --notify=sink --notify=source

View file

@ -1,7 +1,7 @@
# Template file for 'pasystray-git'
pkgname=pasystray-git
version=2022.03.14
revision=1
revision=2
build_style=gnu-configure
repository="cereus-extra"
hostmakedepends="pkg-config intltool automake git"
@ -20,3 +20,7 @@ do_fetch() {
pre_configure() {
autoreconf -fi
}
post_install() {
vbin ${FILESDIR}/pasystray-cereus
}