Github messages for voidlinux
 help / color / mirror / Atom feed
From: egorenar <egorenar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nyxt: update to 2.2.3
Date: Sat, 20 Nov 2021 10:32:24 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34165@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2021-11-20  9:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-20  9:32 egorenar [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34165@inbox.vuxu.org \
    --to=egorenar@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).