1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00
This commit is contained in:
dr460nf1r3 2022-10-27 11:29:45 +02:00
parent 0f1ef27149
commit f41e308f27
No known key found for this signature in database
GPG Key ID: CB0F39958FA44FA8

View File

@ -6,7 +6,7 @@
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=106.0.1 pkgver=106.0.2
pkgrel=1 pkgrel=1
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE" pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3 aarch64) arch=(x86_64 x86_64_v3 aarch64)
@ -41,7 +41,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git" "librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git") "cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
# source_aarch64=() # source_aarch64=()
sha256sums=('bdf8184f9aadce4fd9613ec63525a96891e2e9dbbef9e4f72193038450a7fd35' sha256sums=('905738490cd523ef3d17c48aaac65a1dc19294e8932a245d0f7607be38393fe2'
'SKIP' 'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560' '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
'SKIP' 'SKIP'
@ -240,6 +240,11 @@ END
# Faster multilocate # Faster multilocate
patch -Np1 -i "${_librewolf_patches_dir}"/faster-package-multi-locale.patch patch -Np1 -i "${_librewolf_patches_dir}"/faster-package-multi-locale.patch
# https://bugs.archlinux.org/task/76231
# https://bugzilla.mozilla.org/show_bug.cgi?id=1790496
# https://src.fedoraproject.org/rpms/firefox/blob/rawhide/f/libwebrtc-screen-cast-sync.patch
patch -Np1 -i "${_patches_dir}"/custom/libwebrtc-screen-cast-sync.patch
# Pref pane - custom FireDragon svg # Pref pane - custom FireDragon svg
patch -Np1 -i "${_patches_dir}"/custom/librewolf-pref-pane.patch patch -Np1 -i "${_patches_dir}"/custom/librewolf-pref-pane.patch
patch -Np1 -i "${_patches_dir}"/custom/add_firedragon_svg.patch patch -Np1 -i "${_patches_dir}"/custom/add_firedragon_svg.patch
@ -272,7 +277,7 @@ END
else else
cat >.mozconfig ../mozconfig - <<END cat >.mozconfig ../mozconfig - <<END
ac_add_options --enable-profile-generate=cross ac_add_options --enable-profile-generate
END END
fi fi
@ -311,8 +316,8 @@ END
else else
cat >.mozconfig ../mozconfig - <<END cat >.mozconfig ../mozconfig - <<END
ac_add_options --enable-lto=cross ac_add_options --enable-lto
ac_add_options --enable-profile-use=cross ac_add_options --enable-profile-use
ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog
END END