mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-25 20:24:14 +00:00
Update v100! Party time
This commit is contained in:
parent
b414be72bf
commit
60789826e1
10
.SRCINFO
10
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 99.0.1
|
||||
pkgrel = 2
|
||||
pkgver = 100.0
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
@ -42,7 +42,7 @@ pkgbase = firedragon
|
||||
depends = libxt
|
||||
depends = mime-types
|
||||
depends = dbus-glib
|
||||
depends = ffmpeg4.4
|
||||
depends = ffmpeg
|
||||
depends = nss
|
||||
depends = ttf-font
|
||||
depends = libpulse
|
||||
@ -75,11 +75,11 @@ pkgbase = firedragon
|
||||
options = !debug
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/99.0.1/source/firefox-99.0.1.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/100.0/source/firefox-100.0.source.tar.xz
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
sha256sums = 76d22279ce99588a728bb2d034064be0d5918b5900631f2148d4565b8a72e00b
|
||||
sha256sums = 664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -4,8 +4,8 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=99.0.1
|
||||
pkgrel=2
|
||||
pkgver=100.0
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3)
|
||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||
@ -40,7 +40,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
|
||||
"git+https://gitlab.com/dr460nf1r3/common.git"
|
||||
"git+https://gitlab.com/dr460nf1r3/settings.git")
|
||||
|
||||
sha256sums=('76d22279ce99588a728bb2d034064be0d5918b5900631f2148d4565b8a72e00b'
|
||||
sha256sums=('664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
@ -70,7 +70,7 @@ prepare() {
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0001-Don-t-use-build-id.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0002-Fortify-sources-properly.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0003-Check-additional-plugins-dir.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0007-Support-sndio-audio-framework.patch
|
||||
#patch -Np1 -i ${_patches_dir}/gentoo/0007-Support-sndio-audio-framework.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0008-bmo-878089-Don-t-fail-when-TERM-is-not-set.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0009-bmo-1516803-Fix-building-sandbox.patch
|
||||
patch -Np1 -i ${_patches_dir}/gentoo/0019-bmo-1516081-Disable-watchdog-during-PGO-builds.patch
|
||||
@ -156,6 +156,7 @@ prepare() {
|
||||
# Pref pane - custom FireDragon svg
|
||||
patch -Np1 -i ${_patches_dir}/librewolf/librewolf-pref-pane.patch
|
||||
patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch
|
||||
patch -Np1 -i ${_patches_dir}/librewolf-ui/website-appearance-ui-rfp.patch
|
||||
|
||||
# fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example
|
||||
patch -Np1 -i ${_patches_dir}/librewolf/disable-data-reporting-at-compile-time.patch
|
||||
|
Loading…
Reference in New Issue
Block a user