mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/cosmic-osd: fix polkit authentication prompting
This commit is contained in:
parent
98806be324
commit
98861d388d
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=cosmic-osd
|
||||
pkgver=1.0.0_alpha7
|
||||
_upstreamver="${pkgver/_alpha/-alpha.}"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="On-Screen Display for the COSMIC Desktop Environment"
|
||||
url="https://github.com/pop-os/cosmic-osd"
|
||||
arch="aarch64 x86_64"
|
||||
|
@ -25,7 +25,8 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
make ARGS+=" --frozen --release"
|
||||
make polkit-agent-helper-1=/usr/lib/polkit-1/polkit-agent-helper-1 \
|
||||
ARGS+=" --frozen --release"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue