summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73639d382f5..9a4e103614e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -45,6 +45,7 @@ pkgbase = firefox-kde-opensuse-beta
optdepends = libnotify: Notification integration
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
+ optdepends = firefox-beta-i18n: Localization support
provides = firefox=57.0b7
conflicts = firefox
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 2bf025959be7..3945984a0254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -98,7 +98,8 @@ makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm'
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
- 'speech-dispatcher: Text-to-Speech')
+ 'speech-dispatcher: Text-to-Speech'
+ 'firefox-beta-i18n: Localization support')
provides=("firefox=${pkgver}")
conflicts=('firefox')
options=('!emptydirs')