Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2017-02-06 15:23:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.mate-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-power-manager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes    
2016-09-25 14:43:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
    2017-02-06 15:23:15.850708683 +0100
@@ -1,0 +2,11 @@
+Sun Feb  5 21:04:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.16.1:
+  * Check both the "Backlight" and "BACKLIGHT" xrandr properties
+    (fixes inability to adjust screen backlight on some systems).
+  * Statistics: Stop runtime warnings spam on desktop systems.
+  * GTK+3: Fix runtime warning in inhibit applet.
+  * GTK+3: Fix OSD rendering on non-composited desktop.
+  * GTK+3: Add OSD style class for non-composited desktop.
+
+-------------------------------------------------------------------

Old:
----
  mate-power-manager-1.16.0.tar.xz

New:
----
  mate-power-manager-1.16.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.G1zNVF/_old  2017-02-06 15:23:16.274648083 +0100
+++ /var/tmp/diff_new_pack.G1zNVF/_new  2017-02-06 15:23:16.278647511 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-power-manager
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _version 1.16
 Name:           mate-power-manager
-Version:        1.16.0
+Version:        1.16.1
 Release:        0
 Summary:        MATE Desktop UPower policy management
 License:        GPL-2.0
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libnotify)

++++++ mate-power-manager-1.16.0.tar.xz -> mate-power-manager-1.16.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/ChangeLog 
new/mate-power-manager-1.16.1/ChangeLog
--- old/mate-power-manager-1.16.0/ChangeLog     2016-09-19 07:18:16.000000000 
+0200
+++ new/mate-power-manager-1.16.1/ChangeLog     2017-01-24 11:54:10.000000000 
+0100
@@ -1,3 +1,68 @@
+commit 57987c057b96dfe5c5b29358398f4a08dbd86f24
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Jan 24 13:21:25 2017 +0300
+
+    release 1.16.1
+
+ NEWS         | 12 ++++++++++++
+ configure.ac |  2 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit ede11720307927f40c7c9f9dd2137172cc8c1e3b
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Jan 24 12:25:54 2017 +0300
+
+    [GTK+3] inhibit applet: connect to draw signal, not to expose-event
+    
+    stops runtime warnings when panel is started
+    
+    ported from 
https://github.com/mate-desktop/mate-power-manager/commit/f311cf97ddbd2b24503beca339cd4c6c233ac9b6
+
+ applets/inhibit/inhibit-applet.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 5c7cc17b0ec5626256cd867c5e2ec3395e2ea941
+Author: Matthew Pottage <matthewpott...@invincitech.com>
+Date:   Thu Jul 2 15:33:10 2015 +0100
+
+    Check both the "Backlight" and "BACKLIGHT" xrandr properties for a 
backlight.
+    
+    Added checking the "Backlight" property. "BACKLIGHT" appears to be the 
legacy
+    property.
+    
+    This resolves an issue where xbacklight can change the backlight, but
+    mate-power-manager can't.
+
+ src/gpm-brightness.c | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit b850b99bcdb120b89b354280f2816587ea6b7611
+Author: monsta <mon...@inbox.ru>
+Date:   Sat Jan 7 20:43:46 2017 +0300
+
+    statistics: don't call upower function on a NULL device path
+    
+    fixes https://github.com/mate-desktop/mate-power-manager/issues/139
+
+ src/gpm-statistics.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a1de9e1967d4be7d90d2bf8ce752283e2dc062af
+Author: lukefromdc <lukefro...@hushmail.com>
+Date:   Sun Dec 25 21:53:27 2016 -0500
+
+    Brightness: fix OSD rendering when not composited
+    
+    Also add style class msd-osd-window-solid, same as mate-settings-daemon 
volume control.
+    
+    Based on
+    
https://github.com/mate-desktop/mate-settings-daemon/commit/5d580b9985b61a486c8d23eaa34091a14d01b9e0
+    and
+    
https://github.com/mate-desktop/mate-settings-daemon/commit/9aa4c4e379e71ebe8436898a3af61c4c96c9cc8a
+
+ src/msd-osd-window.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit b766021eddbc7cbc504a11756b2afdf1cb5ad3cc
 Author: raveit65 <chat-to...@raveit.de>
 Date:   Mon Sep 19 07:17:00 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/Makefile.in 
