[mate-themes] 01/02: debian/patches: Cherry-pick 0001_TOK-themes_remove-borders-from-css-node-frame.patch and 0002_TG-themes_remove-borders-from-css-node-frame.patch from upstream. (Closes: #825653).

Mike Gabriel sunweaver at debian.org
Sun Nov 27 14:19:34 UTC 2016


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

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

commit 1afa72df52bc1a2779c023b1d681a77a843c06de
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Nov 27 15:11:24 2016 +0100

    debian/patches: Cherry-pick 0001_TOK-themes_remove-borders-from-css-node-frame.patch and 0002_TG-themes_remove-borders-from-css-node-frame.patch from upstream. (Closes: #825653).
---
 ...themes_remove-borders-from-css-node-frame.patch | 69 ++++++++++++++++++++++
 ...themes_remove-borders-from-css-node-frame.patch | 69 ++++++++++++++++++++++
 debian/patches/README                              |  3 +
 debian/patches/series                              |  2 +
 4 files changed, 143 insertions(+)

diff --git a/debian/patches/0001_TOK-themes_remove-borders-from-css-node-frame.patch b/debian/patches/0001_TOK-themes_remove-borders-from-css-node-frame.patch
new file mode 100644
index 0000000..7e7e8d7
--- /dev/null
+++ b/debian/patches/0001_TOK-themes_remove-borders-from-css-node-frame.patch
@@ -0,0 +1,69 @@
+From fac11a041f2830a5c56b8aed75fffe2107db787a Mon Sep 17 00:00:00 2001
+From: raveit65 <chat-to-me at raveit.de>
+Date: Thu, 27 Oct 2016 20:48:25 +0200
+Subject: [PATCH] GTK+-3.20 TOK themes: remove borders from css node frame
+
+fixes https://github.com/mate-desktop/mate-themes/issues/148
+---
+ .../TraditionalOk/gtk-3.0/gtk-widgets.css           |  4 ++--
+ .../TraditionalOk/gtk-3.0/mate-applications.css     | 21 +++++++++++++++++++--
+ 2 files changed, 21 insertions(+), 4 deletions(-)
+
+diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+index 868942f..887216f 100644
+--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
++++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+@@ -830,7 +830,7 @@ scale progressbar {
+  * Frames *
+  **********/
+ 
+-frame {
++.frame {
+     border-width: 1px;
+     border-color: @border_color;
+     border-style: solid;
+@@ -839,7 +839,7 @@ frame {
+     padding: 0;
+ }
+ 
+-frame.flat {
++.frame.flat {
+    border-style:none;
+ }
+ 
+diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+index ac247c5..cf80323 100644
+--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
++++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+@@ -125,8 +125,7 @@ PanelSeparator {
+ /* main menu */
+ /* set normal menubar button */
+ .mate-panel-menu-bar menubar {
+-    padding-top: 0px;
+-    padding-bottom: 0px;
++    padding: 0px;
+ }
+ 
+ /* all applets */
+@@ -483,3 +482,21 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
+     border-width: 1px;
+ }
+ 
++/***********************
++ * mate-volume-control *
++ ***********************/
++
++/* application notebook page */
++GvcMixerDialog notebook.frame scrolledwindow.frame {
++    border-style: none;
++}
++
++/* override previous setting */
++GvcMixerDialog notebook.frame box scrolledwindow.frame {
++    border-style: solid;
++    border-color: @border_color;
++    border-width: 1px;
++    border-radius: 2px;
++    padding: 0;
++}
++
diff --git a/debian/patches/0002_TG-themes_remove-borders-from-css-node-frame.patch b/debian/patches/0002_TG-themes_remove-borders-from-css-node-frame.patch
new file mode 100644
index 0000000..032b90c
--- /dev/null
+++ b/debian/patches/0002_TG-themes_remove-borders-from-css-node-frame.patch
@@ -0,0 +1,69 @@
+From 928bd3025edbb00f1608ad86f0727603136d3653 Mon Sep 17 00:00:00 2001
+From: ZenWalker <scow at riseup.net>
+Date: Sat, 29 Oct 2016 01:16:20 +0200
+Subject: [PATCH] GTK+-3.20 Traditional Green: remove borders from css node
+ frame Fixes #148
+
+---
+ .../TraditionalGreen/gtk-3.0/gtk-widgets.css        |  4 ++--
+ .../TraditionalGreen/gtk-3.0/mate-applications.css  | 21 +++++++++++++++++++--
+ 2 files changed, 21 insertions(+), 4 deletions(-)
+
+diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+index 5683fd4..ecd937f 100644
+--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
++++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+@@ -829,7 +829,7 @@ scale progressbar {
+  * Frames *
+  **********/
+ 
+-frame {
++.frame {
+     border-width: 1px;
+     border-color: @border_color;
+     border-style: solid;
+@@ -838,7 +838,7 @@ frame {
+     padding: 0;
+ }
+ 
+-frame.flat {
++.frame.flat {
+    border-style:none;
+ }
+ 
+diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+index 42ed227..216d932 100644
+--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
++++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+@@ -126,8 +126,7 @@ PanelSeparator {
+ /* main menu */
+ /* set normal menubar button */
+ .mate-panel-menu-bar menubar {
+-    padding-top: 0px;
+-    padding-bottom: 0px;
++    padding: 0px;
+ }
+ 
+ /* all applets */
+@@ -484,3 +483,21 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
+     border-width: 1px;
+ }
+ 
++/***********************
++ * mate-volume-control *
++ ***********************/
++
++/* application notebook page */
++GvcMixerDialog notebook.frame scrolledwindow.frame {
++    border-style: none;
++}
++
++/* override previous setting */
++GvcMixerDialog notebook.frame box scrolledwindow.frame {
++    border-style: solid;
++    border-color: @border_color;
++    border-width: 1px;
++    border-radius: 2px;
++    padding: 0;
++}
++
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..08037d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001_TOK-themes_remove-borders-from-css-node-frame.patch
+0002_TG-themes_remove-borders-from-css-node-frame.patch

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



More information about the pkg-mate-commits mailing list