summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 21:04:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 21:18:56 +0100
commite9080a1b1818c45ef0feb2103d44c9964319032d (patch)
treecbc8af8ab3485461532ff348dd344f912b8bfedf /x11-misc/xsensors/files
parentx11-misc/xsensors: 0.80 ppc stable (diff)
downloadgentoo-e9080a1b1818c45ef0feb2103d44c9964319032d.tar.gz
gentoo-e9080a1b1818c45ef0feb2103d44c9964319032d.tar.bz2
gentoo-e9080a1b1818c45ef0feb2103d44c9964319032d.zip
x11-misc/xsensors: Drop 0.70-r1
Closes: https://bugs.gentoo.org/769137 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/xsensors/files')
-rw-r--r--x11-misc/xsensors/files/xsensors-0.70-gtk220.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch b/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
deleted file mode 100644
index 2f36cfba514c..000000000000
--- a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/src/gui.c
-+++ b/src/gui.c
-@@ -84,7 +84,7 @@
- while ( *digit ) {
- get_pm_location( *digit, &x, &y, &w );
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, y + highLow,
- pos, 0, w, 30 );
- pos += w;
-@@ -121,7 +121,7 @@
-
- /* Display RPM */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 0, 120 + highLow,
- 90, 0, 57, 30 );
- break;
-@@ -142,7 +142,7 @@
- else
- x = 57;
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, 60 + highLow,
- 96, 0, 57, 30 );
-
-@@ -158,7 +158,7 @@
-
- /* Display V */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 114, 60 + highLow,
- 96, 0, 57, 30 );
-