---- ./vinagre/vinagre-reverse-vnc-listener-dialog.c.orig 2015-02-22 17:05:00.957604000 +0100
-+++ ./vinagre/vinagre-reverse-vnc-listener-dialog.c 2015-02-22 17:05:21.859349800 +0100
-@@ -21,7 +21,9 @@
+--- ./vinagre/vinagre-reverse-vnc-listener-dialog.c.orig 2013-07-02 16:14:35.000000000 +0200
++++ ./vinagre/vinagre-reverse-vnc-listener-dialog.c 2015-08-23 08:51:01.623445100 +0200
+@@ -21,10 +21,6 @@
#include <config.h>
#include <sys/types.h>
-+#ifndef G_OS_WIN32
- #include <sys/socket.h>
-+#endif
- #include <net/if.h>
- #include <arpa/inet.h>
- #include <netinet/in.h>
---- ./vinagre/vinagre-reverse-vnc-listener.c.orig 2015-02-22 17:04:39.435874500 +0100
-+++ ./vinagre/vinagre-reverse-vnc-listener.c 2015-02-22 17:04:47.642312200 +0100
-@@ -22,7 +22,9 @@
+-#include <sys/socket.h>
+-#include <net/if.h>
+-#include <arpa/inet.h>
+-#include <netinet/in.h>
+
+ #ifdef HAVE_IFADDRS_H
+ #include <ifaddrs.h>
+--- ./vinagre/vinagre-reverse-vnc-listener.c.orig 2013-07-02 16:14:35.000000000 +0200
++++ ./vinagre/vinagre-reverse-vnc-listener.c 2015-08-23 08:51:29.941030400 +0200
+@@ -22,10 +22,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
-+#ifndef G_OS_WIN32
- #include <sys/socket.h>
-+#endif
- #include <netinet/in.h>
- #include <netinet/tcp.h>
- #include <arpa/inet.h>
+-#include <sys/socket.h>
+-#include <netinet/in.h>
+-#include <netinet/tcp.h>
+-#include <arpa/inet.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <fcntl.h>
_realname=vinagre
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=3.14.3
+pkgver=3.16.1
pkgrel=1
arch=('any')
pkgdesc="Remote desktop client for the GNOME Desktop (mingw-w64)"
install=vinagre-${CARCH}.install
source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz
001-win.patch)
-sha256sums=('f82d8c66684a00a79422724b0e1efad28ba35ba21a92dc7dcb867ed7b64659f0'
- '380e82d8fb3468dac99834f2ec958bc86ba5957a61ed2c34b8489d286168a6ee')
+sha256sums=('d77c0057e8525efeef8b35839bce07e5451d99f3ef9d156c7f549a4c1ad6483f'
+ '4cabe88d0d99baa2e3146eccfa5c3844b268d85ba408bf07b65361dea21e1c24')
prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
- patch -p1 -i ${srcdir}/001-win.patch
+ patch -b -V simple -p1 -i ${srcdir}/001-win.patch
#autoreconf -fi
}