1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00

Add patch

This commit is contained in:
dr460nf1r3 2022-04-20 15:34:14 +02:00
parent 0ed0eed828
commit b414be72bf
No known key found for this signature in database
GPG Key ID: B5C20B53B5FB19ED

View File

@ -12,7 +12,7 @@ backup=('usr/lib/firedragon/firedragon.cfg'
'usr/lib/firedragon/distribution/policies.json') 'usr/lib/firedragon/distribution/policies.json')
license=(MPL GPL LGPL) license=(MPL GPL LGPL)
url="https://gitlab.com/dr460nf1r3/settings/" url="https://gitlab.com/dr460nf1r3/settings/"
depends=(gtk3 libxt mime-types dbus-glib ffmpeg4.4 nss ttf-font libpulse depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse
aom harfbuzz libvpx libjpeg zlib icu libevent pipewire aom harfbuzz libvpx libjpeg zlib icu libevent pipewire
kfiredragonhelper) kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils makedepends=(unzip zip diffutils yasm mesa imake inetutils
@ -88,6 +88,7 @@ prepare() {
patch -Np1 -i ${_patches_dir}/gentoo/0030-bgo-816975-fix-build-on-x86.patch patch -Np1 -i ${_patches_dir}/gentoo/0030-bgo-816975-fix-build-on-x86.patch
patch -Np1 -i ${_patches_dir}/gentoo/0031-bgo-831903-pip-dont-fail-with-optional-deps.patch patch -Np1 -i ${_patches_dir}/gentoo/0031-bgo-831903-pip-dont-fail-with-optional-deps.patch
patch -Np1 -i ${_patches_dir}/gentoo/0032-skip-pip-check.patch patch -Np1 -i ${_patches_dir}/gentoo/0032-skip-pip-check.patch
patch -Np1 -i ${_patches_dir}/gentoo/0033-bmo-1559213-fix-system-av1-libs.patch
# Use more system libs # Use more system libs
echo "---- Patching for system libs" echo "---- Patching for system libs"
@ -195,8 +196,8 @@ export MOZ_ADDON_SIGNING=1
export MOZ_APP_REMOTINGNAME=${pkgname} export MOZ_APP_REMOTINGNAME=${pkgname}
# System libraries # System libraries
#ac_add_options --with-system-av1 ac_add_options --with-system-av1
#ac_add_options --with-system-graphite2 ac_add_options --with-system-graphite2
ac_add_options --with-system-harfbuzz ac_add_options --with-system-harfbuzz
ac_add_options --with-system-icu ac_add_options --with-system-icu
ac_add_options --with-system-jpeg ac_add_options --with-system-jpeg