From a4208c9e3e97782b212306a5b11e0dbd4fbc2101 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=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 20 Jul 2024 17:20:43 +0300 Subject: [PATCH] name='firefox-bin' version='128.0' release='6' deps for debian --- firefox-bin/alr.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index 01085c4..3d8d1da 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,6 +1,6 @@ name='firefox-bin' version='128.0' -release='5' +release='6' desc='Fast, Private & Safe Web Browser.' homepage='https://www.mozilla.org/firefox/' maintainer="Евгений Храмов " @@ -10,12 +10,14 @@ provides=('firefox') conflicts=('firefox' 'firefox-git') deps=('gtk3' - 'libXt' + 'libxt6' 'mailcap' - 'dbus-glib' - 'nss' + 'libdbus-glib-1-2' + 'libnss3' ) +deps_debian=('libgtk-3-0') + opt_deps=('ffmpeg: H264/AAC/MP3 decoding' 'NetworkManager: Location detection via available WiFi networks' 'libnotify: Notification integration'