Skip to content

Commit f5e2aac

Browse files
committed
librewolf: update to 141.0-1.
1 parent 88390b9 commit f5e2aac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

srcpkgs/librewolf/template

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'librewolf'
22
pkgname=librewolf
3-
version=140.0.2
3+
version=141.0
44
revision=1
55
_rev=1
66
wrksrc=${pkgname}-${version}-${_rev}
@@ -10,12 +10,12 @@ maintainer="index <index@mailbox.org>"
1010
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
1111
homepage="https://librewolf.net/"
1212
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13-
checksum=8babfb102108305eaed98c49c7f97390b204b66f318ee437f41ae5b92e3f5053
13+
checksum=59bbd2e298e56c96dd8879df2b2220d385f40d9e49d7aa843f036e9bdff61e1f
1414

1515
lib32disabled=yes
1616

1717
_llvmver=19
18-
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust
18+
hostmakedepends="unzip zip pkg-config perl python3 yasm rust
1919
cargo llvm${_llvmver} clang${_llvmver} lld${_llvmver} nodejs cbindgen nasm which
2020
tar xz $(vopt_if pgo 'xvfb-run dbus mesa-dri vulkan-loader pciutils')
2121
$(vopt_if wasi wasi-sdk)"
@@ -138,6 +138,7 @@ do_build() {
138138
ac_add_options --host=${XBPS_TRIPLET}
139139
ac_add_options --target=${XBPS_CROSS_TRIPLET:-${XBPS_TRIPLET}}
140140
ac_add_options --enable-linker=$(vopt_if clang lld bfd)
141+
ac_add_options --disable-bootstrap
141142
$(vopt_if lto 'ac_add_options --enable-lto=cross')
142143
$(vopt_if clang 'ac_add_options --with-libclang-path=/usr/lib')
143144

@@ -146,6 +147,8 @@ do_build() {
146147
ac_add_options --enable-hardening
147148
ac_add_options --enable-optimize="\${CFLAGS}"
148149
ac_add_options --enable-path-remapping=c,rust
150+
ac_add_options --enable-packed-relative-relocs
151+
ac_add_options --disable-cargo-incremental
149152
ac_add_options --disable-tests
150153
ac_add_options --disable-crashreporter
151154
ac_add_options --disable-updater

0 commit comments

Comments
 (0)