From c3a9d14118dedd268e531a68b7c3c3c1fd61f5ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:44 -0400 Subject: [PATCH] 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. --- srcpkgs/gpsd/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gpsd/template b/srcpkgs/gpsd/template index a8c0f118f6c..3bcff0a7f1b 100644 --- a/srcpkgs/gpsd/template +++ b/srcpkgs/gpsd/template @@ -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"