mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-27 05:04:14 +00:00
Still need lld to build successfully
This commit is contained in:
parent
ce505d3e35
commit
7117da13c8
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = firedragon
|
pkgbase = firedragon
|
||||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||||
pkgver = 106.0
|
pkgver = 106.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://gitlab.com/dr460nf1r3/settings/
|
url = https://gitlab.com/dr460nf1r3/settings/
|
||||||
install = firedragon.install
|
install = firedragon.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -32,6 +32,7 @@ pkgbase = firedragon
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = binutils
|
makedepends = binutils
|
||||||
makedepends = dump_syms
|
makedepends = dump_syms
|
||||||
|
makedepends = lld
|
||||||
makedepends = wasi-compiler-rt>13
|
makedepends = wasi-compiler-rt>13
|
||||||
makedepends = wasi-libc>=1:0+258+30094b6
|
makedepends = wasi-libc>=1:0+258+30094b6
|
||||||
makedepends = wasi-libc++>13
|
makedepends = wasi-libc++>13
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
|
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
|
||||||
# Contibutor: Peter Jung <admin@ptr1337.dev>
|
# Contributor: Peter Jung <admin@ptr1337.dev>
|
||||||
# Contributor: vnepogodin
|
# Contributor: vnepogodin
|
||||||
# Contributor: torvic9 AT mailbox DOT org
|
# Contributor: torvic9 AT mailbox DOT org
|
||||||
# Contributor: lsf
|
# Contributor: lsf
|
||||||
@ -7,7 +7,7 @@
|
|||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
_pkgname=FireDragon
|
_pkgname=FireDragon
|
||||||
pkgver=106.0
|
pkgver=106.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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)
|
||||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||||
@ -17,7 +17,7 @@ url=https://gitlab.com/dr460nf1r3/settings/
|
|||||||
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg)
|
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg)
|
||||||
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
|
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
|
||||||
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm mold
|
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm mold
|
||||||
python-setuptools python-zstandard git binutils dump_syms
|
python-setuptools python-zstandard git binutils dump_syms lld
|
||||||
'wasi-compiler-rt>13' 'wasi-libc>=1:0+258+30094b6' 'wasi-libc++>13' 'wasi-libc++abi>13' pciutils) # pciutils: only to avoid some PGO warning
|
'wasi-compiler-rt>13' 'wasi-libc>=1:0+258+30094b6' 'wasi-libc++>13' 'wasi-libc++abi>13' pciutils) # pciutils: only to avoid some PGO warning
|
||||||
optdepends=('firejail-git: Sandboxing the browser using the included profiles'
|
optdepends=('firejail-git: Sandboxing the browser using the included profiles'
|
||||||
'profile-sync-daemon: Load the browser profile into RAM'
|
'profile-sync-daemon: Load the browser profile into RAM'
|
||||||
@ -248,7 +248,6 @@ fi
|
|||||||
cp -r "${srcdir}"/common/source_files/* ./
|
cp -r "${srcdir}"/common/source_files/* ./
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd firefox-"$pkgver"
|
cd firefox-"$pkgver"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user