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

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