]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- fix building with current evolution-data-server auto/th/abiword-3.0.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Oct 2014 19:52:07 +0000 (21:52 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Oct 2014 19:52:07 +0000 (21:52 +0200)
abiword.spec
eds-libebook.patch [new file with mode: 0644]

index 776a2aa45f2eb8de6c060fc1eff30fff61820f71..139d3e751d9d17581927dda15b025ec199217f01 100644 (file)
@@ -24,6 +24,7 @@ Source0:      http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{
 # Source0-md5: 8d9c41cff3a8fbef8d0c835c65600e65
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-mht.patch
+Patch2:                eds-libebook.patch
 URL:           http://www.abisource.com/
 BuildRequires: aiksaurus-gtk-devel >= 1.2.1
 BuildRequires: autoconf
@@ -33,6 +34,7 @@ BuildRequires:        bzip2-devel
 BuildRequires: cairo-devel
 BuildRequires: enchant-devel >= 1.2.6
 BuildRequires: eps-devel
+BuildRequires: evolution-data-server-devel
 BuildRequires: fontconfig-devel >= 1:2.3.95
 BuildRequires: fribidi-devel >= 0.10.4
 BuildRequires: glib2-devel >= 1:2.12.1
@@ -318,6 +320,7 @@ Jest to teczka clipartów używanych przez AbiWorda.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal} -I .
@@ -329,13 +332,7 @@ Jest to teczka clipartów używanych przez AbiWorda.
        --disable-static \
        --enable-clipart \
        --enable-plugins=auto \
-       --enable-printing \
-       --enable-scripting \
-       --enable-templates \
-       --enable-threads \
-       --with-libxml2 \
-       --with-pspell \
-       --with-sys-wv
+       --enable-templates
 
 %{__make}
 
diff --git a/eds-libebook.patch b/eds-libebook.patch
new file mode 100644 (file)
index 0000000..36002f1
--- /dev/null
@@ -0,0 +1,11 @@
+--- abiword-3.0.0/src/text/ptbl/xp/pd_DocumentRDF.cpp~ 2013-04-07 15:53:03.000000000 +0200
++++ abiword-3.0.0/src/text/ptbl/xp/pd_DocumentRDF.cpp  2014-10-18 21:41:42.371972410 +0200
+@@ -1884,7 +1884,7 @@
+ #ifdef WITH_EVOLUTION_DATA_SERVER
+ extern "C" {
+-  #include <libebook/e-book.h>
++  #include <libebook/libebook.h>
+ };
+ static std::string get( EVCard* c, const char* v )
This page took 0.138261 seconds and 4 git commands to generate.