]> saetta.ns0.it Git - msys2/commitdiff
vinagre: 3.16.1 yet wip.
authorAndrea Zagli <azagli@libero.it>
Sun, 23 Aug 2015 07:01:11 +0000 (09:01 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Apr 2018 13:15:17 +0000 (15:15 +0200)
packages/mingw-w64-vinagre/001-win.patch
packages/mingw-w64-vinagre/PKGBUILD

index b4e7b3d4cca157f7be975b825b266c26aabe1c4d..6ca5351a21b543df9eb1c6841cee128bf348081b 100644 (file)
@@ -1,24 +1,26 @@
---- ./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>
index 5539e812fe0a9bd9ea33b86fc939cfcda50a5c20..a6470d9f2ba5f3d937e732e55deac3ee8d2f30f9 100644 (file)
@@ -2,7 +2,7 @@
 
 _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)"
@@ -19,13 +19,13 @@ url="http://www.gnome.org"
 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
 }