Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cutechess-gui: update to 1.3.1.
@ 2023-08-04  9:57 natrys
  2023-08-04 19:14 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: natrys @ 2023-08-04  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

There is a new pull request by natrys against master on the void-packages repository

https://github.com/natrys/void-packages cutechess-gui-1.3.1
https://github.com/void-linux/void-packages/pull/45413

cutechess-gui: update to 1.3.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cutechess-gui-1.3.1-45413.patch --]
[-- Type: text/x-diff, Size: 1920 bytes --]

From f4faf90ee9258293b01e396ee5b1a14a2aa96c9e Mon Sep 17 00:00:00 2001
From: Imran Khan <imran@khan.ovh>
Date: Fri, 4 Aug 2023 15:35:30 +0600
Subject: [PATCH] cutechess-gui: update to 1.3.1.

---
 srcpkgs/cutechess-gui/template | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cutechess-gui/template b/srcpkgs/cutechess-gui/template
index db8115485319e..8fbe36ac150f0 100644
--- a/srcpkgs/cutechess-gui/template
+++ b/srcpkgs/cutechess-gui/template
@@ -1,19 +1,23 @@
 # Template file for 'cutechess-gui'
 pkgname=cutechess-gui
-version=1.2.0
+version=1.3.1
 revision=1
-build_style=qmake
-hostmakedepends="qt5-qmake qt5-host-tools"
+build_style=cmake
 makedepends="qt5-devel qt5-svg-devel"
 short_desc="GUI for playing chess"
-maintainer="Imran Khan <imrankhan@teknik.io>"
+maintainer="Imran Khan <imran@khan.ovh>"
 license="GPL-3.0-or-later, MIT"
 homepage="https://github.com/cutechess/cutechess"
-distfiles="https://github.com/cutechess/cutechess/archive/${version}.tar.gz"
-checksum=d0e1b2c9c2eaccf0f8c4d5e5fe7e169358f5de9606bd27de3f9d1ce4ddcdb0bc
+changelog="https://github.com/cutechess/cutechess/raw/master/CHANGELOG.md"
+distfiles="https://github.com/cutechess/cutechess/archive/refs/tags/v${version}.tar.gz"
+checksum=b6b76f11a53b89ba38e2d21ed180a51ce95e963e1ae2054a352563cad075e2f8
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends="qt5-qmake qt5-host-tools"
+fi
 
 do_install() {
-	vbin projects/gui/cutechess
+	vbin build/cutechess
 	vinstall dist/linux/cutechess.desktop 644 usr/share/applications
 	sed -n '2,23s:^[ ]*::p' projects/gui/components/pgnhighlighter/src/pgnhighlighter.h > COPYING.gui
 	vlicense COPYING.gui
@@ -22,7 +26,7 @@ do_install() {
 cutechess-cli_package() {
 	short_desc="CLI tool to automate chess engine tournaments"
 	pkg_install() {
-		vbin projects/cli/cutechess-cli
+		vbin build/cutechess-cli
 		vman docs/cutechess-cli.6
 	}
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: cutechess-gui: update to 1.3.1.
  2023-08-04  9:57 [PR PATCH] cutechess-gui: update to 1.3.1 natrys
@ 2023-08-04 19:14 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-08-04 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

There's a merged pull request on the void-packages repository

cutechess-gui: update to 1.3.1.
https://github.com/void-linux/void-packages/pull/45413

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-04 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-04  9:57 [PR PATCH] cutechess-gui: update to 1.3.1 natrys
2023-08-04 19:14 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).