iio-sensor-proxy: update to 3.1.
This commit is contained in:
parent
dfc934633d
commit
c796a27947
2 changed files with 5 additions and 40 deletions
|
@ -1,32 +0,0 @@
|
|||
From a1c5436d11e3e0dabc3cd236bf8175b13ac929cb Mon Sep 17 00:00:00 2001
|
||||
From: Andrea Brancaleoni <abc@pompel.me>
|
||||
Date: Fri, 23 Dec 2016 12:43:36 +0100
|
||||
Subject: [PATCH] Revert "build: Check for .pc files before using them"
|
||||
|
||||
This reverts commit 78b4656fc24a1b21c948d8e68252f42df2a91735.
|
||||
---
|
||||
configure.ac | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index f8ded66..1d54698 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -25,14 +25,12 @@ AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS])
|
||||
|
||||
GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
|
||||
|
||||
-PKG_CHECK_EXISTS(udev, [], [AC_MSG_ERROR(udev development libraries are required)])
|
||||
AC_ARG_WITH([udevrulesdir],
|
||||
AS_HELP_STRING([--with-udevrulesdir=DIR], [Directory for udev rules]),
|
||||
[],
|
||||
[with_udevrulesdir=$($PKG_CONFIG --variable=udevdir udev)"/rules.d"])
|
||||
AC_SUBST([udevrulesdir], [$with_udevrulesdir])
|
||||
|
||||
-PKG_CHECK_EXISTS(systemd, [], [AC_MSG_ERROR(systemd development libraries are required)])
|
||||
AC_ARG_WITH([systemdsystemunitdir],
|
||||
AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
|
||||
[],
|
||||
--
|
||||
2.11.0
|
||||
|
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'iio-sensor-proxy'
|
||||
pkgname=iio-sensor-proxy
|
||||
version=3.0
|
||||
version=3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gtk-doc pkg-config git gnome-common autoconf-archive glib-devel libtool"
|
||||
build_style=meson
|
||||
configure_args="-Dsystemdsystemunitdir=false"
|
||||
hostmakedepends="gtk-doc pkg-config git gnome-common autoconf-archive glib-devel libtool"
|
||||
makedepends="libgudev-devel gtk+3-devel"
|
||||
short_desc="IIO accelerometer sensor to input device proxy"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy"
|
||||
distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=77f6009050afcabdf324b187992c33c6f1d937fc9e2c18ec76d9120fa107f3ba
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
checksum=cc594a68707bc0700f073753681da60edfddfbe5088e25d336f265a1eb944b2f
|
||||
|
||||
post_install() {
|
||||
vsv iio-sensor-proxy
|
||||
|
|
Loading…
Reference in a new issue