new/mate-power-manager-1.16.1/Makefile.in
--- old/mate-power-manager-1.16.0/Makefile.in   2016-09-19 07:17:59.000000000 
+0200
+++ new/mate-power-manager-1.16.1/Makefile.in   2017-01-24 11:52:13.000000000 
+0100
@@ -388,6 +388,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/NEWS 
new/mate-power-manager-1.16.1/NEWS
--- old/mate-power-manager-1.16.0/NEWS  2016-09-19 07:15:32.000000000 +0200
+++ new/mate-power-manager-1.16.1/NEWS  2017-01-24 11:20:12.000000000 +0100
@@ -1,3 +1,15 @@
+Version 1.16.1
+~~~~~~~~~~~~~~
+Released: 2017-01-24
+
+* News:
+ - Check both the "Backlight" and "BACKLIGHT" xrandr properties
+   (fixes inability to adjust screen backlight on some systems)
+ - Statistics: stop runtime warnings spam on desktop systems
+ - GTK+3: fix runtime warning in inhibit applet
+ - GTK+3: fix OSD rendering on non-composited desktop
+ - GTK+3: add OSD style class for non-composited desktop
+
 Version 1.16.0
 ~~~~~~~~~~~~~~
 Released: 2016-09-19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/aclocal.m4 
new/mate-power-manager-1.16.1/aclocal.m4
--- old/mate-power-manager-1.16.0/aclocal.m4    2016-09-19 07:17:56.000000000 
+0200
+++ new/mate-power-manager-1.16.1/aclocal.m4    2017-01-24 11:52:09.000000000 
+0100
@@ -701,8 +701,8 @@
 ])
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -734,7 +734,7 @@
 ])
 
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
 dnl
 dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
@@ -776,7 +776,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -1191,7 +1191,13 @@
            elif test "x$$lc" != "xC"; then \
              if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
                echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
-               $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || 
exit 1; \
+               dname="$$f"; \
+               pars="../"; \
+               while test "$$dname" != "." -a "$$dname" != "/"; do \
+                 pars="../$$pars"; \
+                 dname=$$(dirname "$$dname"); \
+               done; \
+               $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
              fi; \
            fi; \
          done; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/applets/Makefile.in 
new/mate-power-manager-1.16.1/applets/Makefile.in
--- old/mate-power-manager-1.16.0/applets/Makefile.in   2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/applets/Makefile.in   2017-01-24 
11:52:13.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/applets/brightness/Makefile.in 
new/mate-power-manager-1.16.1/applets/brightness/Makefile.in
--- old/mate-power-manager-1.16.0/applets/brightness/Makefile.in        
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/applets/brightness/Makefile.in        
2017-01-24 11:52:13.000000000 +0100
@@ -388,6 +388,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/applets/inhibit/Makefile.in 
new/mate-power-manager-1.16.1/applets/inhibit/Makefile.in
--- old/mate-power-manager-1.16.0/applets/inhibit/Makefile.in   2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/applets/inhibit/Makefile.in   2017-01-24 
11:52:13.000000000 +0100
@@ -388,6 +388,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/applets/inhibit/inhibit-applet.c 
new/mate-power-manager-1.16.1/applets/inhibit/inhibit-applet.c
--- old/mate-power-manager-1.16.0/applets/inhibit/inhibit-applet.c      
2016-09-19 07:15:32.000000000 +0200
+++ new/mate-power-manager-1.16.1/applets/inhibit/inhibit-applet.c      
2017-01-24 10:30:42.000000000 +0100
@@ -656,8 +656,13 @@
        /* We use g_signal_connect_after because letting the panel draw
         * the background is the only way to have the correct
         * background when a theme defines a background picture. */
+#if GTK_CHECK_VERSION (3, 0, 0)
+       g_signal_connect_after (G_OBJECT(applet), "draw",
+                               G_CALLBACK(gpm_applet_draw_cb), NULL);
+#else
        g_signal_connect_after (G_OBJECT(applet), "expose-event",
                                G_CALLBACK(gpm_applet_draw_cb), NULL);
