1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-25 20:24:14 +00:00
This commit is contained in:
dr460nf1r3 2022-10-01 11:49:33 +02:00
parent f6f34d9b69
commit c567b17cce
No known key found for this signature in database
GPG Key ID: CB0F39958FA44FA8
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = firedragon
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
pkgver = 105.0.1
pkgrel = 1
pkgrel = 2
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
arch = x86_64

View File

@ -5,7 +5,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=105.0.1
pkgrel=1
pkgrel=2
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'
@ -79,9 +79,9 @@ prepare() {
local _cachyos_patches_dir
_cachyos_patches_dir="${srcdir}/cachyos-source/patches"
sed -i 's/lib\/librewolf/lib\/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
sed -i 's/lib64\/librewolf/lib64\/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
sed -i 's/librewolf/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
#sed -i 's/lib\/librewolf/lib\/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
#sed -i 's/lib64\/librewolf/lib64\/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
#sed -i 's/librewolf/firedragon/g' "${_librewolf_patches_dir}/mozilla_dirs.patch"
# Prepare patches, then return to the source directory
pushd "${_patches_dir}" && sh "${srcdir}/common/rebrand.sh"