[mate-power-manager] 01/18: debian/patches/0001_fix-backlight-popup-gtkbuilder.patch: Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Jun 15 19:04:21 UTC 2015


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

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-power-manager.

commit 0341057bd99a3ecf08066266bdfb1754fbc74735
Author: Martin Wimpress <code at flexion.org>
Date:   Mon Jun 15 19:25:54 2015 +0100

    debian/patches/0001_fix-backlight-popup-gtkbuilder.patch: Applied upstream.
---
 .../0001_fix-backlight-popup-gtkbuilder.patch      | 68 ----------------------
 1 file changed, 68 deletions(-)

diff --git a/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch b/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
deleted file mode 100644
index e3e5c1e..0000000
--- a/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-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>

-- 
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