+#endif
 
        g_signal_connect (G_OBJECT(applet), "change-background",
                          G_CALLBACK(gpm_applet_change_background_cb), NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/config.guess 
new/mate-power-manager-1.16.1/config.guess
--- old/mate-power-manager-1.16.0/config.guess  2016-09-19 07:17:58.000000000 
+0200
+++ new/mate-power-manager-1.16.1/config.guess  2017-01-24 11:52:13.000000000 
+0100
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -168,20 +168,27 @@
        # Note: NetBSD doesn't particularly care about the vendor
        # portion of the name.  We always set it to "unknown".
        sysctl="sysctl -n hw.machine_arch"
-       UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
-           /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+       UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
+           /sbin/$sysctl 2>/dev/null || \
+           /usr/sbin/$sysctl 2>/dev/null || \
+           echo unknown)`
        case "${UNAME_MACHINE_ARCH}" in
            armeb) machine=armeb-unknown ;;
            arm*) machine=arm-unknown ;;
            sh3el) machine=shl-unknown ;;
            sh3eb) machine=sh-unknown ;;
            sh5el) machine=sh5le-unknown ;;
+           earmv*)
+               arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 
's,^e\(armv[0-9]\).*$,\1,'`
+               endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 
's,^.*\(eb\)$,\1,p'`
+               machine=${arch}${endian}-unknown
+               ;;
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
        esac
        # The Operating System including object format, if it has switched
        # to ELF recently, or will in the future.
        case "${UNAME_MACHINE_ARCH}" in
-           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+           arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
                eval $set_cc_for_build
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
                        | grep -q __ELF__
@@ -197,6 +204,13 @@
                os=netbsd
                ;;
        esac
+       # Determine ABI tags.
+       case "${UNAME_MACHINE_ARCH}" in
+           earm*)
+               expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+               abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
+               ;;
+       esac
        # The OS release
        # Debian GNU/NetBSD machines have a different userland, and
        # thus, need a distinct triplet. However, they do not need
@@ -207,13 +221,13 @@
                release='-gnu'
                ;;
            *)
-               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+               release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. 
-f1,2`
                ;;
        esac
        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
        # contains redundant information, the shorter form:
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-       echo "${machine}-${os}${release}"
+       echo "${machine}-${os}${release}${abi}"
        exit ;;
     *:Bitrig:*:*)
        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
@@ -235,6 +249,9 @@
     *:MirBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
        exit ;;
+    *:Sortix:*:*)
+       echo ${UNAME_MACHINE}-unknown-sortix
+       exit ;;
     alpha:OSF1:*:*)
        case $UNAME_RELEASE in
        *4.0)
@@ -933,6 +950,9 @@
     crisv32:Linux:*:*)
        echo ${UNAME_MACHINE}-axis-linux-${LIBC}
        exit ;;
+    e2k:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+       exit ;;
     frv:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
        exit ;;
@@ -1021,7 +1041,7 @@
        echo ${UNAME_MACHINE}-dec-linux-${LIBC}
        exit ;;
     x86_64:Linux:*:*)
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+       echo ${UNAME_MACHINE}-pc-linux-${LIBC}
        exit ;;
     xtensa*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/config.sub 
new/mate-power-manager-1.16.1/config.sub
--- old/mate-power-manager-1.16.0/config.sub    2016-09-19 07:17:58.000000000 
+0200
+++ new/mate-power-manager-1.16.1/config.sub    2017-01-24 11:52:13.000000000 
+0100
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | 
kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
@@ -255,11 +255,12 @@
        | arc | arceb \
        | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
        | avr | avr32 \
+       | ba \
        | be32 | be64 \
        | bfin \
        | c4x | c8051 | clipper \
        | d10v | d30v | dlx | dsp16xx \
-       | epiphany \
+       | e2k | epiphany \
        | fido | fr30 | frv | ft32 \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | hexagon \
@@ -305,7 +306,7 @@
        | riscv32 | riscv64 \
        | rl78 | rx \
        | score \
-       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | 
shbe | shle | sh[1234]le | sh3ele \
+       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | 
shbe | shle | sh[1234]le | sh3ele \
        | sh64 | sh64le \
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -376,12 +377,13 @@
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
        | avr-* | avr32-* \
