[arch-commits] Commit in gnome-chess/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 16:51:17 UTC 2020
Date: Sunday, September 27, 2020 @ 16:51:17
Author: heftig
Revision: 396766
archrelease: copy trunk to extra-x86_64
Added:
gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 396760, gnome-chess/trunk/PKGBUILD)
Deleted:
gnome-chess/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 16:51:16 UTC (rev 396765)
+++ PKGBUILD 2020-09-27 16:51:17 UTC (rev 396766)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-chess
-pkgver=3.36.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=(gtk3 librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-_commit=a6cf2efe5ffbb2cfed06f106ccff292f0200e38b # tags/3.36.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'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 396760, gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-27 16:51:17 UTC (rev 396766)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-chess
+pkgver=3.38.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=(gtk3 librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=a6dfe62507bbdec461c1b3ee8c47fd36934e3b5d # tags/3.38.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'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list