diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-01-17 22:19:56 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-01-17 22:19:56 -0500 |
commit | 7ba26c25ce2440f3dd0178ba3c434375b799cdbf (patch) | |
tree | 7ea3fe217f4e2341997b8c429ca22f45604b4854 /nonprism/webkit2gtk | |
parent | 2bf433d8804eb563082d622a6d191438b52f4115 (diff) | |
download | abslibre-7ba26c25ce2440f3dd0178ba3c434375b799cdbf.tar.gz abslibre-7ba26c25ce2440f3dd0178ba3c434375b799cdbf.tar.bz2 abslibre-7ba26c25ce2440f3dd0178ba3c434375b799cdbf.zip |
remove geoclue2 from depends
Diffstat (limited to 'nonprism/webkit2gtk')
-rw-r--r-- | nonprism/webkit2gtk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD index 33d6018eb..b444b6ec8 100644 --- a/nonprism/webkit2gtk/PKGBUILD +++ b/nonprism/webkit2gtk/PKGBUILD @@ -4,11 +4,11 @@ pkgname=webkit2gtk pkgver=2.10.4 pkgrel=3.nonprism1 -pkgdesc="GTK+ Web content engine library, without geolocation tracking support" +pkgdesc="GTK+ Web content engine library, without geoclue2/geolocation tracking support" arch=('i686' 'x86_64') url="http://webkitgtk.org/" license=('custom') -depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs' +depends=('libxt' 'libxslt' 'enchant' 'gst-plugins-base-libs' 'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen') makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 'python') optdepends=('gtk2: Netscape plugin support' |