Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nyxt: update to 2.2.3
@ 2021-11-20  9:32 egorenar
  2021-11-20  9:35 ` [PR PATCH] [Updated] " egorenar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: egorenar @ 2021-11-20  9:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages nyxt
https://github.com/void-linux/void-packages/pull/34165

nyxt: update to 2.2.3
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From d579e63912680436856dc14e835f31c2c34efea2 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Thu, 18 Nov 2021 10:28:02 +0100
Subject: [PATCH] nyxt: update to 2.2.3

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/nyxt/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 474015478310..e9a644f23a1f 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,8 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=2.0.0
-revision=2
-wrksrc=nyxt
+version=2.2.3
+revision=3
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl git"
@@ -12,14 +11,19 @@ short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
-distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz"
-checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355
+distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
+checksum=f611a0cee412b64f4bf93228aa975621734ace797153580c58c61616c7db02d8
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes
 nopie=yes
 nocross="Cross-compilation fails due to package iolib/syscalls setting incorrect compiler flags"
 
+do_extract() {
+	mkdir -p ${wrksrc}
+	bsdtar xvf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}-source-with-submodules.tar.xz -C ${wrksrc}
+}
+
 do_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} install
 	vlicense licenses/ASSET-LICENSE

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

* Re: [PR PATCH] [Updated] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
@ 2021-11-20  9:35 ` egorenar
  2021-11-20 12:36 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2021-11-20  9:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages nyxt
https://github.com/void-linux/void-packages/pull/34165

nyxt: update to 2.2.3
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 9d0636b08a41102e7d9ff377c703e797424d328a Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Thu, 18 Nov 2021 10:28:02 +0100
Subject: [PATCH] nyxt: update to 2.2.3

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/nyxt/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 474015478310..4eeeba41f19e 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,8 +1,7 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=2.0.0
-revision=2
-wrksrc=nyxt
+version=2.2.3
+revision=1
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl git"
@@ -12,14 +11,19 @@ short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
-distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz"
-checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355
+distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
+checksum=f611a0cee412b64f4bf93228aa975621734ace797153580c58c61616c7db02d8
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes
 nopie=yes
 nocross="Cross-compilation fails due to package iolib/syscalls setting incorrect compiler flags"
 
+do_extract() {
+	mkdir -p ${wrksrc}
+	bsdtar xvf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}-source-with-submodules.tar.xz -C ${wrksrc}
+}
+
 do_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} install
 	vlicense licenses/ASSET-LICENSE

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

* Re: [PR REVIEW] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
  2021-11-20  9:35 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-20 12:36 ` paper42
  2021-11-20 12:42 ` egorenar
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-11-20 12:36 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34165#discussion_r753671067

Comment:
See https://github.com/void-linux/void-packages/pull/33871/files#r742124959

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

* Re: [PR REVIEW] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
  2021-11-20  9:35 ` [PR PATCH] [Updated] " egorenar
  2021-11-20 12:36 ` [PR REVIEW] " paper42
@ 2021-11-20 12:42 ` egorenar
  2021-11-20 13:10 ` paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2021-11-20 12:42 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/34165#discussion_r753671602

Comment:
Yes, it is the same issue i solved with do_extract().
Both, 2.2.2 and 2.2.3 need this fix.

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

* Re: [PR REVIEW] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
                   ` (2 preceding siblings ...)
  2021-11-20 12:42 ` egorenar
@ 2021-11-20 13:10 ` paper42
  2021-11-20 13:31 ` egorenar
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-11-20 13:10 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34165#discussion_r753673799

Comment:
> Set create_wrksrc instead.

It should be possible to delete do_extract() and replace it with create_wrksrc and wrksrc.

@WilliamBehrens could you take a quick look at this PR?

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

* Re: [PR REVIEW] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
                   ` (3 preceding siblings ...)
  2021-11-20 13:10 ` paper42
@ 2021-11-20 13:31 ` egorenar
  2021-11-20 13:31 ` [PR PATCH] [Updated] " egorenar
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2021-11-20 13:31 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/34165#discussion_r753675533

Comment:
yes, `create_wrksrc` works.

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

* Re: [PR PATCH] [Updated] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
                   ` (4 preceding siblings ...)
  2021-11-20 13:31 ` egorenar
@ 2021-11-20 13:31 ` egorenar
  2021-11-20 13:35 ` egorenar
  2021-11-20 14:55 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2021-11-20 13:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages nyxt
https://github.com/void-linux/void-packages/pull/34165

nyxt: update to 2.2.3
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 5f309a157cb6a70fe4bd417c2ecce8b7d483f736 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Thu, 18 Nov 2021 10:28:02 +0100
Subject: [PATCH] nyxt: update to 2.2.3

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/nyxt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 474015478310..9e272484afcf 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,8 +1,8 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=2.0.0
-revision=2
-wrksrc=nyxt
+version=2.2.3
+revision=1
+create_wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl git"
@@ -12,8 +12,8 @@ short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
-distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz"
-checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355
+distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
+checksum=f611a0cee412b64f4bf93228aa975621734ace797153580c58c61616c7db02d8
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes

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

* Re: [PR PATCH] [Updated] nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
                   ` (5 preceding siblings ...)
  2021-11-20 13:31 ` [PR PATCH] [Updated] " egorenar
@ 2021-11-20 13:35 ` egorenar
  2021-11-20 14:55 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2021-11-20 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages nyxt
https://github.com/void-linux/void-packages/pull/34165

nyxt: update to 2.2.3
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 6d817c9475655f713e7756adf2caa2b7c91bc415 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Thu, 18 Nov 2021 10:28:02 +0100
Subject: [PATCH] nyxt: update to 2.2.3

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/nyxt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 474015478310..dd46e0c2cbe8 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,8 +1,8 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=2.0.0
-revision=2
-wrksrc=nyxt
+version=2.2.3
+revision=1
+create_wrksrc=yes
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl git"
@@ -12,8 +12,8 @@ short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
-distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz"
-checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355
+distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
+checksum=f611a0cee412b64f4bf93228aa975621734ace797153580c58c61616c7db02d8
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes

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

* Re: [PR PATCH] [Merged]: nyxt: update to 2.2.3
  2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
                   ` (6 preceding siblings ...)
  2021-11-20 13:35 ` egorenar
@ 2021-11-20 14:55 ` Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2021-11-20 14:55 UTC (permalink / raw)
  To: ml

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

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

nyxt: update to 2.2.3
https://github.com/void-linux/void-packages/pull/34165

Description:
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2021-11-20 14:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20  9:32 [PR PATCH] nyxt: update to 2.2.3 egorenar
2021-11-20  9:35 ` [PR PATCH] [Updated] " egorenar
2021-11-20 12:36 ` [PR REVIEW] " paper42
2021-11-20 12:42 ` egorenar
2021-11-20 13:10 ` paper42
2021-11-20 13:31 ` egorenar
2021-11-20 13:31 ` [PR PATCH] [Updated] " egorenar
2021-11-20 13:35 ` egorenar
2021-11-20 14:55 ` [PR PATCH] [Merged]: " Chocimier

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