Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-backgrounds


Commits:
c736fc6c by Fabian Bornschein at 2024-02-24T23:56:29+01:00
upgpkg: 46beta-1: gnome-unstable

- - - - -
4392815c by Jan Alexander Steffens (heftig) at 2024-03-18T23:38:15+01:00
46.0-1

- - - - -
6cc7b8ef by Jan Alexander Steffens (heftig) at 2024-03-20T22:50:30+01:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  46.0-1
  upgpkg: 46beta-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = gnome-backgrounds
        pkgdesc = Background images and data for GNOME
-       pkgver = 45.0
+       pkgver = 46.0
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gnome-backgrounds
        arch = any
        groups = gnome
-       license = CCPL:by-sa
+       license = CC-BY-SA-3.0
        makedepends = glib2
+       makedepends = git
        makedepends = meson
-       source = 
https://download.gnome.org/sources/gnome-backgrounds/45/gnome-backgrounds-45.0.tar.xz
-       sha256sums = 
cee0e688fbae5ef7a75f335ada2d10779e08ebca9445f1586de32c5a9b6dee2d
-       b2sums = 
f8ac82069fb6beb71c7776356c7d87e6b57c9de1c8dd1becdff6a60f22b73284b0231c10c6af5a64addb4a890704808c00757b5f71d6f3a9deeaf59d97441d88
+       depends = libjxl
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#commit=8f907c75fffa246695334e72e794e16efbf7dd87
+       b2sums = 
08d9105558fe73cbc6aef3c06b1a51dcd1350a7b8f238f3d7494c8f12b0bd5c7d0237c982b51cd6d18583074685c368c59a35ecf8de621f517ee53bd56e2cefa
 
 pkgname = gnome-backgrounds


=====================================
PKGBUILD
=====================================
@@ -1,27 +1,32 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Jan de Groot <j...@archlinux.org>
 
 pkgname=gnome-backgrounds
-pkgver=45.0
+pkgver=46.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds";
 arch=(any)
-license=(CCPL:by-sa)
+license=(CC-BY-SA-3.0)
+depends=(libjxl)
 makedepends=(
   glib2
+  git
   meson
 )
 groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz)
-b2sums=('f8ac82069fb6beb71c7776356c7d87e6b57c9de1c8dd1becdff6a60f22b73284b0231c10c6af5a64addb4a890704808c00757b5f71d6f3a9deeaf59d97441d88')
+_commit=8f907c75fffa246695334e72e794e16efbf7dd87  # tags/46.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-backgrounds.git#commit=$_commit";)
+b2sums=('08d9105558fe73cbc6aef3c06b1a51dcd1350a7b8f238f3d7494c8f12b0bd5c7d0237c982b51cd6d18583074685c368c59a35ecf8de621f517ee53bd56e2cefa')
 
-# https://download.gnome.org/sources/gnome-backgrounds/
-sha256sums=('cee0e688fbae5ef7a75f335ada2d10779e08ebca9445f1586de32c5a9b6dee2d')
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
+}
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname build
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-backgrounds/-/compare/633c54f89b245ed72cd9f0eee6f44bd8fa90a871...6cc7b8efb51183bcac1d9683e6fa7fe4bd2531bc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-backgrounds/-/compare/633c54f89b245ed72cd9f0eee6f44bd8fa90a871...6cc7b8efb51183bcac1d9683e6fa7fe4bd2531bc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to