]> git.pld-linux.org Git - packages/crossmingw32-gtk+2.git/commitdiff
- updated to 2.24.14; plain WINNT 4 API is no longer sufficient
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 10:32:12 +0000 (11:32 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 10:32:12 +0000 (11:32 +0100)
crossmingw32-gtk+2.spec

index 4c604c72b06615c7a43853035470456123192950..3999a3c88b8cf83812532014d536f85cdd2795bd 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       The GIMP Toolkit - MinGW32 cross version
 Summary(pl.UTF-8):     GIMP Toolkit - wersja skrośna dla MinGW32
 Name:          crossmingw32-gtk+2
-Version:       2.24.13
+Version:       2.24.14
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.xz
-# Source0-md5: e949406751df51e1e40e85628005a069
+# Source0-md5: e2c16f119ed624893ecfc3775930ae4c
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.7
@@ -99,6 +99,8 @@ export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# starting with 2.24.14 gtk+ uses Windows 5.0 features
+CPPFLAGS="%{rpmcppflags} -DWINVER=0x0500"
 %configure \
        --target=%{target} \
        --host=%{target} \
This page took 0.095864 seconds and 4 git commands to generate.