From 24b281db2dbca12a629a11d9aa91afced0a32704 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Wed, 21 Sep 2022 12:16:57 -0400 Subject: [PATCH] Correct pasystray-git desktop launcher --- srcpkgs/pasystray-git/files/pasystray-cereus | 2 +- srcpkgs/pasystray-git/template | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 +}