Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-osd
Commits:
417dd0a4 by Peter Jung at 2025-11-06T17:42:00+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-osd
pkgdesc = COSMIC On-Screen Display
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-osd
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = cosmic-osd
depends = sound-theme-freedesktop
depends = systemd-libs
depends = wayland
- source =
git+https://github.com/pop-os/cosmic-osd.git#tag=91930fcdb51847abde03bfa8941d9d83b82280b7
- b2sums =
e644e977b957c06f27b6dd26a12d235cb0cbe17aa5dde24e791c12b639f3a2c9368bda4d2e437f9ec46cb14fdcb4a115f646d5a2894591c9becaafe19ebd8b2c
+ source =
git+https://github.com/pop-os/cosmic-osd.git#tag=epoch-1.0.0-beta.5
+ b2sums =
538f2f5b11c211ed3251db4779a3c45dc30a02b70b22dfa619262f1f5d63d5211e997987444017afee5f5f82f96c5ba69831fd03f77e75da34fdf8df1de516b4
pkgname = cosmic-osd
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-osd]
+source = "git"
+git = "https://github.com/pop-os/cosmic-osd.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-osd
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='COSMIC On-Screen Display'
arch=(x86_64)
@@ -27,11 +27,10 @@ makedepends=(
git
lld
)
-_tag=91930fcdb51847abde03bfa8941d9d83b82280b7
source=(
- git+https://github.com/pop-os/cosmic-osd.git#tag=${_tag}
+
git+https://github.com/pop-os/cosmic-osd.git#tag=epoch-${pkgver/.beta./-beta.}
)
-b2sums=('e644e977b957c06f27b6dd26a12d235cb0cbe17aa5dde24e791c12b639f3a2c9368bda4d2e437f9ec46cb14fdcb4a115f646d5a2894591c9becaafe19ebd8b2c')
+b2sums=('538f2f5b11c211ed3251db4779a3c45dc30a02b70b22dfa619262f1f5d63d5211e997987444017afee5f5f82f96c5ba69831fd03f77e75da34fdf8df1de516b4')
prepare() {
cd cosmic-osd
@@ -39,11 +38,6 @@ prepare() {
sed 's|libexec|lib/polkit-1|g' -i Makefile
src/subscriptions/polkit_agent_helper.rs
}
-#pkgver() {
-# cd cosmic-osd
-# git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
-
build() {
cd cosmic-osd
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-osd/-/commit/417dd0a44f466b14ec14029583ce7c246735c1e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-osd/-/commit/417dd0a44f466b14ec14029583ce7c246735c1e5
You're receiving this email because of your account on gitlab.archlinux.org.