diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-01 17:10:34 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-01 17:10:34 +0200 |
commit | 5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a (patch) | |
tree | 860eed013b480d46ebeb82c77e8e4e612e9dc381 /PKGBUILD | |
parent | clarify webrtc usage (diff) | |
download | librewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.tar.gz librewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.tar.bz2 librewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.zip |
small release: webrtc unlocked (but still disabled)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -7,7 +7,7 @@ pkgname=librewolf _pkgname=LibreWolf # how to get ci vars instead? pkgver=74.0 -pkgrel=4 +pkgrel=5 pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom." arch=(x86_64 aarch64) license=(MPL GPL LGPL) @@ -202,8 +202,6 @@ ac_add_options --enable-lto ac_add_options --enable-profile-use ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog -# seems to break on arm -# ac_add_options --enable-linker=gold END else @@ -228,9 +226,6 @@ package() { cd firefox-$pkgver DESTDIR="$pkgdir" ./mach install - # also create regular tarball for non-distro-specific packaging - ./mach package - local vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js" install -Dvm644 /dev/stdin "$vendorjs" <<END |