[mate-themes] 01/02: debian/patches: Drop 0001_TOK-themes_remove-borders-from-css-node-frame.patch, 0002_TG-themes_remove-borders-from-css-node-frame.patch. Both are included in this upstream release.

Mike Gabriel sunweaver at debian.org
Mon Jan 9 11:21:31 UTC 2017


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

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

commit 65a564f3db00186ebe944681cce2a133a012b3e3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jan 9 12:20:51 2017 +0100

    debian/patches: Drop 0001_TOK-themes_remove-borders-from-css-node-frame.patch, 0002_TG-themes_remove-borders-from-css-node-frame.patch. Both are included in this upstream release.
---
 ...themes_remove-borders-from-css-node-frame.patch | 69 ----------------------
 ...themes_remove-borders-from-css-node-frame.patch | 69 ----------------------
 debian/patches/series                              |  2 -
 3 files changed, 140 deletions(-)

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
deleted file mode 100644
index 7e7e8d7..0000000
--- a/debian/patches/0001_TOK-themes_remove-borders-from-css-node-frame.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-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
deleted file mode 100644
index 032b90c..0000000
--- a/debian/patches/0002_TG-themes_remove-borders-from-css-node-frame.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-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/series b/debian/patches/series
deleted file mode 100644
index 08037d8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-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