Add back menubar patch
This commit is contained in:
parent
628a2b0cd9
commit
2a02e40839
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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 = 92.0
|
pkgver = 92.0
|
||||||
pkgrel = 1
|
pkgrel = 3
|
||||||
url = https://gitlab.com/dr460nf1r3/settings/
|
url = https://gitlab.com/dr460nf1r3/settings/
|
||||||
install = firedragon.install
|
install = firedragon.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
_pkgname=FireDragon
|
_pkgname=FireDragon
|
||||||
pkgver=92.0
|
pkgver=92.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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)
|
||||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||||
|
@ -91,7 +91,7 @@ prepare() {
|
||||||
patch -Np1 -i ${_patches_dir}/librewolf/megabar.patch
|
patch -Np1 -i ${_patches_dir}/librewolf/megabar.patch
|
||||||
|
|
||||||
# Debian patch to enable global menubar
|
# Debian patch to enable global menubar
|
||||||
# patch -Np1 -i ${_patches_dir}/librewolf/unity-menubar.patch
|
patch -Np1 -i ${_patches_dir}/librewolf/unity-menubar.patch
|
||||||
|
|
||||||
# Disabling Pocket
|
# Disabling Pocket
|
||||||
patch -Np1 -i ${_patches_dir}/sed-patches/disable-pocket.patch
|
patch -Np1 -i ${_patches_dir}/sed-patches/disable-pocket.patch
|
||||||
|
@ -113,7 +113,7 @@ prepare() {
|
||||||
patch -Np1 -i ${_patches_dir}/sed-patches/stop-undesired-requests.patch
|
patch -Np1 -i ${_patches_dir}/sed-patches/stop-undesired-requests.patch
|
||||||
|
|
||||||
# Needed patch to have build working
|
# Needed patch to have build working
|
||||||
# patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch
|
patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch
|
||||||
|
|
||||||
cat >../mozconfig <<END
|
cat >../mozconfig <<END
|
||||||
ac_add_options --enable-application=browser
|
ac_add_options --enable-application=browser
|
||||||
|
|
Loading…
Reference in a new issue