Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-text-editor
Commits:
6ef8c417 by Peter Jung at 2025-11-06T17:51:36+01:00
upgpkg: 1.0.0.beta.5-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-text-editor
pkgdesc = Text editor for the COSMIC desktop
- pkgver = 1.0.0.beta.4
+ pkgver = 1.0.0.beta.5
pkgrel = 1
url = https://github.com/pop-os/cosmic-edit
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = cosmic-text-editor
depends = glibc
depends = libxkbcommon
depends = wayland
- source =
git+https://github.com/pop-os/cosmic-edit.git#tag=73446cdafc99d45a5b7c1eb8ba179e4201c22900
+ source =
git+https://github.com/pop-os/cosmic-edit.git#tag=epoch-1.0.0-beta.5
source = cosmic-text-editor-lto.patch
- b2sums =
163e070e16670cf67c2c8333d532160db789bf88de8f16097fd9b5925e36cb1cbbc92c76c7395d4235ba6750c6b9037e4693ebb19f410c4a2f0b2fbb84b89fb0
+ b2sums =
e44a80829c10e612c6989519b43e7a07af5bdebce5da113d3710d1a337ecf8f011d550f67f0197e0a1b7ce054b16805f395f544ec97cb722877910a85b8ff85b
b2sums =
d0ac6a0caa849a4445812f574787c5f99e42e73dbc53dcbf0c0a212cc97382dcd3cdbce58f6203fb2d920fc45d4a0a4b5d086308bcb5e2a92b86f1bebf1dd6da
pkgname = cosmic-text-editor
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-text-editor]
+source = "git"
+git = "https://github.com/pop-os/cosmic-edit.git"
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: soloturn <[email protected]>
pkgname=cosmic-text-editor
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
pkgrel=1
pkgdesc='Text editor for the COSMIC desktop'
arch=(x86_64)
@@ -27,10 +27,10 @@ makedepends=(
)
_tag=73446cdafc99d45a5b7c1eb8ba179e4201c22900
source=(
- git+https://github.com/pop-os/cosmic-edit.git#tag=${_tag}
+
git+https://github.com/pop-os/cosmic-edit.git#tag=epoch-${pkgver/.beta./-beta.}
cosmic-text-editor-lto.patch
)
-b2sums=('163e070e16670cf67c2c8333d532160db789bf88de8f16097fd9b5925e36cb1cbbc92c76c7395d4235ba6750c6b9037e4693ebb19f410c4a2f0b2fbb84b89fb0'
+b2sums=('e44a80829c10e612c6989519b43e7a07af5bdebce5da113d3710d1a337ecf8f011d550f67f0197e0a1b7ce054b16805f395f544ec97cb722877910a85b8ff85b'
'd0ac6a0caa849a4445812f574787c5f99e42e73dbc53dcbf0c0a212cc97382dcd3cdbce58f6203fb2d920fc45d4a0a4b5d086308bcb5e2a92b86f1bebf1dd6da')
prepare() {
@@ -44,11 +44,6 @@ prepare() {
git lfs checkout
}
-pkgver() {
- cd cosmic-edit
- git describe --tags | sed 's/^epoch-//; s/-/./g'
-}
-
build() {
cd cosmic-edit
RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-text-editor/-/commit/6ef8c41725bb253e24356f4e01f85ee3e033108c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-text-editor/-/commit/6ef8c41725bb253e24356f4e01f85ee3e033108c
You're receiving this email because of your account on gitlab.archlinux.org.