From ab52af3350b47ee0ab6b53e54fb5f5e3681fc9f3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 3 Dec 2015 09:36:24 +0100 Subject: [PATCH] vinagre: update to 3.18.2. --- .../patches/fix-ipv6-interpretation.patch | 24 ------------------- srcpkgs/vinagre/template | 6 ++--- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/vinagre/patches/fix-ipv6-interpretation.patch diff --git a/srcpkgs/vinagre/patches/fix-ipv6-interpretation.patch b/srcpkgs/vinagre/patches/fix-ipv6-interpretation.patch deleted file mode 100644 index 96acbb4bdee..00000000000 --- a/srcpkgs/vinagre/patches/fix-ipv6-interpretation.patch +++ /dev/null @@ -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; diff --git a/srcpkgs/vinagre/template b/srcpkgs/vinagre/template index 3e1386b400d..8f3ccde9b93 100644 --- a/srcpkgs/vinagre/template +++ b/srcpkgs/vinagre/template @@ -1,7 +1,7 @@ # Template file for 'vinagre' pkgname=vinagre -version=3.18.1 -revision=3 +version=3.18.2 +revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile" hostmakedepends="pkg-config intltool itstool glib gnome-doc-utils" @@ -14,4 +14,4 @@ maintainer="Juan RP " homepage="http://projects.gnome.org/vinagre" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=5ddad95bb4dacc771d57541ecad49c9c9879043c0404c726c4853a243d710c98 +checksum=65b81299de0b75a9433e5654d5314f347895d5efb7acd3b111e5e8c03f48fbc4