Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-files
Commits:
5cc22795 by Peter Jung at 2025-11-06T17:36:26+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-files
pkgdesc = File manager 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-files
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = cosmic-files
depends = gvfs
depends = libxkbcommon
depends = xdg-utils
- source =
git+https://github.com/pop-os/cosmic-files.git#tag=7cc28a9b68630f0701a71bdb2b80b120990f4c4b
+ source =
git+https://github.com/pop-os/cosmic-files.git#tag=epoch-1.0.0-beta.5
source = cosmic-files-lto.patch
- b2sums =
14ab57176c144a0d6db8c12c7a029e87a0306eddf6ac5a6c4f5132565fd20301fe74b3f6f1459d2b0fc072edea52e473aa70b250d2ff6fc7527122b0a242cd09
+ b2sums =
c0b05f5f81e1584c6a3d5e4392afd3dae85c0827bdebb08e4bde8c05fadf8614746230b1d89adb4823b3162e60b415b298de098259d192c521a21cc830ae201d
b2sums =
105231f886affb3274d18bbe95d0fc27ba33cb557245ca567caccc9b0f5fbae0b7d92a81c0b2784130659e81b73e374ac735f8ad9b06adad18b4e4fd227164b5
pkgname = cosmic-files
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-files]
+source = "git"
+git = "https://github.com/pop-os/cosmic-files.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-files
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='File manager for the COSMIC desktop environment'
arch=(x86_64)
@@ -26,12 +26,11 @@ makedepends=(
just
lld
)
-_tag=7cc28a9b68630f0701a71bdb2b80b120990f4c4b
source=(
- git+https://github.com/pop-os/cosmic-files.git#tag=${_tag}
+
git+https://github.com/pop-os/cosmic-files.git#tag=epoch-${pkgver/.beta./-beta.}
cosmic-files-lto.patch
)
-b2sums=('14ab57176c144a0d6db8c12c7a029e87a0306eddf6ac5a6c4f5132565fd20301fe74b3f6f1459d2b0fc072edea52e473aa70b250d2ff6fc7527122b0a242cd09'
+b2sums=('c0b05f5f81e1584c6a3d5e4392afd3dae85c0827bdebb08e4bde8c05fadf8614746230b1d89adb4823b3162e60b415b298de098259d192c521a21cc830ae201d'
'105231f886affb3274d18bbe95d0fc27ba33cb557245ca567caccc9b0f5fbae0b7d92a81c0b2784130659e81b73e374ac735f8ad9b06adad18b4e4fd227164b5')
prepare() {
@@ -40,11 +39,6 @@ prepare() {
cargo fetch --locked
}
-pkgver() {
- cd cosmic-files
- git describe --tags | sed 's/^epoch-//; s/-/./g'
-}
-
build() {
cd cosmic-files
RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-files/-/commit/5cc22795971119f786b2c2642423a95fc23ff04c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-files/-/commit/5cc22795971119f786b2c2642423a95fc23ff04c
You're receiving this email because of your account on gitlab.archlinux.org.