Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-workspaces
Commits:
ab11f3f8 by Peter Jung at 2025-11-06T17:51:53+01:00
upgpkg: 1:1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-workspaces
pkgdesc = Cosmic workspaces
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
epoch = 1
url = https://github.com/pop-os/cosmic-workspaces-epoch
@@ -17,9 +17,9 @@ pkgbase = cosmic-workspaces
depends = libxkbcommon
depends = mesa
depends = wayland
- source =
git+https://github.com/pop-os/cosmic-workspaces-epoch.git#tag=9968b0e61f106fc60cc19e57cc46321c26e496dd
+ source =
git+https://github.com/pop-os/cosmic-workspaces-epoch.git#tag=epoch-1.0.0-beta.5
source = cosmic-workspaces-lto.patch
- b2sums =
2f43d8eedd0cacf737e62e7e60413888dbdd11cfd0b91ce8cac7aa1fdfa5301b585d3d74166aa6d6f5cad578f8a58e31d4f4c1591938604d430b207e68a6fdc4
+ b2sums =
bcfb8a6e1bf5717e342d1fa87b6dee4592ec3873205fd55f031b654fbbc6c2cfd7c5f004cc7129ec51678f7120797711cf0a1ef39c9c4491782a836bd5cd7e08
b2sums =
1ea5088acc34078e58a6368976b470080aa8053a97f94a41546dd79a4c7450c419b260d1e17e7c5652bdc2b9f4b2ed547a83c69a2b37dc76ccedf94242a8fba3
pkgname = cosmic-workspaces
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-workspaces]
+source = "git"
+git = "https://github.com/pop-os/cosmic-workspaces-epoch.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-workspaces
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
epoch=1
pkgdesc='Cosmic workspaces'
@@ -25,19 +25,13 @@ makedepends=(
git
lld
)
-_tag=9968b0e61f106fc60cc19e57cc46321c26e496dd
source=(
- git+https://github.com/pop-os/cosmic-workspaces-epoch.git#tag=${_tag}
+
git+https://github.com/pop-os/cosmic-workspaces-epoch.git#tag=epoch-${pkgver/.beta./-beta.}
cosmic-workspaces-lto.patch
)
-b2sums=('2f43d8eedd0cacf737e62e7e60413888dbdd11cfd0b91ce8cac7aa1fdfa5301b585d3d74166aa6d6f5cad578f8a58e31d4f4c1591938604d430b207e68a6fdc4'
+b2sums=('bcfb8a6e1bf5717e342d1fa87b6dee4592ec3873205fd55f031b654fbbc6c2cfd7c5f004cc7129ec51678f7120797711cf0a1ef39c9c4491782a836bd5cd7e08'
'1ea5088acc34078e58a6368976b470080aa8053a97f94a41546dd79a4c7450c419b260d1e17e7c5652bdc2b9f4b2ed547a83c69a2b37dc76ccedf94242a8fba3')
-#pkgver() {
-# cd cosmic-workspaces-epoch
-# git describe --tags | sed 's/^epoch-//; s/-beta./beta/'
-#}
-
prepare() {
cd cosmic-workspaces-epoch
patch -Np1 -i ../cosmic-workspaces-lto.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-workspaces/-/commit/ab11f3f8de205ceeb93920f1102569af28cdc4af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-workspaces/-/commit/ab11f3f8de205ceeb93920f1102569af28cdc4af
You're receiving this email because of your account on gitlab.archlinux.org.