forked from AUR/firedragon
Add firejail & psd profiles
This commit is contained in:
parent
5ea41c15f4
commit
16fb36fb51
2
.SRCINFO
2
.SRCINFO
@ -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
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user