[arch-commits] Commit in gnome-chess/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 9 20:16:17 UTC 2022


    Date: Tuesday, August 9, 2022 @ 20:16:17
  Author: heftig
Revision: 452484

archrelease: copy trunk to extra-x86_64

Added:
  gnome-chess/repos/extra-x86_64/PKGBUILD
    (from rev 452483, gnome-chess/trunk/PKGBUILD)
Deleted:
  gnome-chess/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 20:16:05 UTC (rev 452483)
+++ PKGBUILD	2022-08-09 20:16:17 UTC (rev 452484)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-chess
-pkgver=42.0
-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=8dd35638d7c25bd214c0bb07e069d7ed332c32bd  # tags/42.0^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"
-}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 452483, gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 20:16:17 UTC (rev 452484)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-chess
+pkgver=42.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=5c0a47498eb4651adbee150ab144d7959658a75d  # tags/42.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"
+}



More information about the arch-commits mailing list