firefox-bin 136.0-2
This commit is contained in:
parent
d0807b18f5
commit
eafd0ed26c
@ -1,6 +1,7 @@
|
||||
name='firefox-bin'
|
||||
version='136.0'
|
||||
release='1'
|
||||
version='136.0.0'
|
||||
ver='136.0'
|
||||
release='2'
|
||||
desc='Fast, Private & Safe Web Browser.'
|
||||
homepage='https://www.mozilla.org/firefox/'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -39,8 +40,7 @@ opt_deps_debian=('ffmpeg: H264/AAC/MP3 decoding'
|
||||
'hunspell-ru: Spell checking, Russian'
|
||||
)
|
||||
|
||||
|
||||
sources=("https://download.mozilla.org/?product=firefox-${version}&os=linux64&lang=ru")
|
||||
sources=("https://download.mozilla.org/?product=firefox-${ver}&os=linux64&lang=ru")
|
||||
checksums=('SKIP')
|
||||
|
||||
options=(!strip)
|
||||
@ -68,12 +68,9 @@ package() {
|
||||
"$pkgdir"/usr/share/icons/hicolor/$i/apps/firefox.png
|
||||
done
|
||||
|
||||
# Use system-provided dictionaries
|
||||
#rm -r "$pkgdir"/opt/firefox/dictionaries
|
||||
# Configure dictionaries and certificates
|
||||
ln -Ts /usr/share/hunspell "$pkgdir"/opt/$name/dictionaries
|
||||
ln -Ts /usr/share/hyphen "$pkgdir"/opt/$name/hyphenation
|
||||
|
||||
# Use system certificates
|
||||
ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$name/libnssckbi.so
|
||||
|
||||
# Disable update checks
|
||||
|
Loading…
Reference in New Issue
Block a user