Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] darktile: update to 0.0.11.
@ 2022-05-12 22:08 cinerea0
  2022-05-13  0:33 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-05-12 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages dark
https://github.com/void-linux/void-packages/pull/37096

darktile: update to 0.0.11.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37096.patch is attached

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

From 15bbc495daf22330d20d588a7de4acb0a3560d4b Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 12 May 2022 18:07:26 -0400
Subject: [PATCH] darktile: update to 0.0.11.

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

diff --git a/srcpkgs/darktile/template b/srcpkgs/darktile/template
index 053eb8c2e68e..459f1ff6c72d 100644
--- a/srcpkgs/darktile/template
+++ b/srcpkgs/darktile/template
@@ -1,6 +1,6 @@
 # Template file for 'darktile'
 pkgname=darktile
-version=0.0.10
+version=0.0.11
 revision=1
 build_style=go
 go_import_path=github.com/liamg/darktile
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/liamg/darktile"
 distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz"
-checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c
+checksum=8e7bbd6b8ae71d1a73b13e2ea62c93fe4a4bfd108faed39b8600ba48db7767de
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] darktile: update to 0.0.11.
  2022-05-12 22:08 [PR PATCH] darktile: update to 0.0.11 cinerea0
@ 2022-05-13  0:33 ` cinerea0
  2022-05-13  0:40 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-05-13  0:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages dark
https://github.com/void-linux/void-packages/pull/37096

darktile: update to 0.0.11.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37096.patch is attached

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

From 68f2b52e58f70f8040c87fb1ac206f7228e72500 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 12 May 2022 20:32:57 -0400
Subject: [PATCH] darktile: update to 0.0.11.

---
 srcpkgs/darktile/patches/fix-32bit.patch | 14 ++++++++++++++
 srcpkgs/darktile/template                |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/darktile/patches/fix-32bit.patch

diff --git a/srcpkgs/darktile/patches/fix-32bit.patch b/srcpkgs/darktile/patches/fix-32bit.patch
new file mode 100644
index 000000000000..78289ad080ae
--- /dev/null
+++ b/srcpkgs/darktile/patches/fix-32bit.patch
@@ -0,0 +1,14 @@
+# Fixes build on 32 bit archs
+diff --git a/internal/app/darktile/gui/gui.go b/internal/app/darktile/gui/gui.go
+index e5012381b1..c147b74f89 100644
+--- a/internal/app/darktile/gui/gui.go
++++ b/internal/app/darktile/gui/gui.go
+@@ -102,7 +102,7 @@ func (g *GUI) Run() error {
+ func (g *GUI) watchForUpdate() {
+ 	for range g.updateChan {
+ 		ebiten.ScheduleFrame()
+-		if g.keyState.AnythingPressed() {
++		for g.keyState.AnythingPressed() {
+ 			go func() {
+ 				time.Sleep(time.Millisecond * 10)
+ 				ebiten.ScheduleFrame()
diff --git a/srcpkgs/darktile/template b/srcpkgs/darktile/template
index 053eb8c2e68e..459f1ff6c72d 100644
--- a/srcpkgs/darktile/template
+++ b/srcpkgs/darktile/template
@@ -1,6 +1,6 @@
 # Template file for 'darktile'
 pkgname=darktile
-version=0.0.10
+version=0.0.11
 revision=1
 build_style=go
 go_import_path=github.com/liamg/darktile
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/liamg/darktile"
 distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz"
-checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c
+checksum=8e7bbd6b8ae71d1a73b13e2ea62c93fe4a4bfd108faed39b8600ba48db7767de
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] darktile: update to 0.0.11.
  2022-05-12 22:08 [PR PATCH] darktile: update to 0.0.11 cinerea0
  2022-05-13  0:33 ` [PR PATCH] [Updated] " cinerea0
@ 2022-05-13  0:40 ` cinerea0
  2022-08-11  2:12 ` github-actions
  2022-08-25  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-05-13  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages dark
https://github.com/void-linux/void-packages/pull/37096

darktile: update to 0.0.11.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37096.patch is attached

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

From a0a5abc013c6b762ca81431a26928f5859e11cff Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 12 May 2022 20:39:52 -0400
Subject: [PATCH] darktile: update to 0.0.11.

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

diff --git a/srcpkgs/darktile/template b/srcpkgs/darktile/template
index 053eb8c2e68e..459f1ff6c72d 100644
--- a/srcpkgs/darktile/template
+++ b/srcpkgs/darktile/template
@@ -1,6 +1,6 @@
 # Template file for 'darktile'
 pkgname=darktile
-version=0.0.10
+version=0.0.11
 revision=1
 build_style=go
 go_import_path=github.com/liamg/darktile
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/liamg/darktile"
 distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz"
-checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c
+checksum=8e7bbd6b8ae71d1a73b13e2ea62c93fe4a4bfd108faed39b8600ba48db7767de
 
 post_install() {
 	vlicense LICENSE

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

* Re: darktile: update to 0.0.11.
  2022-05-12 22:08 [PR PATCH] darktile: update to 0.0.11 cinerea0
  2022-05-13  0:33 ` [PR PATCH] [Updated] " cinerea0
  2022-05-13  0:40 ` cinerea0
@ 2022-08-11  2:12 ` github-actions
  2022-08-25  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-08-11  2:12 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/37096#issuecomment-1211483933

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

* Re: [PR PATCH] [Closed]: darktile: update to 0.0.11.
  2022-05-12 22:08 [PR PATCH] darktile: update to 0.0.11 cinerea0
                   ` (2 preceding siblings ...)
  2022-08-11  2:12 ` github-actions
@ 2022-08-25  2:14 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-08-25  2:14 UTC (permalink / raw)
  To: ml

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

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

darktile: update to 0.0.11.
https://github.com/void-linux/void-packages/pull/37096

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 5+ messages in thread

end of thread, other threads:[~2022-08-25  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 22:08 [PR PATCH] darktile: update to 0.0.11 cinerea0
2022-05-13  0:33 ` [PR PATCH] [Updated] " cinerea0
2022-05-13  0:40 ` cinerea0
2022-08-11  2:12 ` github-actions
2022-08-25  2:14 ` [PR PATCH] [Closed]: " github-actions

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