Bug#775160: unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3

2015-01-15 Thread Mike Gabriel

Control: tags -1 - moreinfo

On  Mi 14 Jan 2015 21:06:24 CET, Ivo De Decker wrote:


control: tags -1 confirmed moreinfo

Hi,

On Mon, Jan 12, 2015 at 06:25:22AM +0100, Mike Gabriel wrote:

Please consider unblocking planned upload of package mate-power-manager

The planned upload will fix #766749.

  * debian/patches:
+ Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder  
script for

  media keys popup window. (Closes: #766749).


Please go ahead.

Cheers,

Ivo


Uploaded and accepted in unstable.

light+love,
Mike

--

mike gabriel aka sunweaver (Debian Developer)
fon: +49 (1520) 1976 148

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: sunwea...@debian.org, http://sunweavers.net


pgpRLCSCU_kMp.pgp
Description: Digitale PGP-Signatur


Bug#775160: unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3

2015-01-14 Thread Ivo De Decker
control: tags -1 confirmed moreinfo

Hi,

On Mon, Jan 12, 2015 at 06:25:22AM +0100, Mike Gabriel wrote:
 Please consider unblocking planned upload of package mate-power-manager
 
 The planned upload will fix #766749.
 
   * debian/patches:
 + Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for
   media keys popup window. (Closes: #766749).

Please go ahead.

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#775160: unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3

2015-01-11 Thread Mike Gabriel
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please consider unblocking planned upload of package mate-power-manager

The planned upload will fix #766749.

  * debian/patches:
+ Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for
  media keys popup window. (Closes: #766749).

- In early-stage uploads of mate-power-manager, pressing the brightness
or volume hardware media keys (e.g. on notebooks, also some other keys
were/are supported) resulted in a little pop-up window containing an icon
(a speaker symbols or a brightness symbol) and a meter bar (for showing
the current volume or display brightness). While continuously pressing
those keys, the meter bar showed the volume (or brightness) change.

With upload of some previous version of mate-power-manager, this popup
window got broken and one could only see a grey square in the lower
middle of the screen when pressing such media keys. No icon anymore, no
meter bar.

The patch provided with this upload brings back the earlier and expected
behaviour when pressing such media keys.

For complete upstream bug history and some screenshots, see [1].

light+love,
Mike

[1] https://github.com/mate-desktop/mate-power-manager/issues/110

unblock mate-power-manager/1.8.1+dfsg1-3

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/changelog mate-power-manager-1.8.1+dfsg1/debian/changelog
--- mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-12-12 10:49:46.0 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/changelog	2015-01-12 06:11:59.0 +0100
@@ -1,3 +1,11 @@
+mate-power-manager (1.8.1+dfsg1-3) unstable; urgency=medium
+
+  * debian/patches:
++ Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for
+  media keys popup window. (Closes: #766749).
+
+ -- Mike Gabriel sunwea...@debian.org  Mon, 12 Jan 2015 06:11:46 +0100
+
 mate-power-manager (1.8.1+dfsg1-2) unstable; urgency=medium
 
   * debian/rules:
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
--- mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch	1970-01-01 01:00:00.0 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch	2015-01-12 06:09:20.0 +0100
@@ -0,0 +1,68 @@
+From a7d224c53ce2555fc675d689b35d01728eaf7b4e Mon Sep 17 00:00:00 2001
+From: Nachanon Vetjasit nacha...@users.noreply.github.com
+Date: Wed, 7 Jan 2015 15:51:08 +0100
+Subject: [PATCH] Fix GTKBuilder script for media keys popup window
+
+---
+ data/acme.ui | 44 ++--
+ 1 file changed, 18 insertions(+), 26 deletions(-)
+
+diff --git a/data/acme.ui b/data/acme.ui
+index 3222ecb..e0457ed 100644
+--- a/data/acme.ui
 b/data/acme.ui
+@@ -4,36 +4,28 @@
+   !-- interface-naming-policy toplevel-contextual --
+   object class=GtkWindow id=dialog
+ child
+-  object class=GtkFrame id=acme_frame
++  object class=GtkVBox id=acme_box
+ property name=visibleTrue/property
+-property name=label_xalign0/property
+-property name=shadow_typeout/property
++property name=spacing6/property
+ child
+-  object class=GtkVBox id=acme_vbox
++  object class=GtkImage id=acme_image
+ property name=visibleTrue/property
+-property name=border_width12/property
+-property name=spacing6/property
+-child
+-  object class=GtkImage id=acme_image
+-property name=visibleTrue/property
+-property name=icon_nameaudio-volume-high/property
+-property name=icon-size6/property
+-  /object
+-  packing
+-property name=position0/property
+-  /packing
+-/child
+-child
+-  object class=GtkProgressBar id=acme_volume_progressbar
+-property name=visibleTrue/property
+-  /object
+-  packing
+-property name=expandFalse/property
+-property name=fillFalse/property
+-property name=position1/property
+-  /packing
+-/child
++property name=icon_nameaudio-volume-high/property
++property name=icon-size6/property
+   /object
++  packing
++property name=position0/property
++