diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-09-19 21:22:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-20 17:10:20 +0700 |
commit | e771c05047e7b4fd2c4280aa2244b93bde3e1d19 (patch) | |
tree | 668906ae081ab582cd9ea8417003c2e78ec8b880 /gis/gpsd | |
parent | bfc84b9d7984bd395931665761cdbd02654fccf5 (diff) | |
download | slackbuilds-e771c05047e7b4fd2c4280aa2244b93bde3e1d19.tar.gz |
gis/gpsd: Updated for version 3.11.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/gpsd')
-rw-r--r-- | gis/gpsd/gpsd.SlackBuild | 16 | ||||
-rw-r--r-- | gis/gpsd/gpsd.info | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/gis/gpsd/gpsd.SlackBuild b/gis/gpsd/gpsd.SlackBuild index d22a6c568c..82bb874922 100644 --- a/gis/gpsd/gpsd.SlackBuild +++ b/gis/gpsd/gpsd.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpsd -VERSION=${VERSION:-3.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -91,9 +91,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# g++ may throw an 'internal compiler error' in QT bindings (libQgpsmm). -# *Nothing* actually uses libQgpsmm, but you can enable it by deleting -# 'libQgpsmm=no' below (and you may want to keep the manpage!) +# g++ may throw an 'internal compiler error' in the QT bindings. +# *Nothing* actually uses this, but you can enable it by deleting +# 'qt=no' below (and you should keep the libQgpsmm manpage) CFLAGS=$SLKCFLAGS \ scons \ prefix=/usr \ @@ -101,7 +101,7 @@ scons \ pkgconfigdir=/usr/lib${LIBDIRSUFFIX}/pkgconfig \ mandir=/usr/man \ chrpath=no \ - libQgpsmm=no \ + qt=no \ $ENABLELIST \ $DISABLELIST @@ -112,8 +112,8 @@ scons \ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# Remove libQgpsmm manpage ;-) -rm $PKG/usr/man/man3/libQgpsmm.3.gz +# libQgpsmm == qt bindings == not built, so remove the manpage: +rm -f $PKG/usr/man/man3/libQgpsmm.3.gz install -D -m 0644 $CWD/xgps.desktop \ $PKG/usr/share/applications/xgps.desktop diff --git a/gis/gpsd/gpsd.info b/gis/gpsd/gpsd.info index e88c739340..8cb65771d2 100644 --- a/gis/gpsd/gpsd.info +++ b/gis/gpsd/gpsd.info @@ -1,8 +1,8 @@ PRGNAM="gpsd" -VERSION="3.10" +VERSION="3.11" HOMEPAGE="http://catb.org/gpsd/" -DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.10.tar.gz" -MD5SUM="fc5b03aae38b9b5b6880b31924d0ace3" +DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.11.tar.gz" +MD5SUM="ba28369992886fccb85ce560e4727e20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="scons" |