+       | ba-* \
        | be32-* | be64-* \
        | bfin-* | bs2000-* \
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
        | c8051-* | clipper-* | craynv-* | cydra-* \
        | d10v-* | d30v-* | dlx-* \
-       | elxsi-* \
+       | e2k-* | elxsi-* \
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
@@ -428,12 +430,13 @@
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
        | pyramid-* \
+       | riscv32-* | riscv64-* \
        | rl78-* | romp-* | rs6000-* | rx-* \
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* 
| sheb-* | shbe-* \
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | 
sparclet-* \
        | sparclite-* \
-       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
        | tahoe-* \
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
        | tile*-* \
@@ -518,6 +521,9 @@
                basic_machine=i386-pc
                os=-aros
                ;;
+        asmjs)
+               basic_machine=asmjs-unknown
+               ;;
        aux)
                basic_machine=m68k-apple
                os=-aux
@@ -1025,7 +1031,7 @@
                ;;
        ppc64)  basic_machine=powerpc64-unknown
                ;;
-       ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 
's/^[^-]*-//'`
+       ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 
's/^[^-]*-//'`
                ;;
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
                basic_machine=powerpc64le-unknown
@@ -1373,7 +1379,7 @@
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | 
-solaris* \
              | -sym* | -kopensolaris* | -plan9* \
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
-             | -aos* | -aros* \
+             | -aos* | -aros* | -cloudabi* | -sortix* \
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/configure 
new/mate-power-manager-1.16.1/configure
--- old/mate-power-manager-1.16.0/configure     2016-09-19 07:17:57.000000000 
+0200
+++ new/mate-power-manager-1.16.1/configure     2017-01-24 11:52:10.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-power-manager 1.16.0.
+# Generated by GNU Autoconf 2.69 for mate-power-manager 1.16.1.
 #
 # Report bugs to <http://www.mate-desktop.org/>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-power-manager'
 PACKAGE_TARNAME='mate-power-manager'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='mate-power-manager 1.16.0'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='mate-power-manager 1.16.1'
 PACKAGE_BUGREPORT='http://www.mate-desktop.org/'
 PACKAGE_URL=''
 
@@ -838,6 +838,7 @@
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -961,6 +962,7 @@
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1213,6 +1215,15 @@
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1350,7 +1361,7 @@
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir
+               libdir localedir mandir runstatedir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1463,7 +1474,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mate-power-manager 1.16.0 to adapt to many kinds of 
systems.
+\`configure' configures mate-power-manager 1.16.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1503,6 +1514,7 @@
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -1534,7 +1546,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mate-power-manager 1.16.0:";;
+     short | recursive ) echo "Configuration of mate-power-manager 1.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1701,7 +1713,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mate-power-manager configure 1.16.0
+mate-power-manager configure 1.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2070,7 +2082,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mate-power-manager $as_me 1.16.0, which was
+It was created by mate-power-manager $as_me 1.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2934,7 +2946,7 @@
 
 # Define the identity of the package.
  PACKAGE='mate-power-manager'
- VERSION='1.16.0'
+ VERSION='1.16.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5539,7 +5551,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   else
@@ -9232,6 +9244,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    link_all_deplibs=no
+    ;;
   esac
 
   ld_shlibs=yes
@@ -9486,7 +9501,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
        wlarc=
@@ -10156,6 +10171,7 @@
        if test yes = "$lt_cv_irix_exported_symbol"; then
           archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs 
$compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all 
"$wl-set_version $wl$verstring"` $wl-update_registry 
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        fi
+       link_all_deplibs=no
       else
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname 
$soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` 
-update_registry $output_objdir/so_locations -o $lib'
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags 
-soname $soname `test -n "$verstring" && func_echo_all "-set_version 
$verstring"` -update_registry $output_objdir/so_locations -exports_file 
$export_symbols -o $lib'
@@ -10177,7 +10193,7 @@
       esac
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  
# a.out
       else
@@ -11272,9 +11288,6 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Add ABI-specific directories to the system library path.
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
   # Ideally, we could use ldconfig to report *all* directores which are
   # searched for libraries, however this is still not possible.  Aside from not
   # being certain /sbin/ldconfig is available, command
