Correct pasystray-git desktop launcher
This commit is contained in:
parent
2e77c91dbc
commit
24b281db2d
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
pasystray --notify={sink,source} &
|
||||
pasystray --notify=sink --notify=source
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue