summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-05-19 12:06:23 +0200
committerBruno Pagani2017-05-19 12:06:23 +0200
commit0f17c05611b1183b42d33576264b313db532fa54 (patch)
treedef0c227cb7b5c90262682e4f843bad33292186d
parent536a428a8e87bfca54ea7d8fe3833831ae509886 (diff)
downloadaur-0f17c05611b1183b42d33576264b313db532fa54.tar.gz
Make GTK2 an optdep
It is only required by the NPAPI plugin container, which only supports Flash nowadays.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52a6407dc75c..857ff52349de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly-fr
pkgdesc = Standalone Web Browser from Mozilla — Nightly build (fr)
- pkgver = 55.0a1.20170514
+ pkgver = 55.0a1.20170518
pkgrel = 1
url = https://www.mozilla.org/fr/firefox/nightly
arch = i686
@@ -9,12 +9,12 @@ pkgbase = firefox-nightly-fr
license = GPL
license = LGPL
depends = dbus-glib
- depends = gtk2
depends = gtk3
depends = libxt
depends = nss
depends = mime-types
optdepends = pulseaudio: audio support
+ optdepends = gtk2: flash plugin support
optdepends = ffmpeg: h.264 video
optdepends = hunspell: spell checking
optdepends = hyphen: hyphenation
diff --git a/PKGBUILD b/PKGBUILD
index 56ebe24d5008..41aea2fba973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@ pkgname=${_pkgname}-${_lang}
pkgdesc="Standalone Web Browser from Mozilla — Nightly build (${_lang})"
url="https://www.mozilla.org/${_lang}/${_name}/${_channel}"
_version=55.0a1
-pkgver=55.0a1.20170514
+pkgver=55.0a1.20170518
pkgrel=1
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk2' 'gtk3' 'libxt' 'nss' 'mime-types')
+depends=('dbus-glib' 'gtk3' 'libxt' 'nss' 'mime-types')
optdepends=('pulseaudio: audio support'
+ 'gtk2: flash plugin support'
'ffmpeg: h.264 video'
'hunspell: spell checking'
'hyphen: hyphenation'