Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-icon-theme
Commits:
3fd7e19e by Peter Jung at 2025-11-06T17:34:49+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-icon-theme
pkgdesc = Cosmic icon theme
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-icons
arch = any
@@ -9,7 +9,7 @@ pkgbase = cosmic-icon-theme
makedepends = just
depends = pop-icon-theme
options = !strip
- source =
git+https://github.com/pop-os/cosmic-icons.git#tag=70b07582e24ec2114672256b9657ca80670bca8a
+ source =
git+https://github.com/pop-os/cosmic-icons.git#tag=epoch-1.0.0-beta.5
b2sums =
b747398386fabf0fe7a11008a157503a7127555a73342902eee280530ce0b80f99fbd2c6cb9f0af9267104d42f31fe03400adb9f7954b3eca75c673765b404a6
pkgname = cosmic-icon-theme
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-icon-theme]
+source = "git"
+git = "https://github.com/pop-os/cosmic-icons.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-icon-theme
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='Cosmic icon theme'
arch=(any)
@@ -15,15 +15,9 @@ makedepends=(
just
)
options=(!strip)
-_tag=70b07582e24ec2114672256b9657ca80670bca8a
-source=(git+https://github.com/pop-os/cosmic-icons.git#tag=${_tag})
+source=(git+https://github.com/pop-os/cosmic-icons.git#tag=epoch-${pkgver/.beta./-beta.})
b2sums=('b747398386fabf0fe7a11008a157503a7127555a73342902eee280530ce0b80f99fbd2c6cb9f0af9267104d42f31fe03400adb9f7954b3eca75c673765b404a6')
-#pkgver() {
-# cd cosmic-icons
-# git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
-
package() {
cd cosmic-icons
just rootdir="${pkgdir}" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-icon-theme/-/commit/3fd7e19e5bc0a4293ea2fcdb28db98b45efb9d01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-icon-theme/-/commit/3fd7e19e5bc0a4293ea2fcdb28db98b45efb9d01
You're receiving this email because of your account on gitlab.archlinux.org.