[mate-sensors-applet] 01/02: debian/patches: Drop 0000_fix_invisible_graphs.patch. Applied upstream.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Thu Oct 26 22:11:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch parrot/3.7
in repository mate-sensors-applet.
commit 185a1a828e44ae1e932b9c9ee19dfe8df71e4ee6
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Fri Oct 27 01:08:10 2017 +0300
debian/patches: Drop 0000_fix_invisible_graphs.patch. Applied upstream.
---
debian/patches/0000_fix_invisible_graphs.patch | 26 --------------------------
debian/patches/series | 3 +--
2 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/debian/patches/0000_fix_invisible_graphs.patch b/debian/patches/0000_fix_invisible_graphs.patch
deleted file mode 100644
index ab64efd..0000000
--- a/debian/patches/0000_fix_invisible_graphs.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/sensors-applet/active-sensor.c b/sensors-applet/active-sensor.c
-index 515ad79..78d03b6 100644
---- a/sensors-applet/active-sensor.c
-+++ b/sensors-applet/active-sensor.c
-@@ -311,15 +311,15 @@ static void active_sensor_update_graph(ActiveSensor *as, cairo_t *cr) {
- x, 0);
- cairo_pattern_add_color_stop_rgb(pattern,
- 0,
-- as->graph_color.red / 65535.0 - CAIRO_GRAPH_COLOR_GRADIENT,
-- as->graph_color.green / 65535.0 - CAIRO_GRAPH_COLOR_GRADIENT,
-- as->graph_color.blue / 65535.0 - CAIRO_GRAPH_COLOR_GRADIENT);
-+ as->graph_color.red - CAIRO_GRAPH_COLOR_GRADIENT,
-+ as->graph_color.green - CAIRO_GRAPH_COLOR_GRADIENT,
-+ as->graph_color.blue - CAIRO_GRAPH_COLOR_GRADIENT);
-
- cairo_pattern_add_color_stop_rgb(pattern,
- height,
-- as->graph_color.red / 65535.0 + CAIRO_GRAPH_COLOR_GRADIENT,
-- as->graph_color.green / 65535.0 + CAIRO_GRAPH_COLOR_GRADIENT,
-- as->graph_color.blue / 65535.0 + CAIRO_GRAPH_COLOR_GRADIENT);
-+ as->graph_color.red + CAIRO_GRAPH_COLOR_GRADIENT,
-+ as->graph_color.green + CAIRO_GRAPH_COLOR_GRADIENT,
-+ as->graph_color.blue + CAIRO_GRAPH_COLOR_GRADIENT);
-
- cairo_set_source(cr, pattern);
- cairo_stroke(cr);
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 16360bd..453edb8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-1001_fix-FTBFS-on-hurd.patch
-0000_fix_invisible_graphs.patch
\ No newline at end of file
+1001_fix-FTBFS-on-hurd.patch
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-sensors-applet.git
More information about the pkg-mate-commits
mailing list