network/nyxt: Updated for version 3.11.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-06-16 10:29:32 +07:00
parent a79113ca67
commit 015514d477
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#https://github.com/andy128k/cl-gobject-introspection/issues/100
--- nyxt-3.11.7-origin/_build/cl-gobject-introspection/src/init.lisp
+++ nyxt-3.11.7/_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)

View file

@ -0,0 +1,11 @@
--- nyxt-3.11.7-origin/_build/fset/Code/port.lisp
+++ nyxt-3.11.7/_build/fset/Code/port.lisp
@@ -348,7 +348,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

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nyxt
VERSION=${VERSION:-3.11.6}
VERSION=${VERSION:-3.11.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -63,6 +63,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/002-cl-gobject-introspection-sb-int.patch
patch -p1 < $CWD/003-fset-sb-int.patch
# use $TMP/$PRGNAM-$VERSION/.cache dir instead of $HOME/.cache/common-lisp/
(
code="(setf asdf:*user-cache* \"$TMP/$PRGNAM-$VERSION/.cache/\")"

View file

@ -1,8 +1,8 @@
PRGNAM="nyxt"
VERSION="3.11.6"
VERSION="3.11.7"
HOMEPAGE="https://nyxt.atlas.engineer/"
DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.11.6/nyxt-3.11.6-source-with-submodules.tar.xz"
MD5SUM="77908f25fd53961bea98b3de24b6ed3e"
DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.11.7/nyxt-3.11.7-source-with-submodules.tar.xz"
MD5SUM="4d636fc2395fc328e845d93a4b80234c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libfixposix sbcl webkit2gtk"