Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update lazygit
@ 2023-06-05 19:51 TeddyDD
  2023-06-05 19:52 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2023-06-05 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-lazygit
https://github.com/void-linux/void-packages/pull/44285

Update lazygit
<!-- 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/44285.patch is attached

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

From a18ac970ca37f598cf5e13767f353a801df13dd3 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 5 Jun 2023 21:49:23 +0200
Subject: [PATCH 1/2] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 10bf26db0b17..39e142672ca9 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,7 +1,7 @@
 # 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"
@@ -9,20 +9,15 @@ 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
-
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" joker"
-fi
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
+nocross=yes
 
 pre_build() {
-	JOKER="joker"
-
-	if [ -z "$CROSS_BUILD" ]; then
-		JOKER="../joker"
-		go generate ./...
-		go build
-	fi
+	# from ./run.sh
+	go generate ./...
+}
 
-	(cd std; "$JOKER" --hashmap-threshold 8192 generate-std.joke)
+do_check() {
+    go build
+	./all-tests.sh
 }

From 1caaf559b0901b7043157a490e9c49b1a9accc67 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 5 Jun 2023 21:50:52 +0200
Subject: [PATCH 2/2] lazygit: update to 0.38.2.

---
 srcpkgs/lazygit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 77ca7aaf2703..aee7817a109b 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.38.1
+version=0.38.2
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
 changelog="https://github.com/jesseduffield/lazygit/releases"
 distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
-checksum=144f55267df7d51be9ae1dc3313707a7f6bcdf0c42eb330667c1fd661dec01b8
+checksum=2e727db952022c0518443d18c9b8a97a882970b93c5ab198ff33bb8ed2166c2f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] Update lazygit
  2023-06-05 19:51 [PR PATCH] Update lazygit TeddyDD
@ 2023-06-05 19:52 ` TeddyDD
  2023-06-05 19:53 ` TeddyDD
  2023-06-06  1:29 ` [PR PATCH] [Merged]: Update lazygit to 0.38.2 sgn
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-06-05 19:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-lazygit
https://github.com/void-linux/void-packages/pull/44285

Update lazygit
<!-- 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/44285.patch is attached

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

From 8f7712b46c01ca56ccdd3ac0827ebe49f10dbdab Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 5 Jun 2023 21:50:52 +0200
Subject: [PATCH 1/2] lazygit: update to 0.38.2.

---
 srcpkgs/lazygit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 77ca7aaf2703..aee7817a109b 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.38.1
+version=0.38.2
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
 changelog="https://github.com/jesseduffield/lazygit/releases"
 distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
-checksum=144f55267df7d51be9ae1dc3313707a7f6bcdf0c42eb330667c1fd661dec01b8
+checksum=2e727db952022c0518443d18c9b8a97a882970b93c5ab198ff33bb8ed2166c2f
 
 post_install() {
 	vlicense LICENSE

From 922f9be217988b03868143bfcf67d9bfda938b29 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 5 Jun 2023 21:49:23 +0200
Subject: [PATCH 2/2] joker: update to 1.1.0.

---
 srcpkgs/joker/template | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 10bf26db0b17..39e142672ca9 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -1,7 +1,7 @@
 # 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"
@@ -9,20 +9,15 @@ 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
-
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" joker"
-fi
+checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
+nocross=yes
 
 pre_build() {
-	JOKER="joker"
-
-	if [ -z "$CROSS_BUILD" ]; then
-		JOKER="../joker"
-		go generate ./...
-		go build
-	fi
+	# from ./run.sh
+	go generate ./...
+}
 
-	(cd std; "$JOKER" --hashmap-threshold 8192 generate-std.joke)
+do_check() {
+    go build
+	./all-tests.sh
 }

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

* Re: [PR PATCH] [Updated] Update lazygit
  2023-06-05 19:51 [PR PATCH] Update lazygit TeddyDD
  2023-06-05 19:52 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-06-05 19:53 ` TeddyDD
  2023-06-06  1:29 ` [PR PATCH] [Merged]: Update lazygit to 0.38.2 sgn
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-06-05 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-lazygit
https://github.com/void-linux/void-packages/pull/44285

Update lazygit
<!-- 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/44285.patch is attached

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

From 8f7712b46c01ca56ccdd3ac0827ebe49f10dbdab Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 5 Jun 2023 21:50:52 +0200
Subject: [PATCH] lazygit: update to 0.38.2.

---
 srcpkgs/lazygit/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 77ca7aaf2703..aee7817a109b 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.38.1
+version=0.38.2
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
 changelog="https://github.com/jesseduffield/lazygit/releases"
 distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
-checksum=144f55267df7d51be9ae1dc3313707a7f6bcdf0c42eb330667c1fd661dec01b8
+checksum=2e727db952022c0518443d18c9b8a97a882970b93c5ab198ff33bb8ed2166c2f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: Update lazygit to 0.38.2.
  2023-06-05 19:51 [PR PATCH] Update lazygit TeddyDD
  2023-06-05 19:52 ` [PR PATCH] [Updated] " TeddyDD
  2023-06-05 19:53 ` TeddyDD
@ 2023-06-06  1:29 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-06-06  1:29 UTC (permalink / raw)
  To: ml

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

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

Update lazygit to 0.38.2.
https://github.com/void-linux/void-packages/pull/44285

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] 4+ messages in thread

end of thread, other threads:[~2023-06-06  1:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 19:51 [PR PATCH] Update lazygit TeddyDD
2023-06-05 19:52 ` [PR PATCH] [Updated] " TeddyDD
2023-06-05 19:53 ` TeddyDD
2023-06-06  1:29 ` [PR PATCH] [Merged]: Update lazygit to 0.38.2 sgn

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