mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-25 20:24:14 +00:00
Update 105
This commit is contained in:
parent
835709c661
commit
fdc14ca7a0
10
.SRCINFO
10
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 104.0.2
|
||||
pkgrel = 2
|
||||
pkgver = 105.0
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
@ -65,8 +65,8 @@ pkgbase = firedragon
|
||||
options = !debug
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/104.0.2/source/firefox-104.0.2.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/104.0.2/source/firefox-104.0.2.source.tar.xz.asc
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/105.0/source/firefox-105.0.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/105.0/source/firefox-105.0.source.tar.xz.asc
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
@ -74,7 +74,7 @@ pkgbase = firedragon
|
||||
source = librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git
|
||||
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
sha256sums = 72bba06f04e7745f6b02951906413eb1c15a7e253e06e373302162c6219f286a
|
||||
sha256sums = 2b5becbb89aa2b2007ba8c86ad517aeae1b54904d007d9d3acbf054be6a0ed62
|
||||
sha256sums = SKIP
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
|
13
PKGBUILD
13
PKGBUILD
@ -4,8 +4,8 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=104.0.2
|
||||
pkgrel=2
|
||||
pkgver=105.0
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3 aarch64)
|
||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||
@ -39,7 +39,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
|
||||
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
|
||||
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
|
||||
# source_aarch64=()
|
||||
sha256sums=('72bba06f04e7745f6b02951906413eb1c15a7e253e06e373302162c6219f286a'
|
||||
sha256sums=('2b5becbb89aa2b2007ba8c86ad517aeae1b54904d007d9d3acbf054be6a0ed62'
|
||||
'SKIP'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
@ -183,7 +183,7 @@ fi
|
||||
|
||||
# LibreWolf
|
||||
# Remove some pre-installed addons that might be questionable
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
|
||||
# patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
|
||||
|
||||
# Debian patch to enable global menubar
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/unity-menubar.patch
|
||||
@ -224,7 +224,7 @@ fi
|
||||
# UI patches
|
||||
# Remove references to firefox from the settings UI, change text in some of the links,
|
||||
# explain that we force en-US and suggest enabling history near the session restore checkbox.
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/pref-naming.patch
|
||||
# patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/pref-naming.patch
|
||||
|
||||
# Remap help links
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/remap-links.patch
|
||||
@ -236,7 +236,7 @@ fi
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/lw-logo-devtools.patch
|
||||
|
||||
# Update privacy preferences
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/privacy-preferences.patch
|
||||
# patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/privacy-preferences.patch
|
||||
|
||||
# Remove firefox references in the urlbar, when suggesting opened tabs.
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/remove-branding-urlbar.patch
|
||||
@ -274,7 +274,6 @@ fi
|
||||
|
||||
# Needed build fix
|
||||
patch -Np1 -i "${_cachyos_patches_dir}"/zstandard-0.18.0.patch
|
||||
patch -Np1 -i "${_patches_dir}"/custom/glibc236.patch
|
||||
|
||||
rm -f "${srcdir}"/common/source_files/mozconfig
|
||||
cp -r "${srcdir}"/common/source_files/* ./
|
||||
|
Loading…
Reference in New Issue
Block a user