[mate-sensors-applet] 01/02: debian/patches: Drop 0000_fix_invisible_graphs.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Oct 26 19:31:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-sensors-applet.
commit 998684570a785492bc9375c01b71ffe2c2362c6c
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Oct 26 20:02:09 2017 +0100
debian/patches: Drop 0000_fix_invisible_graphs.patch. Applied upstream.
---
debian/patches/0000_fix_invisible_graphs.patch | 26 --------------------------
debian/patches/series | 1 -
2 files changed, 27 deletions(-)
diff --git a/debian/patches/0000_fix_invisible_graphs.patch b/debian/patches/0000_fix_invisible_graphs.patch
deleted file mode 100644
index 305de48..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);
diff --git a/debian/patches/series b/debian/patches/series
index 100e64a..b64f6df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
1001_fix-FTBFS-on-hurd.patch
-0000_fix_invisible_graphs.patch
--
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