putty: update to 0.70.
This commit is contained in:
parent
292aecf35d
commit
b8a5c72b59
@ -1,16 +0,0 @@
|
||||
--- unix/gtkwin.c.orig 2017-04-24 13:52:45.000000000 +0000
|
||||
+++ unix/gtkwin.c 2017-04-30 22:43:56.901428607 +0000
|
||||
@@ -2188,11 +2188,11 @@
|
||||
free(data);
|
||||
free(col_css);
|
||||
#else
|
||||
- if (gtk_widget_get_window(win)) {
|
||||
+ if (gtk_widget_get_window(widget)) {
|
||||
/* For GTK1, which doesn't have a 'const' on
|
||||
* gdk_window_set_background's second parameter type. */
|
||||
GdkColor col_mutable = *col;
|
||||
- gdk_window_set_background(gtk_widget_get_window(win), &col_mutable);
|
||||
+ gdk_window_set_background(gtk_widget_get_window(widget), &col_mutable);
|
||||
}
|
||||
#endif
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'putty'
|
||||
pkgname=putty
|
||||
version=0.69
|
||||
version=0.70
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
||||
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
|
||||
checksum=b7dad241ff01b0cbb9dc4c1471ec7cacf8f08d98a581aeb2f336da3c0eb96ad1
|
||||
checksum=bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user