Disable the experimental pango renderer

This commit is contained in:
Marc Maurer 2005-08-19 13:25:08 +00:00
parent f8db67815f
commit 13f034dcb3
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,11 @@
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
+++ abiword-2.3.4/abi/src/af/gr/unix/GNUmakefile.am 2005-08-19 15:20:28.000000000 +0200
@@ -24,6 +24,5 @@
libGr_unix_a_SOURCES=\
gr_UnixGraphics.cpp \
- gr_UnixImage.cpp \
- gr_UnixPangoGraphics.cpp
+ gr_UnixImage.cpp

View File

@ -3,7 +3,7 @@
Summary: The AbiWord word processor
Name: abiword
Version: 2.3.4
Release: 1
Release: 2
Epoch: 1
Group: Applications/Editors
License: GPL
@ -41,6 +41,7 @@ URL: http://www.abisource.com/
Patch0: abiword-2.0.9-windowshelppaths.patch
Patch1: abiword-2.2.6-desktop.patch
Patch2: abiword-2.3.4-pangographics.patch
%description
AbiWord is a cross-platform Open Source word processor. The goal is to make
@ -50,6 +51,7 @@ AbiWord full-featured, and remain lean.
%setup -q
%patch0 -p1 -b .windowshelppaths
%patch1 -p1 -b .desktop
%patch2 -p1 -b .pangographics
%build
cd abi
@ -128,7 +130,10 @@ update-desktop-database %{_datadir}/applications
%{_datadir}/icons/*png
%changelog
* Thu Aug 17 2005 Marc Maurer <uwog@abisoure.com> - 1:2.3.4-1
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
- Disable the experimental pango renderer
* Thu Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
- Update to 2.3.4
- Add link-grammar dependency