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

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