Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-chess
Commits: 28470e33 by Jan Alexander Steffens (heftig) at 2024-09-13T07:21:09+02:00 47.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = gnome-chess pkgdesc = Play the classic two-player boardgame of chess - pkgver = 46.0 + pkgver = 47.0 pkgrel = 1 url = https://wiki.gnome.org/Apps/Chess arch = x86_64 @@ -11,11 +11,17 @@ pkgbase = gnome-chess makedepends = meson makedepends = vala makedepends = yelp-tools + depends = cairo + depends = dconf + depends = glib2 + depends = glibc depends = gtk4 + depends = hicolor-icon-theme depends = libadwaita depends = librsvg + depends = pango optdepends = gnuchess: Play against computer - source = git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=c3625ee59ab3acfd7566ef04300b15ddbadaaac3 - b2sums = SKIP + source = git+https://gitlab.gnome.org/GNOME/gnome-chess.git#tag=47.0 + b2sums = d1a662af6a86f4f3285d5dee464f17b595a8354f5ae517834a7c5f4f7674c12acb5503551c8eff5afef57af2d34e7825eccb15520f29e4dd1bab748d3005d006 pkgname = gnome-chess ===================================== PKGBUILD ===================================== @@ -2,16 +2,22 @@ # Contributor: Jan de Groot <j...@archlinux.org> pkgname=gnome-chess -pkgver=46.0 +pkgver=47.0 pkgrel=1 pkgdesc="Play the classic two-player boardgame of chess" url="https://wiki.gnome.org/Apps/Chess" arch=(x86_64) license=(GPL-3.0-or-later) depends=( + cairo + dconf + glib2 + glibc gtk4 + hicolor-icon-theme libadwaita librsvg + pango ) makedepends=( git @@ -22,14 +28,8 @@ makedepends=( ) optdepends=('gnuchess: Play against computer') groups=(gnome-extra) -_commit=c3625ee59ab3acfd7566ef04300b15ddbadaaac3 # tags/46.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} +source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#tag=${pkgver/[a-z]/.&}") +b2sums=('d1a662af6a86f4f3285d5dee464f17b595a8354f5ae517834a7c5f4f7674c12acb5503551c8eff5afef57af2d34e7825eccb15520f29e4dd1bab748d3005d006') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-chess/-/commit/28470e33540e98b18f66eac9eeab1ba71f4a3ef2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-chess/-/commit/28470e33540e98b18f66eac9eeab1ba71f4a3ef2 You're receiving this email because of your account on gitlab.archlinux.org.