Disable more pango code

This commit is contained in:
Marc Maurer 2005-08-19 14:08:16 +00:00
parent bdded86a2d
commit 127a998cef
2 changed files with 18 additions and 3 deletions

View File

@ -1,5 +1,5 @@
diff --recursive -Nau abiword-2.3.4.org/abi/src/af/gr/unix/GNUmakefile.am abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am
--- abiword-2.3.4.org/abi/src/af/gr/unix/GNUmakefile.am 2005-03-20 18:41:14.000000000 +0100
diff --recursive -Nau abiword-2.3.4.orig/abi/src/af/gr/unix/GNUmakefile.am abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am
--- abiword-2.3.4.orig/abi/src/af/gr/unix/GNUmakefile.am 2005-03-20 18:41:14.000000000 +0100
+++ abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am 2005-08-19 15:20:28.000000000 +0200
@@ -24,6 +24,5 @@
@ -9,3 +9,15 @@ diff --recursive -Nau abiword-2.3.4.org/abi/src/af/gr/unix/GNUmakefile.am abiwor
- gr_UnixPangoGraphics.cpp
+ gr_UnixImage.cpp
diff --recursive -Nau abiword-2.3.4.orig/abi/src/af/xap/unix/xap_UnixApp.cpp abiword-2.3.4/abi/src/af/xap/unix/xap_UnixApp.cpp
--- abiword-2.3.4.orig/abi/src/af/xap/unix/xap_UnixApp.cpp 2005-07-05 16:08:20.000000000 +0200
+++ abiword-2.3.4/abi/src/af/xap/unix/xap_UnixApp.cpp 2005-08-19 16:04:00.000000000 +0200
@@ -107,7 +107,7 @@
UT_ASSERT( bSuccess );
-#if 1
+#if 0
bSuccess = pGF->registerClass(GR_UnixPangoGraphics::graphicsAllocator,
GR_UnixPangoGraphics::graphicsDescriptor,
GR_UnixPangoGraphics::s_getClassId());

View File

@ -3,7 +3,7 @@
Summary: The AbiWord word processor
Name: abiword
Version: 2.3.4
Release: 3
Release: 4
Epoch: 1
Group: Applications/Editors
License: GPL
@ -132,6 +132,9 @@ update-desktop-database %{_datadir}/applications
%{_datadir}/icons/*png
%changelog
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-4
- Update the pango patch to disable more pango code
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-3
- Fix the build after applying the pango disabling patch by
rerunning autogen.sh