mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-25 20:24:14 +00:00
chore: update firedragon
This commit was automatically generated to reflect changes to this package in another repository. Unfortunately, due to a misconfiguration, the URL of the source repository is not available.
This commit is contained in:
parent
e39f3ac66f
commit
428ba83958
18
.SRCINFO
18
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Floorp fork build using custom branding & settings
|
||||
pkgver = 11.11.2
|
||||
pkgver = 11.12.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = http://dr460nf1r3.org
|
||||
@ -67,17 +67,17 @@ pkgbase = firedragon
|
||||
options = !strip
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.11.2.tar.gz
|
||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=09cc05ed3a469f71aaf4ada1b5a08acd08f99af8
|
||||
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=b1cfac382d73f99251cf3e7076cc90e4612572f6
|
||||
source = floorp-private::git+https://github.com/floorp-Projects/Floorp-private-components#commit=69519e444dbb05118e512c1e23a456520004b700
|
||||
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.12.0.tar.gz
|
||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=c54e98bdcb80c3dd9e10fe668d9f1b052ac23e62
|
||||
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=b7a652ebf828e1c695a19903a568505d818463d2
|
||||
source = floorp-private::git+https://github.com/floorp-Projects/Floorp-private-components#commit=fd03f5cc34377591f63a293e82f0b5eb55a8c5fc
|
||||
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
|
||||
sha256sums = 18250e72d551e81ec34c7206c58c3026a465d5cdc780eb10cdc3ea050b2ff824
|
||||
sha256sums = ac1824366321e33651b0a388d3fd9ca82709361f9291664d16890e37630f33cb
|
||||
sha256sums = 86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f
|
||||
sha256sums = 9fd6541b7f8d1b212db18a71a501727d707ff11b9a995300579d3f6f92114eeb
|
||||
sha256sums = 4d1c6b6c69b139e90f2ae6b192f2774f7525eaca265fcb58247a8c0a20a18ae5
|
||||
sha256sums = 04659d794809a3e2dcb13e051b8752ddf322364f552d389e9ece28f9285fabab
|
||||
sha256sums = 5f9a31c9a7166328ac364b9172e3b40bff822f142976fa009de5ada65a7dd938
|
||||
sha256sums = 58d690b35080a70d99a665c7fb8db0d6dfc229a37bdea7ff2111c922687141c7
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||
|
46
PKGBUILD
46
PKGBUILD
@ -9,16 +9,16 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=11.11.2
|
||||
_floorp_core_commit="09cc05ed3a469f71aaf4ada1b5a08acd08f99af8"
|
||||
_floorp_l10n_commit="b1cfac382d73f99251cf3e7076cc90e4612572f6"
|
||||
_floorp_private_commit="69519e444dbb05118e512c1e23a456520004b700"
|
||||
pkgver=11.12.0
|
||||
_floorp_core_commit="c54e98bdcb80c3dd9e10fe668d9f1b052ac23e62"
|
||||
_floorp_l10n_commit="b7a652ebf828e1c695a19903a568505d818463d2"
|
||||
_floorp_private_commit="fd03f5cc34377591f63a293e82f0b5eb55a8c5fc"
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Floorp fork build using custom branding & settings"
|
||||
url='http://dr460nf1r3.org'
|
||||
pkgdesc="Floorp fork build using custom branding and settings"
|
||||
url='https://garudalinux.org'
|
||||
arch=('x86_64')
|
||||
license=('MPL2')
|
||||
license=('MPL2' 'Floorp Shared Source License')
|
||||
depends=(dbus
|
||||
dbus-glib
|
||||
ffmpeg
|
||||
@ -84,10 +84,10 @@ source=(https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v"${pkgver}"
|
||||
"common::git+https://gitlab.com/garuda-linux/firedragon/common.git"
|
||||
"settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git"
|
||||
"${pkgname}.desktop")
|
||||
sha256sums=('18250e72d551e81ec34c7206c58c3026a465d5cdc780eb10cdc3ea050b2ff824'
|
||||
'ac1824366321e33651b0a388d3fd9ca82709361f9291664d16890e37630f33cb'
|
||||
'86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f'
|
||||
'9fd6541b7f8d1b212db18a71a501727d707ff11b9a995300579d3f6f92114eeb'
|
||||
sha256sums=('4d1c6b6c69b139e90f2ae6b192f2774f7525eaca265fcb58247a8c0a20a18ae5'
|
||||
'04659d794809a3e2dcb13e051b8752ddf322364f552d389e9ece28f9285fabab'
|
||||
'5f9a31c9a7166328ac364b9172e3b40bff822f142976fa009de5ada65a7dd938'
|
||||
'58d690b35080a70d99a665c7fb8db0d6dfc229a37bdea7ff2111c922687141c7'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
||||
@ -113,7 +113,7 @@ prepare() {
|
||||
mkdir "${srcdir}/mozbuild"
|
||||
|
||||
cd Floorp-"${pkgver}" || exit
|
||||
cat >../mozconfig <<END
|
||||
cat > ../mozconfig << END
|
||||
ac_add_options --with-app-basename=${_pkgname}
|
||||
ac_add_options --with-app-name=${pkgname}
|
||||
ac_add_options --with-branding=browser/branding/firedragon
|
||||
@ -234,7 +234,7 @@ END
|
||||
cp "${_patches_dir}/pref-pane/firedragon.css" browser/themes/shared/preferences/firedragon.css
|
||||
cp "${_patches_dir}/pref-pane/firedragon.inc.xhtml" browser/components/preferences/firedragon.inc.xhtml
|
||||
cp "${_patches_dir}/pref-pane/firedragon.js" browser/components/preferences/firedragon.js
|
||||
cat <"${_patches_dir}/pref-pane/preferences.ftl" >>browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
cat < "${_patches_dir}/pref-pane/preferences.ftl" >> browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
|
||||
# Update privacy preferences -- DISABLED to test UI changes and allow user to easily change the setting
|
||||
# _patch "${_patches_dir}"/custom/privacy-preferences.patch
|
||||
@ -283,8 +283,8 @@ build() {
|
||||
# Make new profile
|
||||
if [[ "${_build_pgo_reuse::1}" != "t" ]] || [[ ! -s merged.profdata ]]; then
|
||||
echo "Building instrumented browser..."
|
||||
cat >.mozconfig ../mozconfig
|
||||
echo >>.mozconfig "ac_add_options --enable-profile-generate=cross"
|
||||
cat > .mozconfig ../mozconfig
|
||||
echo >> .mozconfig "ac_add_options --enable-profile-generate=cross"
|
||||
./mach build
|
||||
|
||||
echo "Profiling instrumented browser..."
|
||||
@ -310,12 +310,12 @@ build() {
|
||||
fi
|
||||
|
||||
echo "Building optimized browser..."
|
||||
cat >.mozconfig ../mozconfig
|
||||
cat > .mozconfig ../mozconfig
|
||||
|
||||
if [[ -s merged.profdata ]]; then
|
||||
stat -c "Profile data found (%s bytes)" merged.profdata
|
||||
echo >>.mozconfig "ac_add_options --enable-profile-use=cross"
|
||||
echo >>.mozconfig "ac_add_options --with-pgo-profile-path='${PWD@Q}/merged.profdata'"
|
||||
echo >> .mozconfig "ac_add_options --enable-profile-use=cross"
|
||||
echo >> .mozconfig "ac_add_options --with-pgo-profile-path='${PWD@Q}/merged.profdata'"
|
||||
|
||||
# save profdata for reuse
|
||||
cp --reflink=auto -f merged.profdata "$_old_profdata"
|
||||
@ -325,7 +325,7 @@ build() {
|
||||
|
||||
if [[ -s jarlog ]]; then
|
||||
stat -c "Jar log found (%s bytes)" jarlog
|
||||
echo >>.mozconfig "ac_add_options --with-pgo-jarlog='${PWD@Q}/jarlog'"
|
||||
echo >> .mozconfig "ac_add_options --with-pgo-jarlog='${PWD@Q}/jarlog'"
|
||||
|
||||
# save jarlog for reuse
|
||||
cp --reflink=auto -f jarlog "$_old_jarlog"
|
||||
@ -336,7 +336,7 @@ build() {
|
||||
./mach build
|
||||
else
|
||||
echo "Building browser..."
|
||||
cat >.mozconfig ../mozconfig
|
||||
cat > .mozconfig ../mozconfig
|
||||
./mach build
|
||||
fi
|
||||
|
||||
@ -352,7 +352,7 @@ package() {
|
||||
rm "${pkgdir}/usr/lib/${pkgname}/pingsender"
|
||||
|
||||
local vendorjs="${pkgdir}/usr/lib/${pkgname}/browser/defaults/preferences/vendor.js"
|
||||
install -Dvm644 /dev/stdin "${vendorjs}" <<END
|
||||
install -Dvm644 /dev/stdin "${vendorjs}" << END
|
||||
// Use LANG environment variable to choose locale
|
||||
pref("intl.locale.requested", "");
|
||||
|
||||
@ -370,7 +370,7 @@ pref("browser.gnome-search-provider.enabled", true);
|
||||
END
|
||||
|
||||
local distini="${pkgdir}/usr/lib/${pkgname}/distribution/distribution.ini"
|
||||
install -Dvm644 /dev/stdin "${distini}" <<END
|
||||
install -Dvm644 /dev/stdin "${distini}" << END
|
||||
[Global]
|
||||
id=${pkgname}
|
||||
version=${pkgver}-${pkgrel}
|
||||
@ -393,7 +393,7 @@ END
|
||||
|
||||
# GNOME search provider
|
||||
local sprovider="$pkgdir/usr/share/gnome-shell/search-providers/$pkgname.search-provider.ini"
|
||||
install -Dvm644 /dev/stdin "$sprovider" <<END
|
||||
install -Dvm644 /dev/stdin "$sprovider" << END
|
||||
[Shell Search Provider]
|
||||
DesktopId=$pkgname.desktop
|
||||
BusName=org.mozilla.${pkgname//-/}.SearchProvider
|
||||
|
Loading…
Reference in New Issue
Block a user