Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-settings
Commits:
66538785 by Peter Jung at 2025-11-06T17:47:59+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-settings
pkgdesc = The settings application for the COSMIC desktop environment
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-settings
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = cosmic-settings
depends = ttf-opensans
depends = wayland
optdepends = power-profiles-daemon: power profiles support
- source =
git+https://github.com/pop-os/cosmic-settings.git#tag=ffdd122bf820fc717abe825dd3fcfba0edd46a42
- b2sums =
74d86241394168444e3850aa7460f27ed97fbd9c9855c85a6a7318cfb624ff865e83fd3b5ee72f2d53917fe5a0fe821ded1301a7d1078999c5f23b42eefbd218
+ source =
git+https://github.com/pop-os/cosmic-settings.git#tag=epoch-1.0.0-beta.5
+ b2sums =
1e4c525590234a34871fd7038029917a619993694b79496b6e195186d2679be2eb561e936570ec22cb2fc734d870d756f66a4c24959e932b0185eafb61adfa07
pkgname = cosmic-settings
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-settings]
+source = "git"
+git = "https://github.com/pop-os/cosmic-settings.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-settings
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='The settings application for the COSMIC desktop environment'
arch=(x86_64)
@@ -39,20 +39,14 @@ makedepends=(
lld
)
optdepends=('power-profiles-daemon: power profiles support')
-_tag=ffdd122bf820fc717abe825dd3fcfba0edd46a42
-source=(git+https://github.com/pop-os/cosmic-settings.git#tag=${_tag})
-b2sums=('74d86241394168444e3850aa7460f27ed97fbd9c9855c85a6a7318cfb624ff865e83fd3b5ee72f2d53917fe5a0fe821ded1301a7d1078999c5f23b42eefbd218')
+source=(git+https://github.com/pop-os/cosmic-settings.git#tag=epoch-${pkgver/.beta./-beta.})
+b2sums=('1e4c525590234a34871fd7038029917a619993694b79496b6e195186d2679be2eb561e936570ec22cb2fc734d870d756f66a4c24959e932b0185eafb61adfa07')
prepare() {
cd cosmic-settings
cargo fetch --locked
}
-pkgver() {
- cd cosmic-settings
- git describe --tags | sed 's/^epoch-//; s/-/./g'
-}
-
build() {
cd cosmic-settings
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-settings/-/commit/66538785dd52b5383dca06507ccee4c3deabdc07
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-settings/-/commit/66538785dd52b5383dca06507ccee4c3deabdc07
You're receiving this email because of your account on gitlab.archlinux.org.