summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Mettke2019-05-26 13:34:27 +0200
committerMarc Mettke2019-05-26 13:34:27 +0200
commit8b0f639b4a2745bd5edace2df0ba6204354f2e94 (patch)
tree1632818b799ea2ae097ba15e89f17c82150be37a /PKGBUILD
parent1497cc6cc8c3c3ebb47c63412eb0d978ce6394b4 (diff)
downloadaur-8b0f639b4a2745bd5edace2df0ba6204354f2e94.tar.gz
Adding new dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d50d8f983ade..dcc8cb225388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,13 @@ url="https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox"
depends=('mozilla-common' 'libxt' 'startup-notification' 'mime-types'
'dbus-glib' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss>=3.28.3' 'nspr>=4.10.6' 'hunspell'
- 'sqlite' 'libnotify' 'kmozillahelper' 'ffmpeg' 'gtk3')
+ 'sqlite' 'libnotify' 'kmozillahelper' 'ffmpeg' 'gtk3'
+ # system av1
+ 'dav1d' 'aom'
+ # system harfbuzz
+ 'harfbuzz'
+ # system graphite
+ 'graphite')
optdepends=('networkmanager: Location detection via available WiFi networks'
'speech-dispatcher: Text-to-Speech')
provides=("firefox=${pkgver}")