@@ -11283,7 +11296,7 @@
   # appending ld.so.conf contents (and includes) to the search path.
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[      ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -11295,6 +11308,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -13207,7 +13232,13 @@
            elif test "x$$lc" != "xC"; then \
              if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
                echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
-               $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || 
exit 1; \
+               dname="$$f"; \
+               pars="../"; \
+               while test "$$dname" != "." -a "$$dname" != "/"; do \
+                 pars="../$$pars"; \
+                 dname=$$(dirname "$$dname"); \
+               done; \
+               $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
              fi; \
            fi; \
          done; \
@@ -16437,7 +16468,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mate-power-manager $as_me 1.16.0, which was
+This file was extended by mate-power-manager $as_me 1.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16503,7 +16534,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mate-power-manager config.status 1.16.0
+mate-power-manager config.status 1.16.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/configure.ac 
new/mate-power-manager-1.16.1/configure.ac
--- old/mate-power-manager-1.16.0/configure.ac  2016-09-19 07:16:12.000000000 
+0200
+++ new/mate-power-manager-1.16.1/configure.ac  2017-01-24 11:02:47.000000000 
+0100
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([mate-power-manager], [1.16.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.16.1], [http://www.mate-desktop.org/])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/data/Makefile.in 
new/mate-power-manager-1.16.1/data/Makefile.in
--- old/mate-power-manager-1.16.0/data/Makefile.in      2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/Makefile.in      2017-01-24 
11:52:13.000000000 +0100
@@ -404,6 +404,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/16x16/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/16x16/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/16x16/Makefile.in  2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/16x16/Makefile.in  2017-01-24 
11:52:13.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/16x16/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/16x16/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/16x16/actions/Makefile.in  
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/16x16/actions/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/16x16/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/16x16/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/16x16/apps/Makefile.in     
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/16x16/apps/Makefile.in     
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/16x16/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/16x16/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/16x16/status/Makefile.in   
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/16x16/status/Makefile.in   
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/22x22/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/22x22/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/22x22/Makefile.in  2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/22x22/Makefile.in  2017-01-24 
11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/22x22/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/22x22/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/22x22/actions/Makefile.in  
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/22x22/actions/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/22x22/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/22x22/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/22x22/apps/Makefile.in     
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/22x22/apps/Makefile.in     
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/22x22/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/22x22/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/22x22/status/Makefile.in   
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/22x22/status/Makefile.in   
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/24x24/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/24x24/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/24x24/Makefile.in  2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/24x24/Makefile.in  2017-01-24 
11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/24x24/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/24x24/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/24x24/actions/Makefile.in  
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/24x24/actions/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/24x24/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/24x24/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/24x24/apps/Makefile.in     
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/24x24/apps/Makefile.in     
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/24x24/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/24x24/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/24x24/status/Makefile.in   
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/24x24/status/Makefile.in   
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/32x32/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/32x32/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/32x32/Makefile.in  2016-09-19 
07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/32x32/Makefile.in  2017-01-24 
11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/32x32/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/32x32/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/32x32/actions/Makefile.in  
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/32x32/actions/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/32x32/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/32x32/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/32x32/apps/Makefile.in     
2016-09-19 07:17:59.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/32x32/apps/Makefile.in     
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/32x32/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/32x32/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/32x32/status/Makefile.in   
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/32x32/status/Makefile.in   
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/48x48/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/48x48/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/48x48/Makefile.in  2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/48x48/Makefile.in  2017-01-24 
11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/48x48/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/48x48/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/48x48/actions/Makefile.in  
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/48x48/actions/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/48x48/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/48x48/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/48x48/apps/Makefile.in     
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/48x48/apps/Makefile.in     
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/48x48/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/48x48/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/48x48/status/Makefile.in   
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/48x48/status/Makefile.in   
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/data/icons/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/Makefile.in        2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/Makefile.in        2017-01-24 
11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/scalable/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/scalable/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/scalable/Makefile.in       
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/scalable/Makefile.in       
2017-01-24 11:52:14.000000000 +0100
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/scalable/actions/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/scalable/actions/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/scalable/actions/Makefile.in       
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/scalable/actions/Makefile.in       
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/scalable/apps/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/scalable/apps/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/scalable/apps/Makefile.in  
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/scalable/apps/Makefile.in  
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/icons/scalable/status/Makefile.in 
new/mate-power-manager-1.16.1/data/icons/scalable/status/Makefile.in
--- old/mate-power-manager-1.16.0/data/icons/scalable/status/Makefile.in        
2016-09-19 07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/icons/scalable/status/Makefile.in        
2017-01-24 11:52:14.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/mate-power-manager.desktop.in 
new/mate-power-manager-1.16.1/data/mate-power-manager.desktop.in
--- old/mate-power-manager-1.16.0/data/mate-power-manager.desktop.in    
2016-09-19 07:18:04.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/mate-power-manager.desktop.in    
2017-01-24 11:52:41.000000000 +0100
@@ -10,7 +10,7 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=mate-power-manager
 X-MATE-Bugzilla-Component=mate-power-manager
-X-MATE-Bugzilla-Version=1.16.0
+X-MATE-Bugzilla-Version=1.16.1
 X-MATE-Bugzilla-ExtraInfoScript=mate-power-bugreport.sh
 #X-MATE-AutoRestart=true
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/mate-power-preferences.desktop.in 
new/mate-power-manager-1.16.1/data/mate-power-preferences.desktop.in
--- old/mate-power-manager-1.16.0/data/mate-power-preferences.desktop.in        
2016-09-19 07:18:04.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/mate-power-preferences.desktop.in        
2017-01-24 11:52:41.000000000 +0100
@@ -12,5 +12,5 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=mate-power-manager
 X-MATE-Bugzilla-Component=mate-power-preferences
-X-MATE-Bugzilla-Version=1.16.0
+X-MATE-Bugzilla-Version=1.16.1
 X-MATE-Bugzilla-ExtraInfoScript=mate-power-bugreport.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-power-manager-1.16.0/data/mate-power-statistics.desktop.in 
new/mate-power-manager-1.16.1/data/mate-power-statistics.desktop.in
--- old/mate-power-manager-1.16.0/data/mate-power-statistics.desktop.in 
2016-09-19 07:18:04.000000000 +0200
+++ new/mate-power-manager-1.16.1/data/mate-power-statistics.desktop.in 
2017-01-24 11:52:41.000000000 +0100
@@ -12,5 +12,5 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=mate-power-manager
 X-MATE-Bugzilla-Component=mate-power-statistics
-X-MATE-Bugzilla-Version=1.16.0
+X-MATE-Bugzilla-Version=1.16.1
 X-Desktop-File-Install-Version=0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/docs/Makefile.in 
new/mate-power-manager-1.16.1/docs/Makefile.in
--- old/mate-power-manager-1.16.0/docs/Makefile.in      2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/docs/Makefile.in      2017-01-24 
11:52:14.000000000 +0100
@@ -304,6 +304,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/help/Makefile.in 
new/mate-power-manager-1.16.1/help/Makefile.in
--- old/mate-power-manager-1.16.0/help/Makefile.in      2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/help/Makefile.in      2017-01-24 
11:52:14.000000000 +0100
@@ -304,6 +304,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/install-sh 
new/mate-power-manager-1.16.1/install-sh
--- old/mate-power-manager-1.16.0/install-sh    2016-09-19 07:17:58.000000000 
+0200
+++ new/mate-power-manager-1.16.1/install-sh    2017-01-24 11:52:13.000000000 
+0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2014-09-12.12; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -324,34 +324,41 @@
             # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
             ;;
           *)
+            # $RANDOM is not portable (e.g. dash);  use it when possible to
+            # lower collision chance
             tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
-            trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+            trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 
2>/dev/null; exit $ret' 0
 
+            # As "mkdir -p" follows symlinks and we work in /tmp possibly;  so
+            # create the $tmpdir first (and fail if unsuccessful) to make sure
+            # that nobody tries to guess the $tmpdir name.
             if (umask $mkdir_umask &&
-                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+                $mkdirprog $mkdir_mode "$tmpdir" &&
+                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 
2>&1
             then
               if test -z "$dir_arg" || {
                    # Check for POSIX incompatibilities with -m.
                    # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
                    # other-writable bit of parent directory when it shouldn't.
                    # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
-                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
+                   test_tmpdir="$tmpdir/a"
+                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
                    case $ls_ld_tmpdir in
                      d????-?r-*) different_mode=700;;
                      d????-?--*) different_mode=755;;
                      *) false;;
                    esac &&
-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
-                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
+                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
                      test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
                    }
                  }
               then posix_mkdir=:
               fi
