- update to 1.90.2:
* Note that this is the last release of UPower with lid
handling. OS components that rely on the lid status
should get it from logind instead.
* Fix wireless devices not disappearing from Settings when
disconnected
* Require a newer libgudev to avoid bugs related to newline
stripping when reading sysfs attributes
* Add installed-tests files for use with gnome-desktop-testing
* Fix integration test to work with system installed upower
binary and under jhbuild
- add skip-tests-install.patch to skip installation of test-only
assets
OBS-URL: https://build.opensuse.org/request/show/1101309
OBS-URL: https://build.opensuse.org/package/show/Base:System/upower?expand=0&rev=147
14 lines
654 B
Diff
14 lines
654 B
Diff
Index: upower-v1.90.2/src/meson.build
|
|
===================================================================
|
|
--- upower-v1.90.2.orig/src/meson.build
|
|
+++ upower-v1.90.2/src/meson.build
|
|
@@ -120,7 +120,7 @@ test(
|
|
|
|
# On Linux, we can run the additional integration test;
|
|
# defined here as we would have a circular dependency otherwise.
|
|
-if os_backend == 'linux' and gobject_introspection.found()
|
|
+if false and os_backend == 'linux' and gobject_introspection.found()
|
|
env = environment()
|
|
env.prepend('top_builddir', join_paths(meson.project_build_root()))
|
|
env.prepend('LD_LIBRARY_PATH', join_paths(meson.project_build_root(), 'libupower-glib'))
|