Author: sls Date: Sat Feb 12 20:50:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - added fix for compiling with gtk-2.24
---- Files affected: packages/evolution-exchange: evolution-exchange.spec (1.62 -> 1.63) , gtk224.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/evolution-exchange/evolution-exchange.spec diff -u packages/evolution-exchange/evolution-exchange.spec:1.62 packages/evolution-exchange/evolution-exchange.spec:1.63 --- packages/evolution-exchange/evolution-exchange.spec:1.62 Wed Nov 17 07:04:27 2010 +++ packages/evolution-exchange/evolution-exchange.spec Sat Feb 12 21:50:42 2011 @@ -10,6 +10,7 @@ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.32/%{name}-%{version}.tar.bz2 # Source0-md5: 5b5317557b3791c76192a3157b983213 +Patch0: gtk224.patch BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.9 @@ -59,6 +60,7 @@ %prep %setup -q +%patch0 -p1 sed -i -e 's/^en@shaw//' po/LINGUAS rm -f po/[email protected] @@ -123,6 +125,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2011/02/12 20:50:42 sls +- added fix for compiling with gtk-2.24 + Revision 1.62 2010/11/17 06:04:27 megabajt - updated to 2.32.1 ================================================================ Index: packages/evolution-exchange/gtk224.patch diff -u /dev/null packages/evolution-exchange/gtk224.patch:1.1 --- /dev/null Sat Feb 12 21:50:48 2011 +++ packages/evolution-exchange/gtk224.patch Sat Feb 12 21:50:42 2011 @@ -0,0 +1,10 @@ +--- evolution-exchange-2.32.1/configure.ac.orig 2011-02-12 20:35:58.105698148 +0100 ++++ evolution-exchange-2.32.1/configure.ac 2011-02-12 20:36:06.529031001 +0100 +@@ -64,7 +64,6 @@ AS_COMPILER_FLAGS(WARNING_FLAGS, + -DPANGO_DISABLE_DEPRECATED + -DGDK_DISABLE_DEPRECATED + -DGDK_PIXBUF_DISABLE_DEPRECATED +- -DGTK_DISABLE_DEPRECATED + -DE_BOOK_DISABLE_DEPRECATED + -DE_CAL_DISABLE_DEPRECATED + -DG_DISABLE_SINGLE_INCLUDES ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-exchange/evolution-exchange.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