-              rmdir "$tmpdir/d" "$tmpdir"
+              rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
             else
               # Remove any dirs left behind by ancient mkdir implementations.
-              rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+              rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
             fi
             trap '' 0;;
         esac;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/ltmain.sh 
new/mate-power-manager-1.16.1/ltmain.sh
--- old/mate-power-manager-1.16.0/ltmain.sh     2016-09-19 07:17:51.000000000 
+0200
+++ new/mate-power-manager-1.16.1/ltmain.sh     2017-01-24 11:52:04.000000000 
+0100
@@ -31,7 +31,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION=2.4.6
+VERSION="2.4.6 Debian-2.4.6-0.1"
 package_revision=2.4.6
 
 
@@ -2073,7 +2073,7 @@
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
 Report bugs to <bug-libt...@gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+GNU libtool home page: <http://www.gnu.org/s/libtool/>.
 General help using GNU software: <http://www.gnu.org/gethelp/>."
     exit 0
 }
@@ -7272,10 +7272,13 @@
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time 
optimization
+      # -specs=*             GCC specs files
       # -stdlib=*            select c++ std lib with clang
+      # -fsanitize=*         Clang/GCC memory and address sanitizer
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+      -specs=*|-fsanitize=*)
         func_quote_for_eval "$arg"
        arg=$func_quote_for_eval_result
         func_append compile_command " $arg"
@@ -7568,7 +7571,10 @@
        case $pass in
        dlopen) libs=$dlfiles ;;
        dlpreopen) libs=$dlprefiles ;;
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+       link)
+         libs="$deplibs %DEPLIBS%"
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+         ;;
        esac
       fi
       if test lib,dlpreopen = "$linkmode,$pass"; then
@@ -7887,19 +7893,19 @@
            # It is a libtool convenience library, so add in its objects.
            func_append convenience " $ladir/$objdir/$old_library"
            func_append old_convenience " $ladir/$objdir/$old_library"
+           tmp_libs=
+           for deplib in $dependency_libs; do
+             deplibs="$deplib $deplibs"
+             if $opt_preserve_dup_deps; then
+               case "$tmp_libs " in
+               *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+               esac
+             fi
+             func_append tmp_libs " $deplib"
+           done
          elif test prog != "$linkmode" && test lib != "$linkmode"; then
            func_fatal_error "'$lib' is not a convenience library"
          fi
-         tmp_libs=
-         for deplib in $dependency_libs; do
-           deplibs="$deplib $deplibs"
-           if $opt_preserve_dup_deps; then
-             case "$tmp_libs " in
-             *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-             esac
-           fi
-           func_append tmp_libs " $deplib"
-         done
          continue
        fi # $pass = conv
 
@@ -8823,6 +8829,9 @@
            revision=$number_minor
            lt_irix_increment=no
            ;;
+         *)
+           func_fatal_configuration "$modename: unknown library version type 
'$version_type'"
+           ;;
          esac
          ;;
        no)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/m4/libtool.m4 
new/mate-power-manager-1.16.1/m4/libtool.m4
--- old/mate-power-manager-1.16.0/m4/libtool.m4 2016-09-19 07:17:51.000000000 
+0200
+++ new/mate-power-manager-1.16.1/m4/libtool.m4 2017-01-24 11:52:04.000000000 
+0100
@@ -2867,9 +2867,6 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Add ABI-specific directories to the system library path.
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
   # Ideally, we could use ldconfig to report *all* directores which are
   # searched for libraries, however this is still not possible.  Aside from not
   # being certain /sbin/ldconfig is available, command
