From 1da3ee09def246528c7bcceefa65203cec20aed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Sep 2025 18:30:10 +0300 Subject: [PATCH] firefox-bin 143.0.1-2 --- firefox-bin/alr.sh | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index e4b45a5..f783fab 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,29 +1,43 @@ name='firefox-bin' version='143.0.1' -release='1' +release='2' desc='Fast, Private & Safe Web Browser.' desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.' homepage='https://www.mozilla.org/firefox/' maintainer='Evgeniy Khramov ' maintainer_ru="Евгений Храмов " -architectures=('amd64' '386') +architectures=('amd64') license=('MPL' 'GPL' 'LGPL') provides=('firefox') conflicts=('firefox' 'firefox-git') -deps=('gtk3' +deps=( + 'gtk3' 'libXt' 'mailcap' 'dbus-glib' 'nss' ) -deps_debian=('libgtk-3-dev' +deps_arch=("${deps[@]}") +deps_alt=( + 'gtk3' + 'libXt' + 'mailcap' + 'libdbus-glib' + 'libnss' +) +deps_debian=( + 'libgtk-3-0' 'libxt6' 'mailcap' 'libdbus-glib-1-2' 'libnss3' ) +deps_fedora=("${deps[@]}") +deps_redos=("${deps[@]}") +deps_rhel=("${deps[@]}") +deps_rosa=("${deps[@]}") opt_deps=('ffmpeg: H264/AAC/MP3 decoding' '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") checksums_amd64=('SKIP') -sources_386=("https://download.mozilla.org/?product=firefox-${ver}&os=linux32&lang=ru") -checksums_386=('SKIP') options=(!strip) @@ -90,8 +102,8 @@ package() { } files() { - printf '"%s" ' ./opt/firefox/**/* - printf '"%s" ' ./usr/share/icons/hicolor/*/apps/* - echo ./usr/bin/firefox - echo ./usr/share/applications/firefox.desktop + files-find ./opt/firefox + files-find-bin + files-find-share "applications" "firefox.desktop" + files-find-share "icons" }