[mate-power-manager] 01/02: debian/patches: Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for media keys popup window. (Closes: #766749).

Mike Gabriel sunweaver at debian.org
Thu Jan 15 11:23:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-power-manager.

commit 9d9592f14f793c3f97ed82d1c3aa6685faba92b8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jan 12 06:11:24 2015 +0100

    debian/patches: Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for media keys popup window. (Closes: #766749).
---
 .../0001_fix-backlight-popup-gtkbuilder.patch      | 68 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 69 insertions(+)

diff --git a/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch b/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
new file mode 100644
index 0000000..e3e5c1e
--- /dev/null
+++ b/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
@@ -0,0 +1,68 @@
+From a7d224c53ce2555fc675d689b35d01728eaf7b4e Mon Sep 17 00:00:00 2001
+From: Nachanon Vetjasit <nachanon at 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="visible">True</property>
+-        <property name="label_xalign">0</property>
+-        <property name="shadow_type">out</property>
++        <property name="spacing">6</property>
+         <child>
+-          <object class="GtkVBox" id="acme_vbox">
++          <object class="GtkImage" id="acme_image">
+             <property name="visible">True</property>
+-            <property name="border_width">12</property>
+-            <property name="spacing">6</property>
+-            <child>
+-              <object class="GtkImage" id="acme_image">
+-                <property name="visible">True</property>
+-                <property name="icon_name">audio-volume-high</property>
+-                <property name="icon-size">6</property>
+-              </object>
+-              <packing>
+-                <property name="position">0</property>
+-              </packing>
+-            </child>
+-            <child>
+-              <object class="GtkProgressBar" id="acme_volume_progressbar">
+-                <property name="visible">True</property>
+-              </object>
+-              <packing>
+-                <property name="expand">False</property>
+-                <property name="fill">False</property>
+-                <property name="position">1</property>
+-              </packing>
+-            </child>
++            <property name="icon_name">audio-volume-high</property>
++            <property name="icon-size">6</property>
+           </object>
++          <packing>
++            <property name="position">0</property>
++          </packing>
++        </child>
++        <child>
++          <object class="GtkProgressBar" id="acme_volume_progressbar">
++            <property name="visible">True</property>
++          </object>
++          <packing>
++            <property name="expand">False</property>
++            <property name="fill">False</property>
++            <property name="position">1</property>
++          </packing>
+         </child>
+       </object>
+     </child>
diff --git a/debian/patches/series b/debian/patches/series
index a238f33..e7f2ee7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+0001_fix-backlight-popup-gtkbuilder.patch
 2001_omit-gfdl-licensed-help-files.patch
 2002_compile-extra-man-pages.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-power-manager.git



More information about the pkg-mate-commits mailing list