Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nyxt: fix missing runtime dependencies
@ 2021-06-07 16:38 egorenar
  2021-06-07 16:45 ` Chocimier
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 16:38 UTC (permalink / raw)
  To: ml

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

nyxt: fix missing runtime dependencies
* libfixposix

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

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

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 3e4c490c0f454620f9b2c33305df91a140946645 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Mon, 7 Jun 2021 18:28:44 +0200
Subject: [PATCH] nyxt: fix missing runtime dependencies

* libfixposix

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

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

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 1dc2cb3e2a66..561037e82a83 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,13 +1,13 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.0.0
-revision=1
+revision=2
 wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl curl pkg-config git"
 makedepends="webkit2gtk-devel libfixposix-devel openssl-devel libgirepository-devel"
-depends="dbus sqlite xclip webkit2gtk-devel libgirepository-devel"
+depends="dbus sqlite xclip webkit2gtk-devel libfixposix-devel libgirepository-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"

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

* Re: nyxt: fix missing runtime dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
@ 2021-06-07 16:45 ` Chocimier
  2021-06-07 17:03 ` [PR PATCH] [Updated] " egorenar
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2021-06-07 16:45 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856096547

Comment:
openssl-devel does not seem to be needed

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

* Re: [PR PATCH] [Updated] nyxt: fix missing runtime dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
  2021-06-07 16:45 ` Chocimier
@ 2021-06-07 17:03 ` egorenar
  2021-06-07 17:17 ` [PR PATCH] [Updated] nyxt: fix dependencies egorenar
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 17:03 UTC (permalink / raw)
  To: ml

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

nyxt: fix missing runtime dependencies
* libfixposix

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

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

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 48903402e9606fa3f63349b9055319988932f2fc Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Mon, 7 Jun 2021 18:28:44 +0200
Subject: [PATCH] nyxt: fix dependencies

* Remove unneeded dependencies
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

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

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 1dc2cb3e2a66..28379b6d3668 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,13 +1,13 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.0.0
-revision=1
+revision=2
 wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
 hostmakedepends="sbcl curl pkg-config git"
-makedepends="webkit2gtk-devel libfixposix-devel openssl-devel libgirepository-devel"
-depends="dbus sqlite xclip webkit2gtk-devel libgirepository-devel"
+makedepends="webkit2gtk-devel libfixposix-devel libgirepository-devel"
+depends="dbus xclip webkit2gtk-devel libfixposix-devel libgirepository-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
  2021-06-07 16:45 ` Chocimier
  2021-06-07 17:03 ` [PR PATCH] [Updated] " egorenar
@ 2021-06-07 17:17 ` egorenar
  2021-06-07 17:46 ` ericonr
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 17:17 UTC (permalink / raw)
  To: ml

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

nyxt: fix dependencies
* Remove unneeded dependencies
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

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

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 91c2d53af272b560fcf5bb45b0a7bcf55306ced7 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Mon, 7 Jun 2021 18:28:44 +0200
Subject: [PATCH] nyxt: fix dependencies

* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant dependency for spell checking

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

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 1dc2cb3e2a66..f9500181e533 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,13 +1,13 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.0.0
-revision=1
+revision=2
 wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
-hostmakedepends="sbcl curl pkg-config git"
-makedepends="webkit2gtk-devel libfixposix-devel openssl-devel libgirepository-devel"
-depends="dbus sqlite xclip webkit2gtk-devel libgirepository-devel"
+hostmakedepends="sbcl git"
+makedepends="webkit2gtk-devel libfixposix-devel libgirepository-devel"
+depends="dbus xclip enchant webkit2gtk-devel libfixposix-devel libgirepository-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (2 preceding siblings ...)
  2021-06-07 17:17 ` [PR PATCH] [Updated] nyxt: fix dependencies egorenar
@ 2021-06-07 17:46 ` ericonr
  2021-06-07 18:10 ` [PR PATCH] [Updated] " egorenar
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-06-07 17:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856137179

Comment:
Can't it use enchant2? I'd like to remove enchant at some point.

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

* Re: [PR PATCH] [Updated] nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (3 preceding siblings ...)
  2021-06-07 17:46 ` ericonr
@ 2021-06-07 18:10 ` egorenar
  2021-06-07 18:11 ` egorenar
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 18:10 UTC (permalink / raw)
  To: ml

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

nyxt: fix dependencies
* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant dependency for spell checking

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

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From f7608d93d91b5a331967e2e8e0c7d0b4c7eca1be Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Mon, 7 Jun 2021 18:28:44 +0200
Subject: [PATCH] nyxt: fix dependencies

* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant2 dependency for spell checking

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

diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index 1dc2cb3e2a66..474015478310 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,13 +1,13 @@
 # Template file for 'nyxt'
 pkgname=nyxt
 version=2.0.0
