Date: Friday, April 28, 2023 @ 23:08:30
Author: heftig
Revision: 475319
archrelease: copy trunk to extra-x86_64
Added:
gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 475317, gnome-chess/trunk/PKGBUILD)
Deleted:
gnome-chess/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 93 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 51 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-28 23:08:29 UTC (rev 475318)
+++ PKGBUILD 2023-04-28 23:08:30 UTC (rev 475319)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-chess
-pkgver=43.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-url="https://wiki.gnome.org/Apps/Chess"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk4 libadwaita librsvg)
-makedepends=(gobject-introspection yelp-tools vala git meson)
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-options=(debug)
-_commit=95c7fb91daf36014fc1c2a7ec20b7400a21cd316 # tags/43.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 475317,
gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-28 23:08:30 UTC (rev 475319)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-chess
+pkgver=43.2
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess"
+arch=(x86_64)
+license=(GPL)
+depends=(
+ gtk4
+ libadwaita
+ librsvg
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+ vala
+ yelp-tools
+)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=de47d07ec6fc828b2668ca6ee59fe9bdfa9dc1d6 # tags/43.2^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'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: