mirror of
https://aur.archlinux.org/firedragon.git
synced 2025-07-06 04:54:32 +00:00
Reverting PKGBUILD back to 115.0.2
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 116.0.1
|
||||
pkgver = 115.0.2
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
|
89
.SRCINFO.OLD
89
.SRCINFO.OLD
@ -1,89 +0,0 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 115.0.2
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
arch = aarch64
|
||||
license = MPL
|
||||
license = GPL
|
||||
license = LGPL
|
||||
makedepends = unzip
|
||||
makedepends = zip
|
||||
makedepends = diffutils
|
||||
makedepends = yasm
|
||||
makedepends = mesa
|
||||
makedepends = imake
|
||||
makedepends = inetutils
|
||||
makedepends = xorg-server-xvfb
|
||||
makedepends = autoconf2.13
|
||||
makedepends = rust
|
||||
makedepends = clang
|
||||
makedepends = llvm
|
||||
makedepends = jack
|
||||
makedepends = nodejs
|
||||
makedepends = cbindgen
|
||||
makedepends = nasm
|
||||
makedepends = mold
|
||||
makedepends = gawk
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-zstandard
|
||||
makedepends = git
|
||||
makedepends = binutils
|
||||
makedepends = dump_syms
|
||||
makedepends = lld
|
||||
makedepends = libxss
|
||||
makedepends = wasi-compiler-rt>15
|
||||
makedepends = wasi-libc>=1:0+314+a1c7c2c
|
||||
makedepends = wasi-libc++>15
|
||||
makedepends = wasi-libc++abi>15
|
||||
makedepends = pciutils
|
||||
depends = gtk3
|
||||
depends = libxt
|
||||
depends = mime-types
|
||||
depends = dbus-glib
|
||||
depends = nss
|
||||
depends = ttf-font
|
||||
depends = libpulse
|
||||
depends = ffmpeg
|
||||
depends = xdg-desktop-portal
|
||||
optdepends = firejail-git: Sandboxing the browser using the included profiles
|
||||
optdepends = profile-sync-daemon: Load the browser profile into RAM
|
||||
optdepends = whoogle: Searching the web using a locally running Whoogle instance
|
||||
optdepends = searx: Searching the web using a locally running searX instance
|
||||
optdepends = networkmanager: Location detection via available WiFi networks
|
||||
optdepends = libnotify: Notification integration
|
||||
optdepends = pulseaudio: Audio support
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
optdepends = hunspell-en_US: Spell checking, American English
|
||||
optdepends = libappindicator-gtk3: Global menu support for GTK apps
|
||||
optdepends = appmenu-gtk-module-git: Appmenu for GTK only
|
||||
optdepends = plasma5-applets-window-appmenu: Appmenu for Plasma only
|
||||
options = !emptydirs
|
||||
options = !makeflags
|
||||
options = !strip
|
||||
options = !lto
|
||||
options = !debug
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/115.0.2/source/firefox-115.0.2.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/115.0.2/source/firefox-115.0.2.source.tar.xz.asc
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
source = librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git
|
||||
source = librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git
|
||||
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
sha256sums = 6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654
|
||||
sha256sums = SKIP
|
||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = firedragon
|
9
PKGBUILD
9
PKGBUILD
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=116.0.1
|
||||
pkgver=115.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3 aarch64)
|
||||
@ -42,7 +42,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
|
||||
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git"
|
||||
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
|
||||
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
|
||||
sha256sums=('1f6e27954da1102bffa9d60209ab87b050efc0e5f4ef5ed1047352cb01732b50'
|
||||
sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654'
|
||||
'SKIP'
|
||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
|
||||
'SKIP'
|
||||
@ -101,7 +101,7 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||
ac_add_options --disable-bootstrap
|
||||
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
|
||||
ac_add_options --enable-hardening
|
||||
ac_add_options --enable-linker=lld
|
||||
ac_add_options --enable-linker=mold
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-rust-simd
|
||||
ac_add_options --prefix=/usr
|
||||
@ -168,7 +168,7 @@ END
|
||||
|
||||
# Upstream patches from gentoo
|
||||
# PGO improvements
|
||||
patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0023-fix-building-gcc-pgo-and-disable-watchdog-on-pgo-builds.patch
|
||||
patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0013-bmo-1516081-Disable-watchdog-during-PGO-builds.patch
|
||||
|
||||
# Remove some pre-installed addons that might be questionable
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
|
||||
@ -401,3 +401,4 @@ END
|
||||
rm "$pkgdir/usr/lib/firedragon/tabliss.json"
|
||||
rm "$pkgdir/usr/lib/firedragon/yarn.lock"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user