diff --git a/srcpkgs/pasystray-git/files/pasystray-cereus b/srcpkgs/pasystray-git/files/pasystray-cereus index 9c65418..f4140e7 100755 --- a/srcpkgs/pasystray-git/files/pasystray-cereus +++ b/srcpkgs/pasystray-git/files/pasystray-cereus @@ -1,2 +1,2 @@ #!/bin/bash -pasystray --notify={sink,source} & +pasystray --notify=sink --notify=source diff --git a/srcpkgs/pasystray-git/template b/srcpkgs/pasystray-git/template index 343883d..4df432e 100644 --- a/srcpkgs/pasystray-git/template +++ b/srcpkgs/pasystray-git/template @@ -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 +}