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

Jan Steffens heftig at archlinux.org
Tue Feb 5 05:21:53 UTC 2019


    Date: Tuesday, February 5, 2019 @ 05:21:53
  Author: heftig
Revision: 345275

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-05 05:21:29 UTC (rev 345274)
+++ PKGBUILD	2019-02-05 05:21:53 UTC (rev 345275)
@@ -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.30.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=cd4c89e51969051b2ceab2b3a1d61d0fcc9a0943  # tags/3.30.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
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 345274, gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-05 05:21:53 UTC (rev 345275)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-chess
+pkgver=3.30.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=6840646b5b9437e00f81e306f2d86b7deb34074c  # tags/3.30.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 -D b_pie=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list