mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Update
This commit is contained in:
parent
7500030941
commit
d153ca8f14
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = firedragon
|
pkgbase = firedragon
|
||||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||||
pkgver = 104.0.1
|
pkgver = 104.0.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/dr460nf1r3/settings/
|
url = https://gitlab.com/dr460nf1r3/settings/
|
||||||
install = firedragon.install
|
install = firedragon.install
|
||||||
@ -65,8 +65,8 @@ pkgbase = firedragon
|
|||||||
options = !debug
|
options = !debug
|
||||||
backup = usr/lib/firedragon/firedragon.cfg
|
backup = usr/lib/firedragon/firedragon.cfg
|
||||||
backup = usr/lib/firedragon/distribution/policies.json
|
backup = usr/lib/firedragon/distribution/policies.json
|
||||||
source = https://archive.mozilla.org/pub/firefox/releases/104.0.1/source/firefox-104.0.1.source.tar.xz
|
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.1/source/firefox-104.0.1.source.tar.xz.asc
|
source = https://archive.mozilla.org/pub/firefox/releases/104.0.2/source/firefox-104.0.2.source.tar.xz.asc
|
||||||
source = firedragon.desktop
|
source = firedragon.desktop
|
||||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||||
source = git+https://gitlab.com/dr460nf1r3/settings.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 = librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git
|
||||||
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
||||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||||
sha256sums = f23f4198bd9ba1bbb7420a622080301adb924fafbd6d83b00b1e6cc687e75f4e
|
sha256sums = 72bba06f04e7745f6b02951906413eb1c15a7e253e06e373302162c6219f286a
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
_pkgname=FireDragon
|
_pkgname=FireDragon
|
||||||
pkgver=104.0.1
|
pkgver=104.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||||
arch=(x86_64 x86_64_v3 aarch64)
|
arch=(x86_64 x86_64_v3 aarch64)
|
||||||
@ -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"
|
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
|
||||||
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
|
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
|
||||||
# source_aarch64=()
|
# source_aarch64=()
|
||||||
sha256sums=('f23f4198bd9ba1bbb7420a622080301adb924fafbd6d83b00b1e6cc687e75f4e'
|
sha256sums=('72bba06f04e7745f6b02951906413eb1c15a7e253e06e373302162c6219f286a'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
@ -186,10 +186,10 @@ fi
|
|||||||
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
|
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
|
||||||
|
|
||||||
# Debian patch to enable global menubar
|
# Debian patch to enable global menubar
|
||||||
patch -Np1 -i "${_librewolf_patches_dir}"/unity-menubar.patch
|
# patch -Np1 -i "${_librewolf_patches_dir}"/unity-menubar.patch
|
||||||
|
|
||||||
# KDE menu
|
# KDE menu
|
||||||
patch -Np1 -i "${_librewolf_patches_dir}"/mozilla-kde_after_unity.patch
|
# patch -Np1 -i "${_librewolf_patches_dir}"/mozilla-kde_after_unity.patch
|
||||||
patch -Np1 -i "${_cachyos_patches_dir}"/kde/mozilla-nongnome-proxies.patch
|
patch -Np1 -i "${_cachyos_patches_dir}"/kde/mozilla-nongnome-proxies.patch
|
||||||
|
|
||||||
# Disabling Pocket
|
# Disabling Pocket
|
||||||
|
Loading…
Reference in New Issue
Block a user