Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mate-backgrounds
Commits: d84fed68 by Robin Candau at 2024-09-08T21:59:39+02:00 upgpkg: 1.28.0-2: Update licenses + use SPDX identifiers, use more transparent source, add nvchecker integration https://archlinux.org/todo/general-mate-packages-rework/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = mate-backgrounds pkgdesc = Background images and data for MATE pkgver = 1.28.0 - pkgrel = 1 + pkgrel = 2 url = https://mate-desktop.org arch = any groups = mate - license = GPL - source = https://pub.mate-desktop.org/releases/1.28/mate-backgrounds-1.28.0.tar.xz - sha256sums = 50d1afd02486bd07ac22a5a6b6efa3031148f0d48a82e488d909ad57003a6943 + license = GPL-2.0-or-later + makedepends = mate-common + source = mate-backgrounds-1.28.0.tar.gz::https://github.com/mate-desktop/mate-backgrounds/archive/refs/tags/v1.28.0.tar.gz + sha256sums = a2240af029707b7149b5b9ce67160025a408049b1af6dbb5cd85418511585fa7 pkgname = mate-backgrounds ===================================== PKGBUILD ===================================== @@ -3,14 +3,20 @@ pkgname=mate-backgrounds pkgver=1.28.0 -pkgrel=1 +pkgrel=2 pkgdesc="Background images and data for MATE" url="https://mate-desktop.org" arch=('any') -license=('GPL') +license=('GPL-2.0-or-later') groups=('mate') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('50d1afd02486bd07ac22a5a6b6efa3031148f0d48a82e488d909ad57003a6943') +makedepends=('mate-common') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mate-desktop/mate-backgrounds/archive/refs/tags/v${pkgver}.tar.gz") +sha256sums=('a2240af029707b7149b5b9ce67160025a408049b1af6dbb5cd85418511585fa7') + +prepare() { + cd "${pkgname}-${pkgver}" + ./autogen.sh +} build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mate-backgrounds/-/commit/d84fed68117a8a4b343b48e8f9dd978e49c8dd15 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mate-backgrounds/-/commit/d84fed68117a8a4b343b48e8f9dd978e49c8dd15 You're receiving this email because of your account on gitlab.archlinux.org.