@@ -2878,7 +2875,7 @@
   # appending ld.so.conf contents (and includes) to the search path.
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2890,6 +2887,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3549,7 +3558,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4427,7 +4436,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4939,6 +4948,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -5001,6 +5013,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5255,7 +5270,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5776,6 +5791,7 @@
        if test yes = "$lt_cv_irix_exported_symbol"; then
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs 
$deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && 
func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry 
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations 
-exports_file $export_symbols -o $lib'
@@ -5797,7 +5813,7 @@
       esac
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/man/Makefile.in 
new/mate-power-manager-1.16.1/man/Makefile.in
--- old/mate-power-manager-1.16.0/man/Makefile.in       2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/man/Makefile.in       2017-01-24 
11:52:15.000000000 +0100
@@ -335,6 +335,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/policy/Makefile.in 
new/mate-power-manager-1.16.1/policy/Makefile.in
--- old/mate-power-manager-1.16.0/policy/Makefile.in    2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/policy/Makefile.in    2017-01-24 
11:52:15.000000000 +0100
@@ -334,6 +334,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/src/Makefile.in 
new/mate-power-manager-1.16.1/src/Makefile.in
--- old/mate-power-manager-1.16.0/src/Makefile.in       2016-09-19 
07:18:00.000000000 +0200
+++ new/mate-power-manager-1.16.1/src/Makefile.in       2017-01-24 
11:52:15.000000000 +0100
@@ -718,6 +718,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/src/gpm-brightness.c 
new/mate-power-manager-1.16.1/src/gpm-brightness.c
--- old/mate-power-manager-1.16.0/src/gpm-brightness.c  2016-07-22 
14:08:48.000000000 +0200
+++ new/mate-power-manager-1.16.1/src/gpm-brightness.c  2017-01-24 
10:25:12.000000000 +0100
@@ -270,11 +270,15 @@
                egg_debug ("RandR version %d.%d too old", major, minor);
                return FALSE;
        }
-       /* can we support BACKLIGHT */
-       brightness->priv->backlight = XInternAtom (brightness->priv->dpy, 
"BACKLIGHT", True);
+       /* Can we support "Backlight" */
+       brightness->priv->backlight = XInternAtom (brightness->priv->dpy, 
"Backlight", True);
        if (brightness->priv->backlight == None) {
-               egg_debug ("No outputs have backlight property");
-               return FALSE;
+               /* Do we support "BACKLIGHT" (legacy) */
+               brightness->priv->backlight = XInternAtom 
(brightness->priv->dpy, "BACKLIGHT", True);
+               if (brightness->priv->backlight == None) {
+                       egg_debug ("No outputs have backlight property");
+                       return FALSE;
+               }
        }
        return TRUE;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/src/gpm-statistics.c 
new/mate-power-manager-1.16.1/src/gpm-statistics.c
--- old/mate-power-manager-1.16.0/src/gpm-statistics.c  2016-08-01 
15:30:30.000000000 +0200
+++ new/mate-power-manager-1.16.1/src/gpm-statistics.c  2017-01-24 
10:04:36.000000000 +0100
@@ -1131,6 +1131,10 @@
 gpm_stats_button_update_ui (void)
 {
        UpDevice *device;
+
+       if (current_device == NULL)
+               return;
+
        device = up_device_new ();
        up_device_set_object_path_sync (device, current_device, NULL, NULL);
        gpm_stats_update_info_data (device);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-power-manager-1.16.0/src/msd-osd-window.c 
new/mate-power-manager-1.16.1/src/msd-osd-window.c
--- old/mate-power-manager-1.16.0/src/msd-osd-window.c  2016-07-22 
14:08:48.000000000 +0200
+++ new/mate-power-manager-1.16.1/src/msd-osd-window.c  2017-01-24 
10:03:45.000000000 +0100
@@ -362,11 +362,11 @@
         int width;
         int height;
 
-        width = gtk_widget_get_allocated_width (widget);
-        height = gtk_widget_get_allocated_width (widget);
+        gtk_window_get_size (GTK_WINDOW (widget), &width, &height);
         context = gtk_widget_get_style_context (widget);
 
         gtk_style_context_set_state (context, GTK_STATE_FLAG_ACTIVE);
+        gtk_style_context_add_class(context,"msd-osd-window-solid");
         gtk_render_frame (context,
                           cr,
                           0,


Reply via email to