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