Author: hawk Date: Wed Aug 25 12:44:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - fixed build with libchamplain 0.6
---- Files affected: packages/claws-mail-extra-plugins: claws-mail-extra-plugins.spec (1.61 -> 1.62) , claws-mail-extra-plugins-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec diff -u packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.61 packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.62 --- packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.61 Fri Jul 9 13:13:47 2010 +++ packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec Wed Aug 25 14:44:49 2010 @@ -8,6 +8,7 @@ Group: Applications Source0: http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2 # Source0-md5: adcedabfed8956f1fdf91b52965f0ef2 +Patch0: %{name}-build.patch URL: http://www.claws-mail.net/plugins.php BuildRequires: claws-mail-devel >= 3.7.3.22 BuildRequires: curl-devel @@ -358,10 +359,12 @@ %prep %setup -q +%patch0 -p1 %build for i in `find * -maxdepth 0 -type d -print`; do cd "$i" + %{__autoconf} %configure %{__make} cd .. @@ -502,6 +505,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2010/08/25 12:44:49 hawk +- fixed build with libchamplain 0.6 + Revision 1.61 2010/07/09 11:13:47 arekm - release 3 ================================================================ Index: packages/claws-mail-extra-plugins/claws-mail-extra-plugins-build.patch diff -u /dev/null packages/claws-mail-extra-plugins/claws-mail-extra-plugins-build.patch:1.1 --- /dev/null Wed Aug 25 14:44:55 2010 +++ packages/claws-mail-extra-plugins/claws-mail-extra-plugins-build.patch Wed Aug 25 14:44:49 2010 @@ -0,0 +1,12 @@ +diff -ur claws-mail-extra-plugins-3.7.6.orig//geolocation_plugin-0.0.3/configure.ac claws-mail-extra-plugins-3.7.6.fix//geolocation_plugin-0.0.3/configure.ac +--- claws-mail-extra-plugins-3.7.6.orig//geolocation_plugin-0.0.3/configure.ac 2010-05-01 16:18:31.000000000 +0200 ++++ claws-mail-extra-plugins-3.7.6.fix//geolocation_plugin-0.0.3/configure.ac 2010-08-25 14:15:43.670198866 +0200 +@@ -97,7 +97,7 @@ + PKG_CHECK_MODULES(LIBSOUP, libsoup-2.4) + + dnl Check for libchamplain +-PKG_CHECK_MODULES(CHAMPLAIN, champlain-gtk-0.4 >= 0.4.0) ++PKG_CHECK_MODULES(CHAMPLAIN, champlain-gtk-0.6 >= 0.6.0) + + AC_SUBST(VERSION) + AC_SUBST(PLUGINVERSION) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
