1
0
Fork 0
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:
Clayton Craft 2025-06-05 12:43:33 -07:00 committed by Patrycja Rosa
parent 98806be324
commit 98861d388d

View file

@ -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() {