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

Andrea Scarpino andrea at archlinux.org
Sat Dec 18 14:40:29 UTC 2010


    Date: Saturday, December 18, 2010 @ 09:40:28
  Author: andrea
Revision: 103354

upgpkg: gpsd 2.95-8
remove qt bindings (FS#22132); also disable static

Modified:
  gpsd/trunk/PKGBUILD
  gpsd/trunk/gpsd.install

--------------+
 PKGBUILD     |    8 +++++---
 gpsd.install |   10 ++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-18 14:12:24 UTC (rev 103353)
+++ PKGBUILD	2010-12-18 14:40:28 UTC (rev 103354)
@@ -6,12 +6,12 @@
 
 pkgname=gpsd
 pkgver=2.95
-pkgrel=7
+pkgrel=8
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('i686' 'x86_64')
 url="http://gpsd.berlios.de"
 license=('BSD')
-depends=('lesstif' 'libxaw' 'python2' 'pth' 'libusb' 'qt')
+depends=('lesstif' 'libxaw' 'python2' 'pth' 'libusb' 'desktop-file-utils')
 optdepends=('php: generate a PHP status page for your GPS'
             'php-gd: image support for the PHP status page')
 makedepends=('docbook-xsl')
@@ -36,7 +36,9 @@
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gpscat \
     gpsfake gpsprof xgps xgpsspeed gps/gps.py
   
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --disable-libQgpsmm \
+    --disable-static
   make
 }
 

Modified: gpsd.install
===================================================================
--- gpsd.install	2010-12-18 14:12:24 UTC (rev 103353)
+++ gpsd.install	2010-12-18 14:40:28 UTC (rev 103354)
@@ -3,4 +3,14 @@
     echo ">>> if your device isn't detected correctly, please use lsusb or"
     echo ">>> another suitable tool to determine the proper device IDs and"
     echo ">>> use the commented rules to fill in the blanks for your device."
+
+    update-desktop-database -q
 }
+
+post_upgrade() {
+    update-desktop-database -q
+}
+
+post_remove() {
+    update-desktop-database -q
+}




More information about the arch-commits mailing list