mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix missing file
This commit is contained in:
parent
586a56e3c3
commit
a242bf041b
2 changed files with 7 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = floorp
|
||||
pkgdesc = Firefox-based web browser focused on performance and customizability
|
||||
pkgver = 11.12.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Floorp-Projects/Floorp
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
|
|
@ -18,6 +18,7 @@ pkgbase = floorp
|
|||
makedepends = llvm
|
||||
makedepends = mercurial
|
||||
makedepends = mesa
|
||||
makedepends = mold
|
||||
makedepends = nasm
|
||||
makedepends = nodejs
|
||||
makedepends = python
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
## options
|
||||
: ${_build_pgo:=true}
|
||||
: ${_build_pgo_reuse:=true}
|
||||
: ${_build_pgo_reuse:=try}
|
||||
: ${_build_pgo_xvfb:=false}
|
||||
|
||||
: ${_build_private:=true}
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
_pkgname="floorp"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=11.12.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Firefox-based web browser focused on performance and customizability"
|
||||
url="https://github.com/Floorp-Projects/Floorp"
|
||||
arch=('x86_64')
|
||||
|
|
@ -56,6 +56,7 @@ _main_package() {
|
|||
llvm
|
||||
mercurial
|
||||
mesa
|
||||
mold
|
||||
nasm
|
||||
nodejs
|
||||
python
|
||||
|
|
@ -236,6 +237,7 @@ export STRIP_FLAGS="--strip-debug --strip-unneeded"
|
|||
|
||||
# Optimization
|
||||
ac_add_options --enable-optimize=-O3
|
||||
ac_add_options --enable-linker=mold
|
||||
ac_add_options --enable-lto=cross,full
|
||||
ac_add_options OPT_LEVEL="3"
|
||||
ac_add_options RUSTC_OPT_LEVEL="3"
|
||||
|
|
@ -457,7 +459,7 @@ END
|
|||
|
||||
# license
|
||||
if [[ "${_build_private::1}" == "t" ]] ; then
|
||||
install -Dm644 "$_pkgsrc/floorp/Floorp-private-components/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.components"
|
||||
install -Dm644 "$srcdir/floorp-projects.private-components/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.components"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue