summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/gtk2-2-winver.patch23
-rw-r--r--src/gtk2.mk2
3 files changed, 2 insertions, 25 deletions
diff --git a/index.html b/index.html
index ef866a1..3aa76fc 100644
--- a/index.html
+++ b/index.html
@@ -1289,7 +1289,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="gtk2-package">gtk2</td>
- <td id="gtk2-version">2.24.17</td>
+ <td id="gtk2-version">2.24.18</td>
<td id="gtk2-website"><a href="http://www.gtk.org/">GTK+</a></td>
</tr>
<tr>
diff --git a/src/gtk2-2-winver.patch b/src/gtk2-2-winver.patch
deleted file mode 100644
index b5b269a..0000000
--- a/src/gtk2-2-winver.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-Make sure WINVER is set (in gdkprivate-win32.h) before we include windows.h.
-
-diff -urN gtk+-2.24.17.orig/gdk/win32/gdkwindow-win32.c gtk+-2.24.17/gdk/win32/gdkwindow-win32.c
---- gtk+-2.24.17.orig/gdk/win32/gdkwindow-win32.c 2012-12-05 11:36:04.000000000 +0100
-+++ gtk+-2.24.17/gdk/win32/gdkwindow-win32.c 2013-03-24 15:34:32.875836426 +0100
-@@ -29,13 +29,13 @@
-
- #include "config.h"
- #include <stdlib.h>
--#include <windows.h>
-
- #include "gdk.h"
- #include "gdkwindowimpl.h"
- #include "gdkprivate-win32.h"
- #include "gdkinput-win32.h"
- #include "gdkenumtypes.h"
-+#include <windows.h>
-
- static GdkColormap* gdk_window_impl_win32_get_colormap (GdkDrawable *drawable);
- static void gdk_window_impl_win32_set_colormap (GdkDrawable *drawable,
diff --git a/src/gtk2.mk b/src/gtk2.mk
index cbe4bd6..d4b3d98 100644
--- a/src/gtk2.mk
+++ b/src/gtk2.mk
@@ -3,7 +3,7 @@
PKG := gtk2
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 1c539a1564fbcb0a9b60b03188dc808f7b678531
+$(PKG)_CHECKSUM := 59f725afbfe612fc2c772ab7f33842032b03e048
$(PKG)_SUBDIR := gtk+-$($(PKG)_VERSION)
$(PKG)_FILE := gtk+-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gtk+/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)