firefox-bin 143.0.1-2
This commit is contained in:
@@ -1,29 +1,43 @@
|
|||||||
name='firefox-bin'
|
name='firefox-bin'
|
||||||
version='143.0.1'
|
version='143.0.1'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Fast, Private & Safe Web Browser.'
|
desc='Fast, Private & Safe Web Browser.'
|
||||||
desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.'
|
desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.'
|
||||||
homepage='https://www.mozilla.org/firefox/'
|
homepage='https://www.mozilla.org/firefox/'
|
||||||
maintainer='Evgeniy Khramov <xpamych@yandex.ru>'
|
maintainer='Evgeniy Khramov <xpamych@yandex.ru>'
|
||||||
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
architectures=('amd64' '386')
|
architectures=('amd64')
|
||||||
license=('MPL' 'GPL' 'LGPL')
|
license=('MPL' 'GPL' 'LGPL')
|
||||||
provides=('firefox')
|
provides=('firefox')
|
||||||
conflicts=('firefox' 'firefox-git')
|
conflicts=('firefox' 'firefox-git')
|
||||||
|
|
||||||
deps=('gtk3'
|
deps=(
|
||||||
|
'gtk3'
|
||||||
'libXt'
|
'libXt'
|
||||||
'mailcap'
|
'mailcap'
|
||||||
'dbus-glib'
|
'dbus-glib'
|
||||||
'nss'
|
'nss'
|
||||||
)
|
)
|
||||||
|
|
||||||
deps_debian=('libgtk-3-dev'
|
deps_arch=("${deps[@]}")
|
||||||
|
deps_alt=(
|
||||||
|
'gtk3'
|
||||||
|
'libXt'
|
||||||
|
'mailcap'
|
||||||
|
'libdbus-glib'
|
||||||
|
'libnss'
|
||||||
|
)
|
||||||
|
deps_debian=(
|
||||||
|
'libgtk-3-0'
|
||||||
'libxt6'
|
'libxt6'
|
||||||
'mailcap'
|
'mailcap'
|
||||||
'libdbus-glib-1-2'
|
'libdbus-glib-1-2'
|
||||||
'libnss3'
|
'libnss3'
|
||||||
)
|
)
|
||||||
|
deps_fedora=("${deps[@]}")
|
||||||
|
deps_redos=("${deps[@]}")
|
||||||
|
deps_rhel=("${deps[@]}")
|
||||||
|
deps_rosa=("${deps[@]}")
|
||||||
|
|
||||||
opt_deps=('ffmpeg: H264/AAC/MP3 decoding'
|
opt_deps=('ffmpeg: H264/AAC/MP3 decoding'
|
||||||
'NetworkManager: Location detection via available WiFi networks'
|
'NetworkManager: Location detection via available WiFi networks'
|
||||||
@@ -49,8 +63,6 @@ fi
|
|||||||
|
|
||||||
sources_amd64=("https://download.mozilla.org/?product=firefox-${ver}&os=linux64&lang=ru")
|
sources_amd64=("https://download.mozilla.org/?product=firefox-${ver}&os=linux64&lang=ru")
|
||||||
checksums_amd64=('SKIP')
|
checksums_amd64=('SKIP')
|
||||||
sources_386=("https://download.mozilla.org/?product=firefox-${ver}&os=linux32&lang=ru")
|
|
||||||
checksums_386=('SKIP')
|
|
||||||
|
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
|
|
||||||
@@ -90,8 +102,8 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
printf '"%s" ' ./opt/firefox/**/*
|
files-find ./opt/firefox
|
||||||
printf '"%s" ' ./usr/share/icons/hicolor/*/apps/*
|
files-find-bin
|
||||||
echo ./usr/bin/firefox
|
files-find-share "applications" "firefox.desktop"
|
||||||
echo ./usr/share/applications/firefox.desktop
|
files-find-share "icons"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user