gpsd: update to 3.23.
This commit is contained in:
parent
6d400708c4
commit
ca17674077
4 changed files with 16 additions and 18 deletions
|
@ -74,7 +74,7 @@ libpanelw.so.6 ncurses-libs-5.8_1 ignore
|
|||
libmenuw.so.6 ncurses-libs-5.8_1 ignore
|
||||
libobjc.so.4 libobjc-4.7.3_12
|
||||
libgomp.so.1 libgomp-4.4.0_1
|
||||
libgps.so.25 gpsd-3.20_1
|
||||
libgps.so.29 gpsd-3.23_1
|
||||
libmagic.so.1 libmagic-5.12_1
|
||||
libbluetooth.so.3 libbluetooth-4.58_1
|
||||
libwmf-0.2.so.7 libwmf-0.2.8.4_1
|
||||
|
@ -424,7 +424,7 @@ libdca.so.0 libdca-0.0.5_1
|
|||
libmpeg2.so.0 libmpeg2-0.5.1_1
|
||||
libmpeg2convert.so.0 libmpeg2-0.5.1_1
|
||||
libmng.so.2 libmng-2.0.2_1
|
||||
libQgpsmm.so.25 gpsd-qt-3.20_1
|
||||
libQgpsmm.so.29 gpsd-qt-3.23_1
|
||||
libsysfs.so.2 libsysfs-2.1.0_1
|
||||
libsensors.so.5 libsensors-3.5.0_1
|
||||
libcap-ng.so.0 libcap-ng-0.6.2_1
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- a/SConstruct~ 2020-01-01 02:31:27.000000000 +0100
|
||||
+++ b/SConstruct 2020-05-17 11:20:07.334411693 +0200
|
||||
@@ -629,6 +629,10 @@
|
||||
|
||||
# run it
|
||||
ret = context.TryRun(program, '.c')
|
||||
+ if not ret[1]:
|
||||
+ # Assume 8
|
||||
+ context.Result("unchecked")
|
||||
+ return '8'
|
||||
context.Result(ret[0])
|
||||
return ret[1]
|
||||
|
11
srcpkgs/gpsd/patches/hotplug.patch
Normal file
11
srcpkgs/gpsd/patches/hotplug.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/SConscript
|
||||
+++ b/SConscript
|
||||
@@ -3060,7 +3060,7 @@
|
||||
hotplug_wrapper_install = []
|
||||
else:
|
||||
hotplug_wrapper_install = [
|
||||
- 'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'],
|
||||
+ 'cp $SRCDIR/../gpsd.hotplug ' + DESTDIR + env['udevdir'],
|
||||
'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug'
|
||||
]
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gpsd'
|
||||
pkgname=gpsd
|
||||
version=3.20
|
||||
revision=2
|
||||
version=3.23
|
||||
revision=1
|
||||
build_style=scons
|
||||
make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd sbindir=/usr/bin
|
||||
udevdir=/usr/lib/udev CC=${CC} qt_versioned=5"
|
||||
|
@ -15,7 +15,7 @@ maintainer="uriahheep <uriahheep@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://www.catb.org/gpsd/"
|
||||
distfiles="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-${version}.tar.xz"
|
||||
checksum=3998a5cbb728e97f896f46c3c83301b1e6c5d859393e58c2fad8c5426774d571
|
||||
checksum=e36429b9f6fc42004894dff3dc4453f5b43f95af8533b96d3d135987418da9df
|
||||
python_version=3 # Must be same version as scons
|
||||
system_accounts="gpsd"
|
||||
|
||||
|
|
Loading…
Reference in a new issue