From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/files/
Date: Mon, 25 Jan 2021 15:01:45 +0000 (UTC) [thread overview]
Message-ID: <1611586858.c9dd926deb52a19387fd8bac07a3025b18916411.bman@gentoo> (raw)
commit: c9dd926deb52a19387fd8bac07a3025b18916411
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 25 09:24:12 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 15:00:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9dd926d
xfce-extra/xfce4-sensors-plugin: remove unused patch(es)
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19209
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../files/xfce4-sensors-plugin-1.3.92-gcc-10.patch | 115 ---------------------
1 file changed, 115 deletions(-)
diff --git a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.3.92-gcc-10.patch b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.3.92-gcc-10.patch
deleted file mode 100644
index a5d60a66810..00000000000
--- a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.3.92-gcc-10.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-From 108ffac9eac23a5d87f142e36d162d62be0619e2 Mon Sep 17 00:00:00 2001
-From: Robin Lee <cheeselee@fedoraproject.org>
-Date: Mon, 24 Feb 2020 17:52:39 +0800
-Subject: [PATCH] Fix multiple definition errors under GCC 10.0
-
-Fixes issue #9, RHBZ#1800268
----
- include/sensors-interface-common.h | 22 ++++++++++++++--------
- lib/sensors-interface-common.c | 1 +
- 2 files changed, 15 insertions(+), 8 deletions(-)
-
-diff --git a/include/sensors-interface-common.h b/include/sensors-interface-common.h
-index 62a27eb..05146c5 100644
---- a/include/sensors-interface-common.h
-+++ b/include/sensors-interface-common.h
-@@ -146,6 +146,12 @@ t_sensors_dialog;
-
-
-
-+#ifdef XFCE4_SENSORS_INTERFACE_COMMON_DEFINING
-+#define EXTERN
-+#else
-+#define EXTERN extern
-+#endif
-+
- /* Extern functions that need to be re-implemented in the sensors-viewer and
- * the panel code.
- * They kind of need to be registered at the library by any software
-@@ -157,7 +163,7 @@ t_sensors_dialog;
- * @param ptr_widget: Pointer to original widget, i.e, the update timer box
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*adjustment_value_changed) (GtkWidget *ptr_widget,
- t_sensors_dialog *ptr_sensorsdialog);
-
-@@ -167,7 +173,7 @@ void
- * @param ptr_widget: Pointer to original widget, i.e, the sensor entry combobox
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*sensor_entry_changed) (GtkWidget *ptr_widget,
- t_sensors_dialog *ptr_sensorsdialog);
-
-@@ -178,7 +184,7 @@ void
- * @param ptr_str_newtext: Pointer to the string containing the new label
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*list_cell_text_edited) (GtkCellRendererText *ptr_cellrenderertext,
- gchar *ptr_str_path, gchar *ptr_str_newtext,
- t_sensors_dialog *ptr_sensorsdialog);
-@@ -189,7 +195,7 @@ void
- * @param ptr_str_path: pointer to the string with the path of the changed item
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*list_cell_toggle) (GtkCellRendererToggle *ptr_cellrenderertoggle, gchar *ptr_str_path,
- t_sensors_dialog *ptr_sensorsdialog);
-
-@@ -201,7 +207,7 @@ void
- * hexadecimal rgb format #0011ff
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*list_cell_color_edited) (GtkCellRendererText *ptr_cellrenderertext,
- gchar *ptr_str_path, gchar *ptr_str_newcolor,
- t_sensors_dialog *ptr_sensorsdialog);
-@@ -214,7 +220,7 @@ void
- * temperature
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*minimum_changed) (GtkCellRendererText *ptr_cellrenderertext, gchar *ptr_str_path,
- gchar *ptr_str_newmin, t_sensors_dialog *ptr_sensorsdialog);
-
-@@ -226,7 +232,7 @@ void
- * temperature
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*maximum_changed) (GtkCellRendererText *ptr_cellrenderertext, gchar *ptr_str_path,
- gchar *ptr_str_newmax, t_sensors_dialog *ptr_sensorsdialog);
-
-@@ -236,7 +242,7 @@ void
- * @param ptr_widget: Pointer to original widget, i.e, the update timer box
- * @param ptr_sensorsdialog: argument pointer to sensors dialog data
- */
--void
-+EXTERN void
- (*temperature_unit_change) (GtkWidget *ptr_widget,
- t_sensors_dialog *ptr_sensorsdialog);
-
-diff --git a/lib/sensors-interface-common.c b/lib/sensors-interface-common.c
-index 70aa154..8c79f1d 100644
---- a/lib/sensors-interface-common.c
-+++ b/lib/sensors-interface-common.c
-@@ -28,6 +28,7 @@
- #include <libxfce4panel/xfce-panel-plugin.h>
-
- /* Local/package includes */
-+#define XFCE4_SENSORS_INTERFACE_COMMON_DEFINING
- #include <configuration.h>
- #include <sensors-interface-common.h>
- #include <middlelayer.h>
---
-GitLab
-
reply other threads:[~2021-01-25 15:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611586858.c9dd926deb52a19387fd8bac07a3025b18916411.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox