Skip to content
Commits on Source (5)
mate-power-manager (1.20.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
+ White-space clean-up at EOF.
+ Replace B-D on libtool-bin by libtool. (Closes: #912842).
* debian/patches:
+ Drop Ubuntu-specific patch 2000_disable_notification_prefs_ui.patch.
(Closes: #915926).
+ Add 2001_libtool-bin.patch (as part of the fix for #912842).
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 10:39:56 +0100
mate-power-manager (1.20.2-2) unstable; urgency=medium
* debian/control:
......
......@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
libgtk-3-dev,
libmate-panel-applet-dev (>= 1.18),
libnotify-dev,
libtool-bin,
libtool,
libupower-glib-dev,
libx11-dev,
libxext-dev,
......@@ -71,4 +71,3 @@ Description: power management tool for the MATE desktop (common files)
events, all integrated to other components of the MATE desktop.
.
This package contains the architecture independent files.
Description: Disable the notification preferences so options are not presented that indicator-power handles.
Author: Martin Wimpress <code@flexion.org>
--- a/data/gpm-prefs.ui
+++ b/data/gpm-prefs.ui
@@ -895,7 +895,7 @@
</child>
<child>
<object class="GtkVBox" id="vbox_notification">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
Author: Helmut Grohne <helmut@subdivi.de>
Description: Use libtoolized libtool rather than an external one.
--- mate-power-manager-1.20.2.orig/src/Makefile.am
+++ mate-power-manager-1.20.2/src/Makefile.am
@@ -270,21 +270,21 @@
@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
org.mate.PowerManager.h: org.mate.PowerManager.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_manager \
--mode=glib-server \
--output=org.mate.PowerManager.h \
$(srcdir)/org.mate.PowerManager.xml
org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.Backlight.h \
$(srcdir)/org.mate.PowerManager.Backlight.xml
org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_kbd_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.KbdBacklight.h \
2001_libtool-bin.patch
2000_disable_notification_prefs_ui.patch