[neon/backports-focal/iio-sensor-proxy/Neon/unstable] /: New upstream version 1.2
Ritesh Raj Sarraf
null at kde.org
Fri Oct 9 07:46:06 BST 2020
Git commit 18b7881fad5b53da98c62b6c7c17ccc58606d51d by Ritesh Raj Sarraf.
Committed on 12/09/2016 at 16:03.
Pushed by bshah into tag 'Neon/unstable'.
New upstream version 1.2
D +0 -1 .gitignore
A +674 -0 COPYING
A +370 -0 INSTALL
A +789 -0 Makefile.in
M +9 -0 NEWS
T +82 -1 README
M +43 -25 README.md
A +1165 -0 aclocal.m4
D +0 -20 autogen.sh
A +347 -0 build-aux/compile
A +791 -0 build-aux/depcomp
A +501 -0 build-aux/install-sh
A +215 -0 build-aux/missing
A +347 -0 compile
A +6606 -0 configure
M +8 -2 configure.ac
R +2 -2 data/80-iio-sensor-proxy.rules [from: data/40-iio-sensor-proxy.rules - 074% similarity]
M +1 -1 data/Makefile.am
A +534 -0 data/Makefile.in
A +791 -0 depcomp
A +782 -0 docs/Makefile.in
A +158 -0 docs/docs-net.hadess.SensorProxy.xml
A +117 -0 docs/html/gdbus-net.hadess.SensorProxy.Compass.html
A +193 -0 docs/html/gdbus-net.hadess.SensorProxy.html
A +- -- docs/html/home.png
A +26 -0 docs/html/iio-sensor-proxy.devhelp2
A +77 -0 docs/html/index.html
A +64 -0 docs/html/ix01.html
A +- -- docs/html/left-insensitive.png
A +- -- docs/html/left.png
A +33 -0 docs/html/license.html
A +50 -0 docs/html/ref-dbus.html
A +- -- docs/html/right-insensitive.png
A +- -- docs/html/right.png
A +479 -0 docs/html/style.css
A +- -- docs/html/up-insensitive.png
A +- -- docs/html/up.png
A +0 -0 docs/iio-sensor-proxy-overrides.txt
A +0 -0 docs/iio-sensor-proxy-sections.txt
A +0 -0 docs/iio-sensor-proxy.types
A +1 -0 docs/version.xml
A +304 -0 gtk-doc.make
A +501 -0 install-sh
A +67 -0 m4/ax_append_compile_flags.m4
A +71 -0 m4/ax_append_flag.m4
A +65 -0 m4/ax_append_link_flags.m4
A +74 -0 m4/ax_check_compile_flag.m4
A +74 -0 m4/ax_check_link_flag.m4
A +158 -0 m4/ax_compiler_flags.m4
A +133 -0 m4/ax_compiler_flags_cflags.m4
A +60 -0 m4/ax_compiler_flags_gir.m4
A +75 -0 m4/ax_compiler_flags_ldflags.m4
A +69 -0 m4/ax_is_release.m4
A +37 -0 m4/ax_require_defined.m4
A +88 -0 m4/gtk-doc.m4
A +275 -0 m4/pkg.m4
A +215 -0 missing
A +954 -0 src/Makefile.in
M +10 -5 src/drv-iio-buffer-accel.c
M +12 -7 src/drv-iio-buffer-compass.c
M +10 -5 src/drv-iio-buffer-light.c
M +8 -1 src/drv-iio-poll-accel.c
M +38 -0 src/drv-input-accel.c
M +1 -1 src/fake-input-accelerometer.c
M +33 -8 src/iio-buffer-utils.c
M +1 -1 src/iio-buffer-utils.h
A +935 -0 src/iio-sensor-proxy-resources.c *
A +7 -0 src/iio-sensor-proxy-resources.h *
M +2 -4 src/iio-sensor-proxy.c
M +72 -8 src/monitor-sensor.c
The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.
https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/18b7881fad5b53da98c62b6c7c17ccc58606d51d
More information about the Neon-commits
mailing list