summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2016-02-27 18:16:55 +0100
committerBjörn Bidar2016-02-27 18:16:55 +0100
commit37a08463a5e261e711b82b1cf58726e043bb9a47 (patch)
tree4781192ee5dfdd5f3623c77eda1b874eabea3b51 /PKGBUILD
parent6b9311c3d5737fc37b185a5fa966e7d3c749617d (diff)
downloadaur-37a08463a5e261e711b82b1cf58726e043bb9a47.tar.gz
?urel, fixed dependencie issue if gtk3 was enabled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3866b5d16535..97dfea54afe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _pgo=false
_pkgname=firefox
pkgname=$_pkgname-kde-opensuse
pkgver=44.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -21,8 +21,11 @@ url="https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox"
depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss>=3.18.1' 'nspr>=4.10.6' 'hunspell'
- 'ffmpeg'
- 'sqlite' 'libnotify' 'kmozillahelper')
+ 'sqlite' 'libnotify' 'kmozillahelper' 'ffmpeg' )
+if [ $_gtk3 ] ; then
+ depends+=('gtk3')
+fi
+
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
'xorg-server-xvfb' 'libpulse' 'inetutils')
optdepends=('networkmanager: Location detection via available WiFi networks'