Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-randr
Commits:
ed19e9dd by Peter Jung at 2025-11-06T17:42:55+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-randr
pkgdesc = Library and utility for displaying and configuring Wayland
outputs
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-randr
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = cosmic-randr
depends = gcc-libs
depends = glibc
depends = wayland
- source =
git+https://github.com/pop-os/cosmic-randr.git#tag=bce9cdf2d447508d4e2d54a2be4fcd738ab51df5
+ source =
git+https://github.com/pop-os/cosmic-randr.git#tag=epoch-1.0.0-beta.5
source = cosmic-randr-lto.patch
b2sums =
194dcd1fc9d5358129d28f394a589c18fcac962462a5a71e464f479a60f1aad8c604a04791d7a2967b9b57370f3895c86291821abaf63a7009626f6d6ba733e3
b2sums =
3bcdff90827243e43c4c581a8982a2739c339a98de089739c0ceaea2fdd76e555bde0a81a52f3603ee3cf7ccf8cf9e1410fd7211e445252fda7ce909ce13d776
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-randr]
+source = "git"
+git = "https://github.com/pop-os/cosmic-randr.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-randr
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='Library and utility for displaying and configuring Wayland outputs'
arch=(x86_64)
@@ -21,9 +21,8 @@ makedepends=(
just
lld
)
-_tag=bce9cdf2d447508d4e2d54a2be4fcd738ab51df5
source=(
- git+https://github.com/pop-os/cosmic-randr.git#tag=${_tag}
+
git+https://github.com/pop-os/cosmic-randr.git#tag=epoch-${pkgver/.beta./-beta.}
cosmic-randr-lto.patch
)
b2sums=('194dcd1fc9d5358129d28f394a589c18fcac962462a5a71e464f479a60f1aad8c604a04791d7a2967b9b57370f3895c86291821abaf63a7009626f6d6ba733e3'
@@ -35,11 +34,6 @@ prepare() {
cargo fetch --locked
}
-#pkgver() {
-# cd cosmic-randr
-# git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
-
build() {
cd cosmic-randr
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-randr/-/commit/ed19e9ddd7aab3c6764ebdfe6e105c10cbef05d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-randr/-/commit/ed19e9ddd7aab3c6764ebdfe6e105c10cbef05d6
You're receiving this email because of your account on gitlab.archlinux.org.