Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nyxt: update to 2.2.2 #33871

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions srcpkgs/nyxt/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'nyxt'
pkgname=nyxt
version=2.0.0
revision=2
wrksrc=nyxt
version=2.2.2
revision=1
wrksrc=.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

=> nyxt-2.2.2_1: cleaning build directory...
rm: refusing to remove '.' or '..' directory: skipping '/builddir/.'

Set create_wrksrc instead.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So instead of having wrksrc=. or wrksrc=nyxt only have create_wrksrc=nyxt?

build_style=gnu-makefile
make_build_target=all
hostmakedepends="sbcl git"
Expand All @@ -12,8 +12,8 @@ short_desc="Keyboard-oriented, extensible web-browser"
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
license="BSD-3-Clause"
homepage="https://nyxt.atlas.engineer/"
distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz"
checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/nyxt-${version}-source-with-submodules.tar.xz"
checksum=22cc8489e128b8695fbdf6796509c891bde630a73fd530c7582580adb3903773
# Disable check because ASDF/USER::PROVE is not installed
make_check=no
nostrip=yes
Expand All @@ -25,7 +25,6 @@ do_install() {
vlicense licenses/ASSET-LICENSE
vlicense licenses/SOURCE-LICENSE
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave that line in.

next_package() {
depends="nyxt"
short_desc+=" (transitional dummy package)"
Expand Down