From 4accf0c0d129c88719615209e4a80e319471c74c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 6 Sep 2023 11:38:42 +0000 Subject: automatic import of vinagre --- 0003-fix-compilation-failed.patch | 26 ++++++++++++++++++++++++++ vinagre.spec | 6 +++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 0003-fix-compilation-failed.patch diff --git a/0003-fix-compilation-failed.patch b/0003-fix-compilation-failed.patch new file mode 100644 index 0000000..6713055 --- /dev/null +++ b/0003-fix-compilation-failed.patch @@ -0,0 +1,26 @@ +diff --git a/plugins/vnc/vinagre-vnc-connection.h b/plugins/vnc/vinagre-vnc-connection.h +index 4788ae2..f37642c 100644 +--- a/plugins/vnc/vinagre-vnc-connection.h ++++ b/plugins/vnc/vinagre-vnc-connection.h +@@ -26,7 +26,7 @@ + + G_BEGIN_DECLS + +-gboolean scaling_command_line; ++extern gboolean scaling_command_line; + + #define VINAGRE_TYPE_VNC_CONNECTION (vinagre_vnc_connection_get_type ()) + #define VINAGRE_VNC_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VINAGRE_TYPE_VNC_CONNECTION, VinagreVncConnection)) +diff --git a/plugins/vnc/vinagre-vnc-plugin.c b/plugins/vnc/vinagre-vnc-plugin.c +index a5884da..438aa99 100644 +--- a/plugins/vnc/vinagre-vnc-plugin.c ++++ b/plugins/vnc/vinagre-vnc-plugin.c +@@ -35,6 +35,8 @@ + #include "vinagre-vnc-connection.h" + #include "vinagre-vnc-tab.h" + ++gboolean scaling_command_line; ++ + void vnc_register_types (void); + + static void vinagre_vnc_protocol_iface_init (VinagreProtocolInterface *iface); diff --git a/vinagre.spec b/vinagre.spec index 3226ba7..fda3599 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -1,6 +1,6 @@ Name: vinagre Version: 3.22.0 -Release: 12 +Release: 13 Summary: A remote desktop viewer for GNOME License: GPLv2+ URL: https://wiki.gnome.org/Apps/Vinagre @@ -8,6 +8,7 @@ Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{versio Patch0: 0001-handle-new-freerdp-pkgconfig-name.patch Patch1: 0002-freerdp2-32bpp.patch +Patch2: 0003-fix-compilation-failed.patch BuildRequires: pkgconfig(avahi-gobject) pkgconfig(avahi-ui-gtk3) automake autoconf BuildRequires: pkgconfig(freerdp2) pkgconfig(gtk+-3.0) pkgconfig(gtk-vnc-2.0) pkgconfig(libsecret-1) @@ -62,6 +63,9 @@ make check %{_datadir}/man/man1/* %changelog +* Mon Aug 2 2021 Haiwei Li - 3.22.0-13 +- Fix complication failed due to gcc upgrade + * Thu Feb 13 2020 daiqianwen - 3.22.0-12 - Type:bugfix - ID:NA -- cgit v1.2.3