spacenavd: update to 1.3.1

Closes: #54001 [via git-merge-pr]
This commit is contained in:
Alexandru Barbur 2025-01-16 15:47:20 -05:00 committed by classabbyamp
parent 3826317cd8
commit 26bd052a96
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
Fix header defines until fixed upstream: https://github.com/FreeSpacenav/spacenavd/issues/105
--- a/src/proto.h
+++ a/src/proto.h
@@ -6,1 +6,1 @@ else ()
-#ifdef HAVE_STDINT_H_
+#ifdef HAVE_STDINT_H
#include <stdint.h>
#elif defined(HAVE_INTTYPES_H_)
#include <inttypes.h>
#endif

View file

@ -1,6 +1,6 @@
# Template file for 'spacenavd'
pkgname=spacenavd
version=1.3
version=1.3.1
revision=1
build_style=gnu-configure
makedepends="libX11-devel libXtst-devel"
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
homepage="http://spacenav.sourceforge.net"
changelog="https://github.com/FreeSpacenav/spacenavd/releases"
distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
checksum="0ab698fb309a7df9c68f37a6e3d80dd6bbe4cb1038a56846b63342c2535bb551"
checksum="f31d03fd683c514eeb4f5901bc6adeb85f9742ce479edf3a5ad09a3b2e1a2ac8"
conf_files="/etc/spnavrc"
post_install() {