Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-backgrounds
Commits:
fa9ccb66 by Fabian Bornschein at 2024-08-08T20:42:07+02:00
Add nvchecker configuration (.nvchecker.toml)
- - - - -
db682b3b by Fabian Bornschein at 2024-08-08T20:43:41+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
5ada93d4 by Jan Alexander Steffens (heftig) at 2024-09-16T23:49:52+02:00
47.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-backgrounds
pkgdesc = Background images and data for GNOME
- pkgver = 46.0
+ pkgver = 47.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-backgrounds
arch = any
@@ -10,7 +10,7 @@ pkgbase = gnome-backgrounds
makedepends = git
makedepends = meson
depends = libjxl
- source =
git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#commit=8f907c75fffa246695334e72e794e16efbf7dd87
- b2sums =
08d9105558fe73cbc6aef3c06b1a51dcd1350a7b8f238f3d7494c8f12b0bd5c7d0237c982b51cd6d18583074685c368c59a35ecf8de621f517ee53bd56e2cefa
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#tag=47.0
+ b2sums =
f2159b54198946cee1fec4a5c75fb2518323f7674c919a7e4731ad71eabe33b9dcbf3cbe6e2a640c88845fea5427adff28af8d8faa9383ab3efa16d3370e823c
pkgname = gnome-backgrounds
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[gnome-backgrounds]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-backgrounds.git"
+include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <[email protected]>
pkgname=gnome-backgrounds
-pkgver=46.0
+pkgver=47.0
pkgrel=1
pkgdesc="Background images and data for GNOME"
url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
@@ -16,14 +16,8 @@ makedepends=(
meson
)
groups=(gnome)
-_commit=8f907c75fffa246695334e72e794e16efbf7dd87 # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#commit=$_commit")
-b2sums=('08d9105558fe73cbc6aef3c06b1a51dcd1350a7b8f238f3d7494c8f12b0bd5c7d0237c982b51cd6d18583074685c368c59a35ecf8de621f517ee53bd56e2cefa')
-
-pkgver() {
- cd $pkgbase
- git describe --tags | sed -r
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#tag=${pkgver/[a-z]/.&}")
+b2sums=('f2159b54198946cee1fec4a5c75fb2518323f7674c919a7e4731ad71eabe33b9dcbf3cbe6e2a640c88845fea5427adff28af8d8faa9383ab3efa16d3370e823c')
build() {
arch-meson $pkgname build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-backgrounds/-/compare/6cc7b8efb51183bcac1d9683e6fa7fe4bd2531bc...5ada93d4774c6b9f679b50fb9f662e6c9b8458e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-backgrounds/-/compare/6cc7b8efb51183bcac1d9683e6fa7fe4bd2531bc...5ada93d4774c6b9f679b50fb9f662e6c9b8458e6
You're receiving this email because of your account on gitlab.archlinux.org.