gpsd: rebuild for Python 3.11

Also drop udev rule installation. It was never done right---the rule and
helper polluted the masterdir and never made it into the package---and
nobody has seemed to notice.
This commit is contained in:
Andrew J. Hesford 2022-09-19 21:08:44 -04:00
parent fb61edeba9
commit c3a9d14118
1 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
# Template file for 'gpsd'
pkgname=gpsd
version=3.24
revision=1
revision=2
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"
make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd
sbindir=/usr/bin CC=${CC} qt_versioned=5"
make_install_args="$make_build_args"
make_install_target=udev-install
hostmakedepends="pkg-config bc python3-pyserial libxslt xmlto asciidoc"
makedepends="eudev-libudev-devel ntp libusb-devel ncurses-devel gtk+3-devel
pps-tools-devel libcap-devel libbluetooth-devel qt5-devel"