Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] joker: update to 1.1.0.
Date: Wed, 12 Apr 2023 08:06:52 +0200	[thread overview]
Message-ID: <20230412060652.uP6oo5kPuEpXYqk7IwT4badPsGRRfZZp-DZg0mdSMf4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41192@inbox.vuxu.org>

[-- 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
 

  parent reply	other threads:[~2023-04-12  6:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 19:23 [PR PATCH] " 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 ` icp1994 [this message]
2023-06-24 14:30 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230412060652.uP6oo5kPuEpXYqk7IwT4badPsGRRfZZp-DZg0mdSMf4@z \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).