[arch-commits] Commit in gpsd/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Sep 12 21:52:06 UTC 2018


    Date: Wednesday, September 12, 2018 @ 21:52:06
  Author: bgyorgy
Revision: 380045

upgpkg: gpsd 3.17-2

Fix optional dependencies of GUI frontends

Modified:
  gpsd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 21:51:26 UTC (rev 380044)
+++ PKGBUILD	2018-09-12 21:52:06 UTC (rev 380045)
@@ -5,15 +5,18 @@
 
 pkgname=gpsd
 pkgver=3.17
-pkgrel=1
+pkgrel=2
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('x86_64')
 url="http://catb.org/gpsd/"
 license=('BSD')
 depends=('python' 'libusb' 'bluez-libs')
-optdepends=('php: generate a PHP status page for your GPS'
+optdepends=('gtk3: GUI frontends'
+            'php: generate a PHP status page for your GPS'
             'php-gd: image support for the PHP status page'
-            'pygtk: GUI frontends' 'qt5-base: for Qgpsmm')
+            'python-cairo: GUI frontends'
+            'python-gobject: GUI frontends'
+            'qt5-base: for Qgpsmm')
 makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python')
 backup=('etc/default/gpsd')
 source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}



More information about the arch-commits mailing list