summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772020-02-26 11:37:13 +0100
committerhawkeye1164772020-02-26 11:37:13 +0100
commit8b700e81cea217d207f2c61e1b4babbe98d60b51 (patch)
tree9417c72da5764e6ce8c9387809b1805814c012b3
parent9644aa0392b5e054322adae298ccdce417602bf3 (diff)
downloadaur-8b700e81cea217d207f2c61e1b4babbe98d60b51.tar.gz
Make hunspell as optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0896c068d80..b3f26428e4b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = waterfox-classic-bin
- pkgdesc = Customizable privacy conscious web browser with primary support for legacy extensions
+ pkgdesc = Customizable privacy-conscious web browser with primary support for legacy extensions
pkgver = 2020.02.1
pkgrel = 2
url = https://www.waterfox.net
@@ -12,7 +12,6 @@ pkgbase = waterfox-classic-bin
depends = mime-types
depends = dbus-glib
depends = ffmpeg
- depends = hunspell
depends = ttf-font
depends = hicolor-icon-theme
optdepends = networkmanager: Location detection via available WiFi networks
@@ -20,6 +19,7 @@ pkgbase = waterfox-classic-bin
optdepends = pulseaudio: Audio support
optdepends = alsa-lib: Audio support
optdepends = speech-dispatcher: Text-to-Speech
+ optdepends = hunspell-en_US: Spell checking, American English
provides = waterfox-classic=2020.02.1
conflicts = waterfox-classic
conflicts = waterfox-classic-git
diff --git a/PKGBUILD b/PKGBUILD
index 97c571fa43f0..1c734f67b6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,18 @@
pkgname=waterfox-classic-bin
pkgver=2020.02.1
pkgrel=2
-pkgdesc="Customizable privacy conscious web browser with primary support for legacy extensions"
+pkgdesc="Customizable privacy-conscious web browser with primary support for legacy extensions"
arch=('x86_64')
url="https://www.waterfox.net"
license=('MPL')
depends=('gtk3' 'gtk2' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg'
- 'hunspell' 'ttf-font' 'hicolor-icon-theme')
+ 'ttf-font' 'hicolor-icon-theme')
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
'alsa-lib: Audio support'
- 'speech-dispatcher: Text-to-Speech')
+ 'speech-dispatcher: Text-to-Speech'
+ 'hunspell-en_US: Spell checking, American English')
provides=("waterfox-classic=${pkgver}")
conflicts=('waterfox-classic' 'waterfox-classic-git')
replaces=('waterfox-bin')
@@ -70,4 +71,4 @@ END
}
sha256sums=('67bcd2aed38969553130872652946ddd00a804ba2046c14a554e9bb99de54b24'
- 'fdb29a5504f378165a8c126772f419472ff3e4e058abe901f29068ff12ff521e')
+ 'fdb29a5504f378165a8c126772f419472ff3e4e058abe901f29068ff12ff521e')