nyxt: update to 3.11.8.

Closes: #52683 [via git-merge-pr]
This commit is contained in:
David W. Moore 2024-10-18 19:28:36 -04:00 committed by classabbyamp
parent 2f454ee576
commit c766178472
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
3 changed files with 2 additions and 61 deletions

View File

@ -1,14 +0,0 @@
Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
===================================================================
--- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
@@ -11,7 +11,8 @@
;; FIXME: move this into an ASDF operation
(eval-when (:compile-toplevel :load-toplevel :execute)
(define-foreign-library
- (libfixposix :canary "lfp_buildinfo")
+ (libfixposix :canary "lfp_buildinfo_not_exist")
+ (:unix "libfixposix.so.3")
(t (:default "libfixposix")))
(load-foreign-library 'libfixposix))

View File

@ -1,45 +0,0 @@
Source of first patch: https://github.com/andy128k/cl-gobject-introspection/pull/101
Source of second patch: https://github.com/slburson/fset/pull/46
From 4908a84c16349929b309c50409815ff81fb9b3c4 Mon Sep 17 00:00:00 2001
From: Vasily Postnicov <shamaz.mazum@gmail.com>
Date: Sun, 19 May 2024 06:33:44 +0300
Subject: [PATCH] Fix compilation on not yet released SBCL
---
src/init.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/init.lisp b/src/init.lisp
index 8675ee8..194d6aa 100644
--- a/_build/cl-gobject-introspection/src/init.lisp
+++ b/_build/cl-gobject-introspection/src/init.lisp
@@ -143,4 +143,4 @@
(destroy-data :pointer)
(connect-flags connect-flags))
-#+sbcl (sb-ext::set-floating-point-modes :traps nil)
+#+sbcl (sb-int:set-floating-point-modes :traps nil)
From 67eca709c2a6275692381fbaf018876b2ab11244 Mon Sep 17 00:00:00 2001
From: Hraban <hraban@0brg.net>
Date: Fri, 7 Jun 2024 03:58:37 -0400
Subject: [PATCH] fix: proper external package for sb-int:once-only (#46)
---
Code/port.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Code/port.lisp b/Code/port.lisp
index 72f86fe..86673f0 100644
--- a/_build/fset/Code/port.lisp
+++ b/_build/fset/Code/port.lisp
@@ -363,7 +363,7 @@
`(if (null ,x) 0 (cl:length ,x))))
#+sbcl
(defmacro length-nv (x)
- (sb-ext::once-only ((x x))
+ (sb-int:once-only ((x x))
`(if (null ,x) 0 (cl:length ,x))))
#-(or cmu scl sbcl)
(defmacro length-nv (x)

View File

@ -1,6 +1,6 @@
# Template file for 'nyxt'
pkgname=nyxt
version=3.11.7
version=3.11.8
revision=1
create_wrksrc=yes
build_style=gnu-makefile
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://nyxt.atlas.engineer/"
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
checksum=27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
checksum=4604b15a4d89336d110926ac91c53eff020ae9c8cd96214d7ed1114bcf6a9254
# Disable check because ASDF/USER::PROVE is not installed
make_check=no
nostrip=yes