Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-osd
Commits:
6999e3c2 by Peter Jung at 2025-12-01T18:17:05+01:00
upgpkg: 1.0.0.beta.8-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cosmic-osd
pkgdesc = COSMIC On-Screen Display
pkgver = 1.0.0.beta.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/cosmic-osd
arch = x86_64
groups = cosmic
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cosmic-osd
pkgver=1.0.0.beta.8
-pkgrel=1
+pkgrel=2
pkgdesc='COSMIC On-Screen Display'
arch=(x86_64)
url=https://github.com/pop-os/cosmic-osd
@@ -41,8 +41,7 @@ prepare() {
build() {
cd cosmic-osd
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld" \
- POLKIT_AGENT_HELPER_1="/usr/lib/polkit-1/polkit-agent-helper-1" \
- just build-release --frozen
+ just polkit-agent-helper-1="/usr/lib/polkit-1/polkit-agent-helper-1"
build-release
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-osd/-/commit/6999e3c2eb9725d9d01d9d0cc597c967b2265dff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-osd/-/commit/6999e3c2eb9725d9d01d9d0cc597c967b2265dff
You're receiving this email because of your account on gitlab.archlinux.org.