nyxt: update to 3.2.0
- Updated 002-webkit2gtk.init.lisp patch. The patch itself is the same, but the structure of the source file to be patched changed. - Included "pkg-config" into hostmakedepends.
This commit is contained in:
parent
1cac84738b
commit
89678377e0
2 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
||||||
--- a/_build/cl-webkit/webkit2/webkit2.init.lisp 2022-01-14 03:22:05.000000000 -0700
|
--- a/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:14:54.899937994 +0200
|
||||||
+++ b/_build/cl-webkit/webkit2/webkit2.init.lisp 2022-02-27 09:59:29.175938024 -0700
|
+++ b/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:15:45.707030674 +0200
|
||||||
@@ -18,9 +18,9 @@
|
@@ -19,9 +19,9 @@
|
||||||
"libwebkit2gtk-4.0.37.dylib"
|
|
||||||
"libwebkit2gtk-4.0.dylib"))
|
"libwebkit2gtk-4.0.dylib"))
|
||||||
(:unix (:or "libwebkit2gtk-4.1.so"
|
(:unix (:or
|
||||||
|
"libwebkit2gtk-4.1.so"
|
||||||
- "libwebkit2gtk-4.0.so"
|
- "libwebkit2gtk-4.0.so"
|
||||||
;; Fedora only has this one?
|
;; Fedora only has this one?
|
||||||
- "libwebkit2gtk-4.0.so.37")))
|
- "libwebkit2gtk-4.0.so.37")))
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'nyxt'
|
# Template file for 'nyxt'
|
||||||
pkgname=nyxt
|
pkgname=nyxt
|
||||||
version=2.2.4
|
version=3.2.0
|
||||||
revision=3
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=all
|
make_build_target=all
|
||||||
hostmakedepends="sbcl git"
|
hostmakedepends="sbcl git pkg-config"
|
||||||
makedepends="webkit2gtk libfixposix-devel libgirepository"
|
makedepends="webkit2gtk libfixposix-devel libgirepository"
|
||||||
depends="dbus xclip enchant2 webkit2gtk libfixposix libgirepository"
|
depends="dbus xclip enchant2 webkit2gtk libfixposix libgirepository"
|
||||||
short_desc="Keyboard-oriented, extensible web-browser"
|
short_desc="Keyboard-oriented, extensible web-browser"
|
||||||
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://nyxt.atlas.engineer/"
|
homepage="https://nyxt.atlas.engineer/"
|
||||||
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
|
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
|
||||||
checksum=04f740f8405044cc89920d41d340d6d137e1d4f7be098d4813d1523f73d725a9
|
checksum=3e7a2812563ea3f2fe0c039db0d693a4de99d22cef1b0dec09173d1b7fbaf691
|
||||||
# Disable check because ASDF/USER::PROVE is not installed
|
# Disable check because ASDF/USER::PROVE is not installed
|
||||||
make_check=no
|
make_check=no
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue