Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] next: rename to nyxt
@ 2020-08-05 19:02 egorenar
  2020-08-05 19:03 ` [PR PATCH] [Updated] " egorenar
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: egorenar @ 2020-08-05 19:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 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/24083

next: rename to nyxt


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

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

From 76bd0b24a740bd9a615ed54e8efcbde70d5a7a2c Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Wed, 5 Aug 2020 20:54:29 +0200
Subject: [PATCH] next: rename to nyxt

---
 srcpkgs/nyxt/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/nyxt/template

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
new file mode 100644
index 00000000000..11183ab71e3
--- /dev/null
+++ b/srcpkgs/nyxt/template
@@ -0,0 +1,21 @@
+# Template file for 'nyxt'
+pkgname=nyxt
+version=1.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="sbcl curl pkg-config"
+makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
+depends="sqlite xclip libfixposix-devel libressl-devel"
+short_desc="Keyboard-oriented, extensible web-browser"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://nyxt.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/nyxt/archive/${version}.tar.gz"
+checksum=bfd1e2e6f43385b8dc07d4860da6ef99d9e94aba4c688eddd05930c5a2e36637
+nostrip=yes
+nopie=yes
+nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
@ 2020-08-05 19:03 ` egorenar
  2020-08-05 19:12 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-08-05 19:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 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/24083

next: rename to nyxt


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

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

From 2c4302bcbad9959c3ce9f1bad142e4de9b1ec5ca Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Wed, 5 Aug 2020 20:54:29 +0200
Subject: [PATCH] next: rename to nyxt

---
 srcpkgs/{next => nyxt}/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{next => nyxt}/template (68%)

diff --git a/srcpkgs/next/template b/srcpkgs/nyxt/template
similarity index 68%
rename from srcpkgs/next/template
rename to srcpkgs/nyxt/template
index cf803dd16ab..11183ab71e3 100644
--- a/srcpkgs/next/template
+++ b/srcpkgs/nyxt/template
@@ -1,5 +1,5 @@
-# Template file for 'next'
-pkgname=next
+# Template file for 'nyxt'
+pkgname=nyxt
 version=1.5.0
 revision=1
 build_style=gnu-makefile
@@ -9,9 +9,9 @@ depends="sqlite xclip libfixposix-devel libressl-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"
-homepage="https://next.atlas.engineer/"
-distfiles="https://github.com/atlas-engineer/next/archive/${version}.tar.gz"
-checksum=b8688d056d40778fa6dd8ccd3ba7b5a00f16ea1e81ea8293ebe58e28f63c7e22
+homepage="https://nyxt.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/nyxt/archive/${version}.tar.gz"
+checksum=bfd1e2e6f43385b8dc07d4860da6ef99d9e94aba4c688eddd05930c5a2e36637
 nostrip=yes
 nopie=yes
 nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"

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

* Re: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
  2020-08-05 19:03 ` [PR PATCH] [Updated] " egorenar
@ 2020-08-05 19:12 ` ericonr
  2020-08-05 19:22 ` egorenar
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-08-05 19:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24083#issuecomment-669416712

Comment:
You need to make `next` a sub package of `nyxt` that depends on it, so people who have `next` installed will get the next `nyxt` update.

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

* Re: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
  2020-08-05 19:03 ` [PR PATCH] [Updated] " egorenar
  2020-08-05 19:12 ` ericonr
@ 2020-08-05 19:22 ` egorenar
  2020-08-06  0:51 ` fosslinux
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-08-05 19:22 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/24083#issuecomment-669430422

Comment:
> You need to make `next` a sub package of `nyxt` that depends on it, so people who have `next` installed will get the next `nyxt` update.

Not the other way around, nyxt a subpackage of next ?

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

* Re: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
                   ` (2 preceding siblings ...)
  2020-08-05 19:22 ` egorenar
@ 2020-08-06  0:51 ` fosslinux
  2020-09-08 12:42 ` sgn
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: fosslinux @ 2020-08-06  0:51 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24083#issuecomment-669619597

Comment:
No, next a subpackage of the renamed package or the "new" package nyxt.

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

* Re: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
                   ` (3 preceding siblings ...)
  2020-08-06  0:51 ` fosslinux
@ 2020-09-08 12:42 ` sgn
  2020-09-08 17:58 ` egorenar
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-09-08 12:42 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24083#issuecomment-688840671

Comment:
Is this abandoned?

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

* Re: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
                   ` (4 preceding siblings ...)
  2020-09-08 12:42 ` sgn
@ 2020-09-08 17:58 ` egorenar
  2020-09-08 18:05 ` [PR PATCH] [Updated] " egorenar
  2020-09-08 18:05 ` [PR PATCH] [Closed]: " egorenar
  7 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-09-08 17:58 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/24083#issuecomment-689042225

Comment:
not yet, please, i'll update it shortly

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

* Re: [PR PATCH] [Updated] next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
                   ` (5 preceding siblings ...)
  2020-09-08 17:58 ` egorenar
@ 2020-09-08 18:05 ` egorenar
  2020-09-08 18:05 ` [PR PATCH] [Closed]: " egorenar
  7 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-09-08 18:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 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/24083

next: rename to nyxt


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

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



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

* Re: [PR PATCH] [Closed]: next: rename to nyxt
  2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
                   ` (6 preceding siblings ...)
  2020-09-08 18:05 ` [PR PATCH] [Updated] " egorenar
@ 2020-09-08 18:05 ` egorenar
  7 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-09-08 18:05 UTC (permalink / raw)
  To: ml

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

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

next: rename to nyxt
https://github.com/void-linux/void-packages/pull/24083

Description:


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

* [PR PATCH] next: rename to nyxt
@ 2020-09-08 18:09 egorenar
  0 siblings, 0 replies; 10+ messages in thread
From: egorenar @ 2020-09-08 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 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/24765

next: rename to nyxt


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

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

From 4448a756d10129c63bae9da0c0bb010b79209633 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Tue, 8 Sep 2020 20:08:21 +0200
Subject: [PATCH] next: rename to nyxt

---
 srcpkgs/nyxt/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/nyxt/template

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
new file mode 100644
index 00000000000..7ca27e60fb5
--- /dev/null
+++ b/srcpkgs/nyxt/template
@@ -0,0 +1,22 @@
+# Template file for 'nyxt'
+pkgname=nyxt
+version=1.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="sbcl curl pkg-config"
+makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
+depends="sqlite xclip libfixposix-devel libressl-devel"
+short_desc="Keyboard-oriented, extensible web-browser"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://nyxt.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/nyxt/archive/${version}.tar.gz"
+checksum=bfd1e2e6f43385b8dc07d4860da6ef99d9e94aba4c688eddd05930c5a2e36637
+nostrip=yes
+nopie=yes
+nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
+subpackages="next"
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2020-09-08 18:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 19:02 [PR PATCH] next: rename to nyxt egorenar
2020-08-05 19:03 ` [PR PATCH] [Updated] " egorenar
2020-08-05 19:12 ` ericonr
2020-08-05 19:22 ` egorenar
2020-08-06  0:51 ` fosslinux
2020-09-08 12:42 ` sgn
2020-09-08 17:58 ` egorenar
2020-09-08 18:05 ` [PR PATCH] [Updated] " egorenar
2020-09-08 18:05 ` [PR PATCH] [Closed]: " egorenar
2020-09-08 18:09 [PR PATCH] " egorenar

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