vinagre: update to 3.18.2.
This commit is contained in:
parent
b9aed160de
commit
ab52af3350
@ -1,24 +0,0 @@
|
|||||||
diff --git a/vinagre/vinagre-connection.c b/vinagre/vinagre-connection.c
|
|
||||||
index 812ae92..3a3b9ac 100644
|
|
||||||
--- vinagre/vinagre-connection.c
|
|
||||||
+++ vinagre/vinagre-connection.c
|
|
||||||
@@ -582,7 +582,6 @@ vinagre_connection_split_string (const gchar *uri,
|
|
||||||
gchar **server, **url;
|
|
||||||
gint lport;
|
|
||||||
gchar *lhost;
|
|
||||||
- gboolean is_ipv6;
|
|
||||||
gchar ipv6_host[255] = {0,};
|
|
||||||
VinagreProtocol *ext;
|
|
||||||
|
|
||||||
@@ -619,11 +618,6 @@ vinagre_connection_split_string (const gchar *uri,
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
- is_ipv6 = g_strstr_len (lhost, -1, ":") != NULL;
|
|
||||||
-
|
|
||||||
- if (is_ipv6)
|
|
||||||
- lhost = g_strconcat ("[", lhost, "]", NULL);
|
|
||||||
-
|
|
||||||
if (lhost[0] == '[')
|
|
||||||
{
|
|
||||||
int i;
|
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'vinagre'
|
# Template file for 'vinagre'
|
||||||
pkgname=vinagre
|
pkgname=vinagre
|
||||||
version=3.18.1
|
version=3.18.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool itstool glib gnome-doc-utils"
|
hostmakedepends="pkg-config intltool itstool glib gnome-doc-utils"
|
||||||
@ -14,4 +14,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
homepage="http://projects.gnome.org/vinagre"
|
homepage="http://projects.gnome.org/vinagre"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=5ddad95bb4dacc771d57541ecad49c9c9879043c0404c726c4853a243d710c98
|
checksum=65b81299de0b75a9433e5654d5314f347895d5efb7acd3b111e5e8c03f48fbc4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user