Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] joker: update to 1.1.0.
@ 2022-12-19 19:23 icp1994
  2023-01-11  9:40 ` [PR PATCH] [Updated] " icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2022-12-19 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/41192

joker: update to 1.1.0.
#### 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/41192.patch is attached

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

From 5fddb6e21b3d157f48b121967b2681ca901d440d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

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

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 2682f33a5dfa..10fcb0ddf208 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
+version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -8,8 +8,8 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" joker"

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

* Re: [PR PATCH] [Updated] joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
@ 2023-01-11  9:40 ` icp1994
  2023-01-11 10:09 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-01-11  9:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/41192

joker: update to 1.1.0.
#### 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/41192.patch is attached

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

From 9f4237adcffade0e17902b50544e2678954c921a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 2682f33a5dfa..5084591665de 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
+version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -8,8 +8,8 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" joker"
@@ -17,10 +17,10 @@ fi
 
 pre_build() {
 	JOKER="joker"
+	CGO_ENABLED=0 GOARCH= go generate ./...
 
 	if [ -z "$CROSS_BUILD" ]; then
 		JOKER="../joker"
-		go generate ./...
 		go build
 	fi
 

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

* Re: [PR PATCH] [Updated] joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
  2023-01-11  9:40 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-11 10:09 ` icp1994
  2023-01-11 10:12 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-01-11 10:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/41192

joker: update to 1.1.0.
#### 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/41192.patch is attached

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

From 42f668116d5c62752d006e2386c5cd365c2041d0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 2682f33a5dfa..17bcc859153e 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
+version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -8,19 +8,22 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
+    if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+        broken="https://github.com/candid82/joker#cross-platform-builds"
+    fi
 	hostmakedepends+=" joker"
 fi
 
 pre_build() {
 	JOKER="joker"
+	CGO_ENABLED=0 GOARCH= go generate ./...
 
 	if [ -z "$CROSS_BUILD" ]; then
 		JOKER="../joker"
-		go generate ./...
 		go build
 	fi
 

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

* Re: [PR PATCH] [Updated] joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
  2023-01-11  9:40 ` [PR PATCH] [Updated] " icp1994
  2023-01-11 10:09 ` icp1994
@ 2023-01-11 10:12 ` icp1994
  2023-04-12  1:52 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-01-11 10:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/41192

joker: update to 1.1.0.
#### 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/41192.patch is attached

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

From 30a0caf7d5d83a504277e19c0899dfec697b5c2a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 2682f33a5dfa..14f4996daa29 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,6 +1,6 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
+version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
@@ -8,19 +8,22 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
+	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="https://github.com/candid82/joker#cross-platform-builds"
+	fi
 	hostmakedepends+=" joker"
 fi
 
 pre_build() {
 	JOKER="joker"
+	CGO_ENABLED=0 GOARCH= go generate ./...
 
 	if [ -z "$CROSS_BUILD" ]; then
 		JOKER="../joker"
-		go generate ./...
 		go build
 	fi
 

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

* Re: joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
                   ` (2 preceding siblings ...)
  2023-01-11 10:12 ` icp1994
@ 2023-04-12  1:52 ` github-actions
  2023-04-12  6:06 ` [PR PATCH] [Updated] " icp1994
  2023-06-24 14:30 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-04-12  1:52 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41192#issuecomment-1504414839

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
                   ` (3 preceding siblings ...)
  2023-04-12  1:52 ` github-actions
@ 2023-04-12  6:06 ` icp1994
  2023-06-24 14:30 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-04-12  6:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages joker
https://github.com/void-linux/void-packages/pull/41192

joker: update to 1.1.0.
#### 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/41192.patch is attached

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

From 3e9727dfbc47f4414674d3bd5305c92049b95cdc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Dec 2022 20:47:54 +0530
Subject: [PATCH] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 10bf26db0b17..14f4996daa29 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,26 +1,29 @@
 # Template file for 'joker'
 pkgname=joker
-version=0.14.1
-revision=2
+version=1.1.0
+revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
 short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
-distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
-checksum=c14789a091d38f7c9373705e9dc9edd24ab6c3c877f83788db4a0b14ebef26ef
+distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
 
 if [ "$CROSS_BUILD" ]; then
+	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+		broken="https://github.com/candid82/joker#cross-platform-builds"
+	fi
 	hostmakedepends+=" joker"
 fi
 
 pre_build() {
 	JOKER="joker"
+	CGO_ENABLED=0 GOARCH= go generate ./...
 
 	if [ -z "$CROSS_BUILD" ]; then
 		JOKER="../joker"
-		go generate ./...
 		go build
 	fi
 

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

* Re: [PR PATCH] [Merged]: joker: update to 1.1.0.
  2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
                   ` (4 preceding siblings ...)
  2023-04-12  6:06 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-24 14:30 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-24 14:30 UTC (permalink / raw)
  To: ml

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

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

joker: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/41192

Description:
#### 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**

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

end of thread, other threads:[~2023-06-24 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19 19:23 [PR PATCH] joker: update to 1.1.0 icp1994
2023-01-11  9:40 ` [PR PATCH] [Updated] " icp1994
2023-01-11 10:09 ` icp1994
2023-01-11 10:12 ` icp1994
2023-04-12  1:52 ` github-actions
2023-04-12  6:06 ` [PR PATCH] [Updated] " icp1994
2023-06-24 14:30 ` [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).