temporarily disable custom config/patches during build

Some changes should be discussed before being integrated in the main
LibreWolf releases, so they're disabled for the time being.
This commit is contained in:
ohfp 2020-03-06 21:38:26 +01:00
parent 722e3b6849
commit f3827e41d9

View file

@ -22,7 +22,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'speech-dispatcher: Text-to-Speech' 'speech-dispatcher: Text-to-Speech'
'hunspell-en_US: Spell checking, American English') 'hunspell-en_US: Spell checking, American English')
options=(!emptydirs !makeflags !strip) options=(!emptydirs !makeflags !strip)
install='librewolf.install' # install='librewolf.install'
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
$pkgname.desktop $pkgname.desktop
$pkgname.cfg.patch $pkgname.cfg.patch
@ -59,10 +59,10 @@ prepare() {
# uncomment it if you are OK with a slight potential decrease in privacy, # uncomment it if you are OK with a slight potential decrease in privacy,
# or even better: check what I'm doing there. # or even better: check what I'm doing there.
cd ${srcdir}/settings # cd ${srcdir}/settings
patch -Np1 -i ${srcdir}/${pkgname}.cfg.patch # patch -Np1 -i ${srcdir}/${pkgname}.cfg.patch
rm -f librewolf.cfg.orig # rm -f librewolf.cfg.orig
cd ${srcdir}/firefox-$pkgver # cd ${srcdir}/firefox-$pkgver
cat >../mozconfig <<END cat >../mozconfig <<END
ac_add_options --enable-application=browser ac_add_options --enable-application=browser