1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00

Add firejail & psd profiles

This commit is contained in:
dr460nf1r3 2021-03-03 15:49:57 +01:00
parent 5ea41c15f4
commit 16fb36fb51
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled. pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled.
pkgver = 88.0a1.r636493+ pkgver = 88.0a1.r636925+
pkgrel = 1 pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/ url = https://gitlab.com/dr460nf1r3/settings/
arch = x86_64 arch = x86_64

View File

@ -9,7 +9,7 @@
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=88.0a1.r636493+ pkgver=88.0a1.r636925+
pkgrel=1 pkgrel=1
pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled." pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled."
arch=(x86_64 aarch64) arch=(x86_64 aarch64)
@ -102,7 +102,7 @@ export RANLIB=llvm-ranlib
ac_add_options --enable-update-channel=nightly ac_add_options --enable-update-channel=nightly
ac_add_options --with-app-name=${pkgname} ac_add_options --with-app-name=${pkgname}
ac_add_options --with-app-basename='${_pkgname}' ac_add_options --with-app-basename='${_pkgname}'
ac_add_options --with-branding=browser/branding/firedragon ac_add_options --with-branding=browser/branding/${pkgname}
ac_add_options --with-distribution-id=org.garudalinux ac_add_options --with-distribution-id=org.garudalinux
ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload ac_add_options --allow-addon-sideload
@ -293,6 +293,10 @@ package() {
cd mozilla-unified cd mozilla-unified
DESTDIR="$pkgdir" ./mach install DESTDIR="$pkgdir" ./mach install
install -Dvm644 "$srcdir/settings/$pkgname.profile" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname.profile"
install -Dvm644 "$srcdir/settings/$pkgname-common.profile" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname-common.profile"
install -Dvm644 "$srcdir/settings/$pkgname.psd" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname.psd"
_vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js" _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
install -Dm644 /dev/stdin "$_vendorjs" <<END install -Dm644 /dev/stdin "$_vendorjs" <<END