-revision=1
+revision=2
 wrksrc=nyxt
 build_style=gnu-makefile
 make_build_target=all
-hostmakedepends="sbcl curl pkg-config git"
-makedepends="webkit2gtk-devel libfixposix-devel openssl-devel libgirepository-devel"
-depends="dbus sqlite xclip webkit2gtk-devel libgirepository-devel"
+hostmakedepends="sbcl git"
+makedepends="webkit2gtk-devel libfixposix-devel libgirepository-devel"
+depends="dbus xclip enchant2 webkit2gtk-devel libfixposix-devel libgirepository-devel"
 short_desc="Keyboard-oriented, extensible web-browser"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="BSD-3-Clause"

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (4 preceding siblings ...)
  2021-06-07 18:10 ` [PR PATCH] [Updated] " egorenar
@ 2021-06-07 18:11 ` egorenar
  2021-06-07 18:30 ` Chocimier
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 18:11 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856152926

Comment:
> Can't it use enchant2? I'd like to remove enchant at some point.

It works with enchant2 too. Replaced as requested.

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (5 preceding siblings ...)
  2021-06-07 18:11 ` egorenar
@ 2021-06-07 18:30 ` Chocimier
  2021-06-07 18:36 ` egorenar
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2021-06-07 18:30 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856165306

Comment:
> sqlite (bookmarks stored as s-exps now)

Does that mean that people won't be able to open their bookmarks after update?

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (6 preceding siblings ...)
  2021-06-07 18:30 ` Chocimier
@ 2021-06-07 18:36 ` egorenar
  2021-06-07 18:41 ` egorenar
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 18:36 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856168785

Comment:
> > sqlite (bookmarks stored as s-exps now)
> 
> Does that mean that people won't be able to open their bookmarks after update?

Sorry for confusion, but no. SQLite is used no more in Nyxt. Bookmarks were stored in an sqlite db before but since a couple of Nyxt releases, bookmarks are store in a LISP file as S-EXPs.

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (7 preceding siblings ...)
  2021-06-07 18:36 ` egorenar
@ 2021-06-07 18:41 ` egorenar
  2021-06-08  3:04 ` ericonr
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-07 18:41 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856171783

Comment:
> > sqlite (bookmarks stored as s-exps now)
> 
> Does that mean that people won't be able to open their bookmarks after update?

SQLite is not used since version 1.3.3, so ages ago.

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (8 preceding siblings ...)
  2021-06-07 18:41 ` egorenar
@ 2021-06-08  3:04 ` ericonr
  2021-06-08  5:49 ` egorenar
  2021-06-08 17:07 ` [PR PATCH] [Merged]: " Chocimier
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-06-08  3:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856401653

Comment:
Fixes #31323, right?

@Chocimier good to go?

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

* Re: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (9 preceding siblings ...)
  2021-06-08  3:04 ` ericonr
@ 2021-06-08  5:49 ` egorenar
  2021-06-08 17:07 ` [PR PATCH] [Merged]: " Chocimier
  11 siblings, 0 replies; 13+ messages in thread
From: egorenar @ 2021-06-08  5:49 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/31346#issuecomment-856464223

Comment:
> Fixes #31323, right?
> 
> @Chocimier good to go?

It fixes the runtime problem with libfixposix-devel.
Not sure about gst-libav, it works w/o for me. I think webkit should depend on any audio/video playing because
webkit is resposnsible for HTML rendering.

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

* Re: [PR PATCH] [Merged]: nyxt: fix dependencies
  2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
                   ` (10 preceding siblings ...)
  2021-06-08  5:49 ` egorenar
@ 2021-06-08 17:07 ` Chocimier
  11 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2021-06-08 17:07 UTC (permalink / raw)
  To: ml

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

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

nyxt: fix dependencies
https://github.com/void-linux/void-packages/pull/31346

Description:
* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant2 dependency for spell checking

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

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

end of thread, other threads:[~2021-06-08 17:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 16:38 [PR PATCH] nyxt: fix missing runtime dependencies egorenar
2021-06-07 16:45 ` Chocimier
2021-06-07 17:03 ` [PR PATCH] [Updated] " egorenar
2021-06-07 17:17 ` [PR PATCH] [Updated] nyxt: fix dependencies egorenar
2021-06-07 17:46 ` ericonr
2021-06-07 18:10 ` [PR PATCH] [Updated] " egorenar
2021-06-07 18:11 ` egorenar
2021-06-07 18:30 ` Chocimier
2021-06-07 18:36 ` egorenar
2021-06-07 18:41 ` egorenar
2021-06-08  3:04 ` ericonr
2021-06-08  5:49 ` egorenar
2021-06-08 17:07 ` [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).