Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] foot: update to 1.6.0
@ 2020-12-20 15:16 st3r4g
  2020-12-20 20:45 ` ifreund
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: st3r4g @ 2020-12-20 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages foot-1.6.0
https://github.com/void-linux/void-packages/pull/27305

foot: update to 1.6.0
@ifreund do you want to try the new partial PGO build? Imo it's fine as it is.

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

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

From 73dc8c88a4e20757fabca0a7d987660509eacb07 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sun, 20 Dec 2020 16:14:00 +0100
Subject: [PATCH] foot: update to 1.6.0

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

diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
index 42a6fcdc8c9..4f66e4f8e22 100644
--- a/srcpkgs/foot/template
+++ b/srcpkgs/foot/template
@@ -1,6 +1,6 @@
 # Template file for 'foot'
 pkgname=foot
-version=1.5.4
+version=1.6.0
 revision=1
 wrksrc=$pkgname
 build_style=meson
@@ -14,7 +14,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/foot"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=e03b2255c5bb2df3ca456fb28a31b48e2cac42b0c6a3df9b0154202ab3aecad5
+checksum=7ae523bf9882c0e5d56e2afdf6e25f5f77cffcc78ba1f316ffda3f36e2570b4a
 
 post_install() {
 	vlicense LICENSE

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
@ 2020-12-20 20:45 ` ifreund
  2020-12-20 22:45 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ifreund @ 2020-12-20 20:45 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748668539

Comment:
> @ifreund do you want to try the new partial PGO build? Imo it's fine as it is.

@st3r4g Since void uses `-O2` by default and foot [strongly recommends](https://codeberg.org/dnkl/foot/src/branch/master/INSTALL.md#performance-optimized-pgo) `-O3` for PGO builds I don't think it makes sense to enable them for the void package by default. Perhaps a default-disabled build option enabling `-O3` and PGO would be good to have though.

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
  2020-12-20 20:45 ` ifreund
@ 2020-12-20 22:45 ` ericonr
  2020-12-20 22:56 ` st3r4g
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-20 22:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748681808

Comment:
@st3r4g are you going to add it for this update or is it ok to merge?

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
  2020-12-20 20:45 ` ifreund
  2020-12-20 22:45 ` ericonr
@ 2020-12-20 22:56 ` st3r4g
  2020-12-20 22:57 ` [PR PATCH] [Merged]: " ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: st3r4g @ 2020-12-20 22:56 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748682921

Comment:
Not interested atm, ok to merge.

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

* Re: [PR PATCH] [Merged]: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
                   ` (2 preceding siblings ...)
  2020-12-20 22:56 ` st3r4g
@ 2020-12-20 22:57 ` ericonr
  2020-12-21  1:35 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-20 22:57 UTC (permalink / raw)
  To: ml

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

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

foot: update to 1.6.0
https://github.com/void-linux/void-packages/pull/27305

Description:
@ifreund do you want to try the new partial PGO build? Imo it's fine as it is.

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
                   ` (3 preceding siblings ...)
  2020-12-20 22:57 ` [PR PATCH] [Merged]: " ericonr
@ 2020-12-21  1:35 ` ericonr
  2020-12-21  2:18 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-21  1:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748710603

Comment:
@ifreund @st3r4g 

I had to add bb297cad7e3eec455bff93abc3f9791ec2314b0d because the build failed on some builders. If either of you could take the issue upstream, that'd be great! Thanks :)

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
                   ` (4 preceding siblings ...)
  2020-12-21  1:35 ` ericonr
@ 2020-12-21  2:18 ` ericonr
  2020-12-21 12:14 ` st3r4g
  2020-12-21 12:30 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-21  2:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748719530

Comment:
Actually fixed with https://github.com/void-linux/void-packages/commit/b1041435727bc2379b98c5320afb40de7f6576f4 , so there isn't much to do anymore.

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
                   ` (5 preceding siblings ...)
  2020-12-21  2:18 ` ericonr
@ 2020-12-21 12:14 ` st3r4g
  2020-12-21 12:30 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: st3r4g @ 2020-12-21 12:14 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748943763

Comment:
Ah sorry, didn't notice the issue.

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

* Re: foot: update to 1.6.0
  2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
                   ` (6 preceding siblings ...)
  2020-12-21 12:14 ` st3r4g
@ 2020-12-21 12:30 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-21 12:30 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27305#issuecomment-748950301

Comment:
No worries, I couldn't even reproduce locally reliably. For some reason the builders hit it constantly.

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

end of thread, other threads:[~2020-12-21 12:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 15:16 [PR PATCH] foot: update to 1.6.0 st3r4g
2020-12-20 20:45 ` ifreund
2020-12-20 22:45 ` ericonr
2020-12-20 22:56 ` st3r4g
2020-12-20 22:57 ` [PR PATCH] [Merged]: " ericonr
2020-12-21  1:35 ` ericonr
2020-12-21  2:18 ` ericonr
2020-12-21 12:14 ` st3r4g
2020-12-21 12:30 ` ericonr

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