mirror of
https://aur.archlinux.org/firedragon.git
synced 2025-07-06 04:54:32 +00:00
Major version update - Floorp-based PKGBUILD 11.9.0
This commit is contained in:
115
.SRCINFO
115
.SRCINFO
@ -1,89 +1,78 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding & settings
|
||||
pkgver = 119.0
|
||||
pkgrel = 2
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
pkgdesc = Floorp fork build using custom branding & settings
|
||||
pkgver = 11.9.0
|
||||
pkgrel = 1
|
||||
url = http://dr460nf1r3.org
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
arch = aarch64
|
||||
license = MPL
|
||||
license = GPL
|
||||
license = LGPL
|
||||
makedepends = unzip
|
||||
makedepends = zip
|
||||
license = MPL2
|
||||
makedepends = cbindgen
|
||||
makedepends = clang
|
||||
makedepends = diffutils
|
||||
makedepends = yasm
|
||||
makedepends = mesa
|
||||
makedepends = dump_syms
|
||||
makedepends = imagemagick
|
||||
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
|
||||
makedepends = llvm
|
||||
makedepends = mesa
|
||||
makedepends = nasm
|
||||
makedepends = nodejs
|
||||
makedepends = python
|
||||
makedepends = rust
|
||||
makedepends = unzip
|
||||
makedepends = wasi-compiler-rt
|
||||
makedepends = wasi-libc
|
||||
makedepends = wasi-libc++
|
||||
makedepends = wasi-libc++abi
|
||||
makedepends = xorg-server-xvfb
|
||||
makedepends = yasm
|
||||
makedepends = zip
|
||||
depends = dbus
|
||||
depends = dbus-glib
|
||||
depends = ffmpeg
|
||||
depends = gtk3
|
||||
depends = libevent
|
||||
depends = libjpeg
|
||||
depends = libpulse
|
||||
depends = libvpx
|
||||
depends = libwebp
|
||||
depends = libxss
|
||||
depends = libxt
|
||||
depends = mime-types
|
||||
depends = dbus-glib
|
||||
depends = nss
|
||||
depends = pipewire
|
||||
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
|
||||
depends = zlib
|
||||
optdepends = hunspell-dictionary: Spell checking
|
||||
optdepends = libnotify: Notification integration
|
||||
optdepends = networkmanager: Location detection via available WiFi networks
|
||||
optdepends = profile-sync-daemon: Load the browser profile into RAM
|
||||
optdepends = pulseaudio: Audio support
|
||||
optdepends = searx: Searching the web using a locally running searX instance
|
||||
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
|
||||
optdepends = whoogle: Searching the web using a locally running Whoogle instance
|
||||
optdepends = xdg-desktop-portal: Screensharing with Wayland
|
||||
replaces = firedragon-next
|
||||
options = !debug
|
||||
options = !emptydirs
|
||||
options = !lto
|
||||
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/119.0/source/firefox-119.0.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/119.0/source/firefox-119.0.source.tar.xz.asc
|
||||
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.9.0.tar.gz
|
||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=cefaa9a0352456c45be6a917e6664f8ef054a68f
|
||||
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=6915ae0005fdb1684f3b6b0731bdec1a0596f7e8
|
||||
source = common::git+https://gitlab.com/garuda-linux/firedragon/common.git
|
||||
source = settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
source = librewolf-source::git+https://codeberg.org/librewolf/source.git
|
||||
source = librewolf-settings::git+https://codeberg.org/librewolf/settings.git
|
||||
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
sha256sums = f63e44194548f246e1396508800739a24c0517e65e920002a6f67ee099be39dd
|
||||
sha256sums = 11a7b2bfc2582220e0e0f0be90b9575249f52856fe21b55cbce9b72c516d654e
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = firedragon
|
||||
|
Reference in New Issue
Block a user