Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] puzzles: update to 20230505.63346a8.
@ 2023-05-04 19:49 icp1994
  2023-05-05 19:41 ` [PR PATCH] [Updated] " icp1994
  2023-05-05 19:56 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-05-04 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages puzzles
https://github.com/void-linux/void-packages/pull/43749

puzzles: update to 20230505.63346a8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-puzzles-43749.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]

From 3b53644bc7972037dec6c4a962b46b1160567880 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 4 May 2023 11:35:22 +0530
Subject: [PATCH] puzzles: update to 20230505.63346a8.

---
 srcpkgs/puzzles/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/puzzles/template b/srcpkgs/puzzles/template
index 600b44355dda..8f2e22186da4 100644
--- a/srcpkgs/puzzles/template
+++ b/srcpkgs/puzzles/template
@@ -1,6 +1,6 @@
 # Template file for 'puzzles'
 pkgname=puzzles
-version=20230404.2499eb4
+version=20230505.63346a8
 revision=1
 build_style=cmake
 configure_args="-DNAME_PREFIX=puzzles-"
@@ -10,8 +10,8 @@ short_desc="Simon Tatham's Portable Puzzle Collection"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
-distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=2499eb47fa4e0c86bc1b6100b4922026670b2ad8;sf=tgz>${pkgname}-${version#*.}.tgz"
-checksum=10a5dc2b9e20a45ad683de7536dd33648a4a1ad69da189c90ae5d656cdbd6b8e
+distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=63346a8ceac9ac1061e59af2a99ab1a44c851392;sf=tgz>${pkgname}-${version#*.}.tgz"
+checksum=77a7a06fa21a987cbc1475bc689b0374633a3fdbe6f76a66832b448697de5d40
 
 post_install() {
 	vlicense LICENCE LICENSE

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

* Re: [PR PATCH] [Updated] puzzles: update to 20230505.63346a8.
  2023-05-04 19:49 [PR PATCH] puzzles: update to 20230505.63346a8 icp1994
@ 2023-05-05 19:41 ` icp1994
  2023-05-05 19:56 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-05-05 19:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages puzzles
https://github.com/void-linux/void-packages/pull/43749

puzzles: update to 20230505.63346a8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-puzzles-43749.patch --]
[-- Type: text/x-diff, Size: 1846 bytes --]

From fae11d7e81cfa0db76f1fda2801c642512262b5a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 4 May 2023 11:35:22 +0530
Subject: [PATCH] puzzles: update to 20230505.63346a8.

Add icons, help files
Remove custom update file - dead link, ad-hoc update
---
 srcpkgs/puzzles/template | 8 ++++----
 srcpkgs/puzzles/update   | 2 --
 2 files changed, 4 insertions(+), 6 deletions(-)
 delete mode 100644 srcpkgs/puzzles/update

diff --git a/srcpkgs/puzzles/template b/srcpkgs/puzzles/template
index 600b44355dda..260344e0cc6c 100644
--- a/srcpkgs/puzzles/template
+++ b/srcpkgs/puzzles/template
@@ -1,17 +1,17 @@
 # Template file for 'puzzles'
 pkgname=puzzles
-version=20230404.2499eb4
+version=20230505.63346a8
 revision=1
 build_style=cmake
 configure_args="-DNAME_PREFIX=puzzles-"
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config halibut perl ImageMagick"
 makedepends="gtk+3-devel"
 short_desc="Simon Tatham's Portable Puzzle Collection"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
-distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=2499eb47fa4e0c86bc1b6100b4922026670b2ad8;sf=tgz>${pkgname}-${version#*.}.tgz"
-checksum=10a5dc2b9e20a45ad683de7536dd33648a4a1ad69da189c90ae5d656cdbd6b8e
+distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=63346a8ceac9ac1061e59af2a99ab1a44c851392;sf=tgz>${pkgname}-${version#*.}.tgz"
+checksum=77a7a06fa21a987cbc1475bc689b0374633a3fdbe6f76a66832b448697de5d40
 
 post_install() {
 	vlicense LICENCE LICENSE
diff --git a/srcpkgs/puzzles/update b/srcpkgs/puzzles/update
deleted file mode 100644
index fe49dcaad52a..000000000000
--- a/srcpkgs/puzzles/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site="http://svn.tartarus.org/sgt/puzzles/"
-pattern='Revision\s\K\d+(?=.*of)'

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

* Re: [PR PATCH] [Merged]: puzzles: update to 20230505.63346a8.
  2023-05-04 19:49 [PR PATCH] puzzles: update to 20230505.63346a8 icp1994
  2023-05-05 19:41 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-05 19:56 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-05-05 19:56 UTC (permalink / raw)
  To: ml

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

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

puzzles: update to 20230505.63346a8.
https://github.com/void-linux/void-packages/pull/43749

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

Fixes https://github.com/void-linux/void-packages/issues/43759

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

end of thread, other threads:[~2023-05-05 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04 19:49 [PR PATCH] puzzles: update to 20230505.63346a8 icp1994
2023-05-05 19:41 ` [PR PATCH] [Updated] " icp1994
2023-05-05 19:56 ` [PR PATCH] [Merged]: " classabbyamp

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).