]> git.pld-linux.org Git - packages/claws-mail-extra-plugins.git/commitdiff
- fixed build with libchamplain 0.6
authorhawk <hawk@pld-linux.org>
Wed, 25 Aug 2010 12:44:49 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail-extra-plugins-build.patch -> 1.1
    claws-mail-extra-plugins.spec -> 1.62

claws-mail-extra-plugins-build.patch [new file with mode: 0644]
claws-mail-extra-plugins.spec

diff --git a/claws-mail-extra-plugins-build.patch b/claws-mail-extra-plugins-build.patch
new file mode 100644 (file)
index 0000000..83a07ac
--- /dev/null
@@ -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)
index d51dd51d2305e49fcc2ae045511d6c5802e1cdef..10f578ad7f71c511d2f2b6e0b00e4ac9f72924cf 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v3
 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
@@ -357,10 +358,12 @@ webCal.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 for i in `find * -maxdepth 0 -type d -print`; do
        cd "$i"
+       %{__autoconf}
        %configure
        %{__make}
        cd ..
This page took 0.075043 seconds and 4 git commands to generate.