Patch for gtk+ version check lowered to 2.21.1
This commit is contained in:
parent
2a0a9c3460
commit
e0c8643fb8
12
evolution-data-server-2.31.3-lower-gtk-version.patch
Normal file
12
evolution-data-server-2.31.3-lower-gtk-version.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up evolution-data-server-2.31.3/libedataserverui/gtk-compat.h.lower-version evolution-data-server-2.31.3/libedataserverui/gtk-compat.h
|
||||||
|
--- evolution-data-server-2.31.3/libedataserverui/gtk-compat.h.lower-version 2010-06-07 15:28:43.000000000 +0200
|
||||||
|
+++ evolution-data-server-2.31.3/libedataserverui/gtk-compat.h 2010-06-07 15:30:07.000000000 +0200
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
* That way it is still possible to build with GTK+ 2.20.
|
||||||
|
*/
|
||||||
|
|
||||||
|
-#if !GTK_CHECK_VERSION(2,21,2)
|
||||||
|
+#if !GTK_CHECK_VERSION(2,21,1)
|
||||||
|
|
||||||
|
#define gdk_drag_context_get_actions(context) (context)->actions
|
||||||
|
#define gdk_drag_context_get_suggested_action(context) (context)->suggested_action
|
@ -42,6 +42,9 @@ Obsoletes: evolution-webcal < 2.24.0
|
|||||||
# RH bug #243296
|
# RH bug #243296
|
||||||
Patch11: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
Patch11: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
||||||
|
|
||||||
|
# lower gtk+ version requirement for the Gdk sealed properties
|
||||||
|
Patch12: evolution-data-server-2.31.3-lower-gtk-version.patch
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
@ -120,6 +123,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch11 -p1 -b .fix-64bit-acinclude
|
%patch11 -p1 -b .fix-64bit-acinclude
|
||||||
|
%patch12 -p1 -b .lower-gtk-version
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user