George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
nyxt
Commits:
d3aff15c by George Rawlinson at 2024-08-02T09:51:25+12:00
upgpkg: 3.11.8-1
* New upstream release.
* Remove upstreamed fix.
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − fix-ftbfs-sb-ext.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nyxt
pkgdesc = A keyboard-driven web browser designed for power users
- pkgver = 3.11.7
+ pkgver = 3.11.8
pkgrel = 1
url = https://nyxt.atlas.engineer
arch = x86_64
@@ -25,11 +25,8 @@ pkgbase = nyxt
optdepends = gst-plugins-ugly: for HTML5 audio/video
options = !strip
options = !makeflags
- source =
nyxt-3.11.7.tar.xz::https://github.com/atlas-engineer/nyxt/releases/download/3.11.7/nyxt-3.11.7-source-with-submodules.tar.xz
- source = fix-ftbfs-sb-ext.patch
- sha512sums =
853cb4ec7fe0e04a9f4672170965d6e71c9c81d77382b08f3abe8bb68ce6d44b6ba2a8c3ed6d7d47b2a0a6a92cc3c312189ea7a0635f1a7a3c1ebcea8f710a40
- sha512sums =
f4b3113ea63f6f678bf8915f07e8fb9df9600c6b509f35d278d2a392781e8683c62265987ff5caa59b6800bb985f175a307db541d3a59a84366a3620b91d4ecd
- b2sums =
6e7dbe65601525fafa493cc86689062a3157812f8d7991bee42926291efeaddb699596d6eaa7207c633ec2e6beb3cd32884ba1ab0990aafeace8080b5cb242c1
- b2sums =
1f0642fa26e0e9bc1393130a3b9cc9894e8b2e4514b923a83838f8a0f0a3f84157272f680c7f4221f865b4c831b486d8ea72a0d04fb82ebd7360aaddeec58b78
+ source =
nyxt-3.11.8.tar.xz::https://github.com/atlas-engineer/nyxt/releases/download/3.11.8/nyxt-3.11.8-source-with-submodules.tar.xz
+ sha512sums =
f6b1fcbb4bc4436cc39b0766f7a6a4e57cee81b785e04b1897c04836c6f349a8b5149118869fe36c8cc4c89518c88df75a47118f422149149f25b606a192cdf2
+ b2sums =
b90d7967367ce0628e1451a04cab1fde3608a8f2137d5907a1247379a711e19168b2b7d04852f831a5f0ecb5680a79b4a31a235b7002ffd4de4dc99f8c70f2b7
pkgname = nyxt
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Felix Golatofski <[email protected]>
pkgname=nyxt
-pkgver=3.11.7
+pkgver=3.11.8
pkgrel=1
pkgdesc='A keyboard-driven web browser designed for power users'
arch=('x86_64')
@@ -38,20 +38,9 @@ optdepends=(
'gst-plugins-ugly: for HTML5 audio/video'
)
options=('!strip' '!makeflags')
-source=(
-
"$pkgname-$pkgver.tar.xz::https://github.com/atlas-engineer/nyxt/releases/download/$pkgver/nyxt-$pkgver-source-with-submodules.tar.xz"
- 'fix-ftbfs-sb-ext.patch'
-)
-sha512sums=('853cb4ec7fe0e04a9f4672170965d6e71c9c81d77382b08f3abe8bb68ce6d44b6ba2a8c3ed6d7d47b2a0a6a92cc3c312189ea7a0635f1a7a3c1ebcea8f710a40'
-
'f4b3113ea63f6f678bf8915f07e8fb9df9600c6b509f35d278d2a392781e8683c62265987ff5caa59b6800bb985f175a307db541d3a59a84366a3620b91d4ecd')
-b2sums=('6e7dbe65601525fafa493cc86689062a3157812f8d7991bee42926291efeaddb699596d6eaa7207c633ec2e6beb3cd32884ba1ab0990aafeace8080b5cb242c1'
-
'1f0642fa26e0e9bc1393130a3b9cc9894e8b2e4514b923a83838f8a0f0a3f84157272f680c7f4221f865b4c831b486d8ea72a0d04fb82ebd7360aaddeec58b78')
-
-prepare() {
- # FTBFS due to sbcl 2.45
- # https://github.com/atlas-engineer/nyxt/issues/3408
- patch -p1 -i "$srcdir/fix-ftbfs-sb-ext.patch"
-}
+source=("$pkgname-$pkgver.tar.xz::https://github.com/atlas-engineer/nyxt/releases/download/$pkgver/nyxt-$pkgver-source-with-submodules.tar.xz")
+sha512sums=('f6b1fcbb4bc4436cc39b0766f7a6a4e57cee81b785e04b1897c04836c6f349a8b5149118869fe36c8cc4c89518c88df75a47118f422149149f25b606a192cdf2')
+b2sums=('b90d7967367ce0628e1451a04cab1fde3608a8f2137d5907a1247379a711e19168b2b7d04852f831a5f0ecb5680a79b4a31a235b7002ffd4de4dc99f8c70f2b7')
build() {
make all
=====================================
fix-ftbfs-sb-ext.patch deleted
=====================================
@@ -1,19 +0,0 @@
---- 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)
---- a/_build/fset/Code/port.lisp
-+++ b/_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 it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nyxt/-/commit/d3aff15c2d6b096e19f75014b6b28c56ab4cbb90
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nyxt/-/commit/d3aff15c2d6b096e19f75014b6b28c56ab4cbb90
You're receiving this email because of your account on gitlab.archlinux.org.