git » qt5-location.git » commit 5e409ab

Drop gypsy backend (FS#59972)

author Antonio Rojas
2018-09-08 08:54:15 UTC
committer Antonio Rojas
2018-09-08 08:54:15 UTC
parent 6c3c52841f17cb5fb017e7681f32a8d083f332ae

Drop gypsy backend (FS#59972)

PKGBUILD +1 -3

diff --git a/PKGBUILD b/PKGBUILD
index d657893..97c566a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,12 @@
 pkgname=qt5-location
 _qtver=5.11.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to position, satellite and area monitoring classes'
 depends=('qt5-declarative')
-makedepends=('gypsy' 'gconf')
-optdepends=('gypsy: Gypsy geolocation plugin')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")