Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-bg
Commits:
c35411b4 by Peter Jung at 2025-11-06T17:30:41+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-bg
pkgdesc = COSMIC session service which applies backgrounds to displays
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-bg
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = cosmic-bg
depends = gcc-libs
depends = glibc
depends = libxkbcommon
- source =
git+https://github.com/pop-os/cosmic-bg.git#tag=40254a7101b52b482f06d35a4d2eba8245814b2c
+ source =
git+https://github.com/pop-os/cosmic-bg.git#tag=epoch-1.0.0-beta.5
source = cosmic-bg-lto.patch
- b2sums =
45e3625b5616569af79d1943fac9c70ffee97a1630d37ca0b66011848271e450afcc4ad3cf95bebe01ae7834d23ea48bb7397ad69251a85a6910cb8617aeed1e
+ b2sums =
52f232bef4b4ef94077c243043213030df7187ad395451b6cee1067af46ac3bc6f8f53c0e3faf4a4569c11603df721cd18ebd81a64aa3d8bf566b66aeacd9d76
b2sums =
425c8b386f69d6b4b7883235f822089bb8b596043b1ef5616ff13768ab7afa5a0db55b0cff9c64f264abc60dd6c11f137069c0c8273135b8203054db3ff87c83
pkgname = cosmic-bg
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-bg]
+source = "git"
+git = "https://github.com/pop-os/cosmic-bg.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-bg
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='COSMIC session service which applies backgrounds to displays'
arch=(x86_64)
@@ -25,12 +25,11 @@ makedepends=(
lld
nasm
)
-_tag=40254a7101b52b482f06d35a4d2eba8245814b2c
source=(
- git+https://github.com/pop-os/cosmic-bg.git#tag=${_tag}
+ git+https://github.com/pop-os/cosmic-bg.git#tag=epoch-${pkgver/.beta./-beta.}
cosmic-bg-lto.patch
)
-b2sums=('45e3625b5616569af79d1943fac9c70ffee97a1630d37ca0b66011848271e450afcc4ad3cf95bebe01ae7834d23ea48bb7397ad69251a85a6910cb8617aeed1e'
+b2sums=('52f232bef4b4ef94077c243043213030df7187ad395451b6cee1067af46ac3bc6f8f53c0e3faf4a4569c11603df721cd18ebd81a64aa3d8bf566b66aeacd9d76'
'425c8b386f69d6b4b7883235f822089bb8b596043b1ef5616ff13768ab7afa5a0db55b0cff9c64f264abc60dd6c11f137069c0c8273135b8203054db3ff87c83')
prepare() {
@@ -39,11 +38,6 @@ prepare() {
cargo fetch --locked
}
-#pkgver() {
-# cd cosmic-bg
-# git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
-
build() {
cd cosmic-bg
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-bg/-/commit/c35411b4b820ca70eef2caa1aba3d7dd31c9e1a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-bg/-/commit/c35411b4b820ca70eef2caa1aba3d7dd31c9e1a1
You're receiving this email because of your account on gitlab.archlinux.org.