-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Template file for 'librewolf' | ||
pkgname=librewolf | ||
version=128.0.3 | ||
revision=2 | ||
_rev=2 | ||
version=129.0 | ||
revision=1 | ||
_rev=1 | ||
wrksrc=${pkgname}-${version}-${_rev} | ||
build_helper="rust" | ||
short_desc="LibreWolf web browser" | ||
maintainer="index <[email protected]>" | ||
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" | ||
homepage="https://librewolf.net/" | ||
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz" | ||
checksum=df1033b7d825da65e1892f599e65525e8d138374f75c5ebb76ee13ab818b4020 | ||
checksum=ff03845699e62aa68f31fb7b17193636e9e8a63dd824011f3d84059574c9b09d | ||
|
||
lib32disabled=yes | ||
|
||
hostmakedepends="autoconf213 unzip zip pkg-config perl python3.11 yasm rust | ||
hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm rust | ||
cargo llvm18 clang18 lld18 nodejs cbindgen nasm which tar" | ||
makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel | ||
pixman-devel libevent-devel libnotify-devel libvpx-devel libwebp-devel | ||
|
@@ -60,8 +60,6 @@ post_patch() { | |
} | ||
|
||
do_build() { | ||
ln -s "/usr/bin/python3.11" "${XBPS_WRAPPERDIR}/python3" | ||
|
||
export CC=clang | ||
export CXX=clang++ | ||
|
||
|