head 1.10; access; symbols OPENPKG_E1_MP_HEAD:1.4 OPENPKG_E1_MP:1.4 OPENPKG_E1_MP_2_STABLE:1.4.2.2 OPENPKG_E1_FP:1.4.2.2 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4.2.2 OPENPKG_2_STABLE:1.4.0.2; locks; strict; comment @# @; 1.10 date 2008.07.07.16.36.31; author rse; state Exp; branches; next 1.9; commitid ZqvrUVeKKUvKlT9t; 1.9 date 2008.02.04.19.07.01; author rse; state Exp; branches; next 1.8; commitid fsX1ohpD2GUg87Qs; 1.8 date 2007.12.01.13.46.37; author rse; state Exp; branches; next 1.7; commitid 38RfFxs7JNDTrJHs; 1.7 date 2007.08.15.09.22.44; author cs; state Exp; branches; next 1.6; commitid RUmxEfnZKlqBsPts; 1.6 date 2007.07.15.08.37.06; author rse; state Exp; branches; next 1.5; commitid qdzvBui5POiJcQps; 1.5 date 2007.03.15.07.42.24; author rse; state Exp; branches; next 1.4; commitid ipAXcVqvRWk6P9as; 1.4 date 2006.10.01.12.03.53; author rse; state Exp; branches 1.4.2.1; next 1.3; commitid NwDOl8RU8PVBzYOr; 1.3 date 2006.05.30.19.48.48; author rse; state Exp; branches; next 1.2; commitid 37IQc8jDOlie85zr; 1.2 date 2005.08.18.07.57.39; author rse; state Exp; branches; next 1.1; 1.1 date 2005.08.14.10.23.25; author rse; state Exp; branches; next ; 1.4.2.1 date 2006.10.01.12.03.53; author rse; state dead; branches; next 1.4.2.2; commitid iZxwRSmmWscPXUQr; 1.4.2.2 date 2006.10.16.14.58.27; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.10 log @upgrading package: xmlroff 0.5.5 -> 0.6.0 @ text @Index: libfo-0.6.pc.in --- libfo-0.6.pc.in.orig 2007-07-18 12:51:18 +0200 +++ libfo-0.6.pc.in 2008-02-04 19:42:31 +0100 @@@@ -1,11 +1,11 @@@@ prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ libdir=@@libdir@@ -pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ +pkgincludedir=@@includedir@@/libfo enable_cairo=@@ENABLE_CAIRO@@ enable_gp=@@ENABLE_GP@@ -compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl +compat_stylesheet=@@prefix@@/share/xml/libfo/libfo-compat.xsl Name: libfo Description: XSL formatter library for xmlroff Index: libfo/Makefile.in --- libfo/Makefile.in.orig 2008-01-13 21:03:00 +0100 +++ libfo/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -340,7 +340,7 @@@@ $(fodoc_headers) \ $(libfo_headers) -libfoincludedir = $(includedir)/libfo-0.6/libfo +libfoincludedir = $(includedir)/libfo libfo_libfo_la_SOURCES = \ $(libfo_headers) \ fo-font-desc.c \ @@@@ -379,7 +379,7 @@@@ -version-info $(LT_VERSION_INFO) \ $(no_undefined) -libfo_0_6_includedir = $(includedir)/libfo-0.6/libfo +libfo_0_6_includedir = $(includedir)/libfo libfo_0_6_include_HEADERS = \ fo-object.h \ fo-node.h \ Index: libfo/area/Makefile.in --- libfo/area/Makefile.in.orig 2008-01-13 21:03:00 +0100 +++ libfo/area/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -255,7 +255,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-area.la -libfo_area_includedir = $(includedir)/libfo-0.6/libfo/area +libfo_area_includedir = $(includedir)/libfo/area libfo_area_include_HEADERS = \ fo-area.h Index: libfo/datatype/Makefile.in --- libfo/datatype/Makefile.in.orig 2008-01-13 21:03:01 +0100 +++ libfo/datatype/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -253,7 +253,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-datatype.la -libfo_datatype_includedir = $(includedir)/libfo-0.6/libfo/datatype +libfo_datatype_includedir = $(includedir)/libfo/datatype libfo_datatype_include_HEADERS = \ fo-datatype.h \ fo-enum.h Index: libfo/fo/Makefile.in --- libfo/fo/Makefile.in.orig 2008-01-13 21:03:01 +0100 +++ libfo/fo/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -322,7 +322,7 @@@@ fo-wrapper-block-area.c \ fo-wrapper-block-area.h -libfo_fo_includedir = $(includedir)/libfo-0.6/libfo/fo +libfo_fo_includedir = $(includedir)/libfo/fo libfo_fo_include_HEADERS = \ fo-fo.h Index: libfo/property/Makefile.in --- libfo/property/Makefile.in.orig 2008-01-13 21:03:01 +0100 +++ libfo/property/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -391,7 +391,7 @@@@ # libfo-text-property.la is a convenience library containing # properties that depend on Pango. noinst_LTLIBRARIES = libfo-property.la libfo-text-property.la -libfo_property_includedir = $(includedir)/libfo-0.6/libfo/property +libfo_property_includedir = $(includedir)/libfo/property libfo_property_include_HEADERS = \ fo-property.h Index: libfo/util/Makefile.in --- libfo/util/Makefile.in.orig 2008-01-13 21:03:01 +0100 +++ libfo/util/Makefile.in 2008-02-04 19:42:31 +0100 @@@@ -252,7 +252,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-util.la -libfo_util_includedir = $(includedir)/libfo-0.6/libfo/util +libfo_util_includedir = $(includedir)/libfo/util libfo_util_include_HEADERS = \ fo-hash-table.h \ fo-image.h \ @ 1.9 log @upgrading package: xmlroff 0.5.3 -> 0.5.4 @ text @d1 3 a3 3 Index: libfo-0.5.pc.in --- libfo-0.5.pc.in.orig 2007-07-18 12:51:18 +0200 +++ libfo-0.5.pc.in 2008-02-04 19:42:31 +0100 d25 1 a25 1 -libfoincludedir = $(includedir)/libfo-0.5/libfo d34 3 a36 3 -libfo_0_5_includedir = $(includedir)/libfo-0.5/libfo +libfo_0_5_includedir = $(includedir)/libfo libfo_0_5_include_HEADERS = \ d46 1 a46 1 -libfo_area_includedir = $(includedir)/libfo-0.5/libfo/area d58 1 a58 1 -libfo_datatype_includedir = $(includedir)/libfo-0.5/libfo/datatype d70 1 a70 1 -libfo_fo_includedir = $(includedir)/libfo-0.5/libfo/fo d82 1 a82 1 -libfo_property_includedir = $(includedir)/libfo-0.5/libfo/property d94 1 a94 1 -libfo_util_includedir = $(includedir)/libfo-0.5/libfo/util @ 1.8 log @upgrading package: xmlroff 0.5.2 -> 0.5.3 @ text @a0 12 Index: Makefile.in --- Makefile.in.orig 2007-10-04 21:16:43 +0200 +++ Makefile.in 2007-12-01 10:37:48 +0100 @@@@ -249,7 +249,7 @@@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ -SUBDIRS = libfo xmlroff . examples docs cunit +SUBDIRS = libfo xmlroff . examples docs @@PLATFORM_WIN32_TRUE@@no_undefined = -no-undefined INCLUDES = \ -DG_LOG_DOMAIN=\"libfo\" \ d3 1 a3 1 +++ libfo-0.5.pc.in 2007-12-01 10:20:14 +0100 d19 2 a20 2 --- libfo/Makefile.in.orig 2007-10-04 21:16:41 +0200 +++ libfo/Makefile.in 2007-12-01 10:20:14 +0100 d40 2 a41 2 --- libfo/area/Makefile.in.orig 2007-10-04 21:16:42 +0200 +++ libfo/area/Makefile.in 2007-12-01 10:20:14 +0100 d52 2 a53 2 --- libfo/datatype/Makefile.in.orig 2007-10-04 21:16:42 +0200 +++ libfo/datatype/Makefile.in 2007-12-01 10:20:14 +0100 d64 2 a65 2 --- libfo/fo/Makefile.in.orig 2007-10-04 21:16:42 +0200 +++ libfo/fo/Makefile.in 2007-12-01 10:20:14 +0100 d76 2 a77 2 --- libfo/property/Makefile.in.orig 2007-10-04 21:16:42 +0200 +++ libfo/property/Makefile.in 2007-12-01 10:20:14 +0100 d88 2 a89 2 --- libfo/util/Makefile.in.orig 2007-10-04 21:16:43 +0200 +++ libfo/util/Makefile.in 2007-12-01 10:20:14 +0100 @ 1.7 log @upgrading package: xmlroff 0.5.1 -> 0.5.2 @ text @d1 29 d31 2 a32 2 --- libfo/Makefile.in.orig 2007-08-14 22:50:01 +0200 +++ libfo/Makefile.in 2007-08-15 11:04:42 +0200 d52 2 a53 2 --- libfo/area/Makefile.in.orig 2007-08-14 22:50:01 +0200 +++ libfo/area/Makefile.in 2007-08-15 11:05:16 +0200 d64 2 a65 2 --- libfo/datatype/Makefile.in.orig 2007-08-14 22:50:01 +0200 +++ libfo/datatype/Makefile.in 2007-08-15 11:05:38 +0200 d76 2 a77 2 --- libfo/fo/Makefile.in.orig 2007-08-14 22:50:01 +0200 +++ libfo/fo/Makefile.in 2007-08-15 11:06:05 +0200 d88 2 a89 2 --- libfo/property/Makefile.in.orig 2007-08-14 22:50:02 +0200 +++ libfo/property/Makefile.in 2007-08-15 11:06:25 +0200 d100 2 a101 2 --- libfo/util/Makefile.in.orig 2007-08-14 22:50:02 +0200 +++ libfo/util/Makefile.in 2007-08-15 11:06:39 +0200 a110 17 Index: libfo-0.5.pc.in --- libfo-0.5.pc.in.orig 2007-07-18 12:51:18 +0200 +++ libfo-0.5.pc.in 2007-08-15 11:03:17 +0200 @@@@ -1,11 +1,11 @@@@ prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ libdir=@@libdir@@ -pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ +pkgincludedir=@@includedir@@/libfo enable_cairo=@@ENABLE_CAIRO@@ enable_gp=@@ENABLE_GP@@ -compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl +compat_stylesheet=@@prefix@@/share/xml/libfo/libfo-compat.xsl Name: libfo Description: XSL formatter library for xmlroff @ 1.6 log @upgrading package: xmlroff 0.4.0 -> 0.5.1 @ text @a0 17 Index: libfo-0.5.pc.in --- libfo-0.5.pc.in.orig 2007-04-19 21:40:55 +0200 +++ libfo-0.5.pc.in 2007-07-15 01:37:52 +0200 @@@@ -1,11 +1,11 @@@@ prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ libdir=@@libdir@@ -pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ +pkgincludedir=@@includedir@@/libfo enable_cairo=@@ENABLE_CAIRO@@ enable_gp=@@ENABLE_GP@@ -compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl +compat_stylesheet=@@prefix@@/share/xml/libfo/libfo-compat.xsl Name: libfo Description: XSL formatter library for xmlroff d2 5 a6 5 --- libfo/Makefile.in.orig 2007-07-10 21:59:10 +0200 +++ libfo/Makefile.in 2007-07-15 01:38:17 +0200 @@@@ -326,7 +326,7 @@@@ fo-doc.h \ fo-doc-private.h d9 1 a9 1 +libfoincludedir = $(includedir)/libfo/libfo d13 1 a13 1 @@@@ -365,7 +365,7 @@@@ d17 1 a17 1 -libfo_0_5_includedir = $(includedir)/libfo-0.5 d23 3 a25 3 --- libfo/area/Makefile.in.orig 2007-07-10 21:59:11 +0200 +++ libfo/area/Makefile.in 2007-07-15 10:31:09 +0200 @@@@ -257,7 +257,7 @@@@ d29 1 a29 1 -libfo_area_includedir = $(includedir)/libfo-0.5/area d35 3 a37 3 --- libfo/datatype/Makefile.in.orig 2007-07-10 21:59:11 +0200 +++ libfo/datatype/Makefile.in 2007-07-15 10:31:27 +0200 @@@@ -254,7 +254,7 @@@@ d41 1 a41 1 -libfo_datatype_includedir = $(includedir)/libfo-0.5/datatype d47 3 a49 3 --- libfo/fo/Makefile.in.orig 2007-07-10 21:59:11 +0200 +++ libfo/fo/Makefile.in 2007-07-15 10:31:43 +0200 @@@@ -324,7 +324,7 @@@@ d53 1 a53 1 -libfo_fo_includedir = $(includedir)/libfo-0.5/fo d59 3 a61 3 --- libfo/property/Makefile.in.orig 2007-07-10 21:59:12 +0200 +++ libfo/property/Makefile.in 2007-07-15 10:32:00 +0200 @@@@ -392,7 +392,7 @@@@ d65 1 a65 1 -libfo_property_includedir = $(includedir)/libfo-0.5/property d71 3 a73 3 --- libfo/util/Makefile.in.orig 2007-07-10 21:59:12 +0200 +++ libfo/util/Makefile.in 2007-07-15 10:32:16 +0200 @@@@ -253,7 +253,7 @@@@ d77 1 a77 1 -libfo_util_includedir = $(includedir)/libfo-0.5/util d82 17 @ 1.5 log @upgrading package: xmlroff 0.3.99 -> 0.4.0 @ text @d1 30 a30 13 Index: Makefile.in --- Makefile.in.orig 2007-01-31 17:45:01 +0100 +++ Makefile.in 2007-03-15 08:38:11 +0100 @@@@ -297,7 +297,7 @@@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ -SUBDIRS = pangoxsl libfo area fo datatype property expr util . examples docs +SUBDIRS = libfo area fo datatype property expr util . examples docs @@PLATFORM_WIN32_TRUE@@no_undefined = -no-undefined INCLUDES = \ -DG_LOG_DOMAIN=\"libfo\" \ @@@@ -330,7 +330,7 @@@@ d34 3 a36 3 -libfo_0_4_includedir = $(includedir)/libfo-0.4 +libfo_0_4_includedir = $(includedir)/libfo libfo_0_4_include_HEADERS = \ d39 4 a42 4 Index: area/Makefile.in --- area/Makefile.in.orig 2007-01-31 17:44:49 +0100 +++ area/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -264,7 +264,7 @@@@ d46 1 a46 1 -libfo_area_includedir = $(includedir)/libfo-0.4/area d51 4 a54 4 Index: datatype/Makefile.in --- datatype/Makefile.in.orig 2007-01-31 17:44:49 +0100 +++ datatype/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -259,7 +259,7 @@@@ d58 1 a58 1 -libfo_datatype_includedir = $(includedir)/libfo-0.4/datatype d63 4 a66 4 Index: fo/Makefile.in --- fo/Makefile.in.orig 2007-01-31 17:44:55 +0100 +++ fo/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -331,7 +331,7 @@@@ d70 1 a70 1 -libfo_fo_includedir = $(includedir)/libfo-0.4/fo d75 4 a78 40 Index: libfo-0.4.pc.in --- libfo-0.4.pc.in.orig 2006-07-13 21:55:40 +0200 +++ libfo-0.4.pc.in 2007-03-15 08:37:25 +0100 @@@@ -1,18 +1,16 @@@@ prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ libdir=@@libdir@@ -pkgincludedir=@@includedir@@/libfo-0.4 -#pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ +pkgincludedir=@@includedir@@/libfo enable_cairo=@@ENABLE_CAIRO@@ enable_gp=@@ENABLE_GP@@ -compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl +compat_stylesheet=@@prefix@@/share/xml/libfo/libfo-compat.xsl Name: libfo Description: XSL formatter library for xmlroff Version: @@VERSION@@ Requires: @@GNOMEPRINT_REQUIRES@@ glib-2.0 gobject-2.0 gmodule-2.0 libxslt pangoxsl gdk-pixbuf-2.0 -#Libs: -L${libdir} -lfo-@@LT_RELEASE@@ @@GNOMEPRINT_LIBS@@ Libs: -L${libdir} -lfo-0.4 @@GNOMEPRINT_LIBS@@ Cflags: -I${pkgincludedir} @@GNOMEPRINT_CFLAGS@@ Index: libfo/Makefile.in --- libfo/Makefile.in.orig 2007-01-31 17:44:56 +0100 +++ libfo/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -324,7 +324,7 @@@@ fo-doc.h \ fo-doc-private.h -libfoincludedir = $(includedir)/libfo-0.4/libfo +libfoincludedir = $(includedir)/libfo/libfo libfoinclude_HEADERS = \ $(fodoc_headers) \ $(libfo_headers) Index: property/Makefile.in --- property/Makefile.in.orig 2007-01-31 17:44:58 +0100 +++ property/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -400,7 +400,7 @@@@ d82 1 a82 1 -libfo_property_includedir = $(includedir)/libfo-0.4/property d87 4 a90 4 Index: util/Makefile.in --- util/Makefile.in.orig 2007-01-31 17:44:59 +0100 +++ util/Makefile.in 2007-03-15 08:37:25 +0100 @@@@ -257,7 +257,7 @@@@ d94 1 a94 1 -libfo_util_includedir = $(includedir)/libfo-0.4/util @ 1.4 log @upgrading package: xmlroff 0.3.98 -> 0.3.99 @ text @d2 12 a13 3 --- Makefile.in.orig 2006-08-10 03:01:20 +0200 +++ Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -321,7 +321,7 @@@@ d23 3 a25 3 --- area/Makefile.in.orig 2006-08-10 03:01:21 +0200 +++ area/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -274,7 +274,7 @@@@ d35 3 a37 3 --- datatype/Makefile.in.orig 2006-08-10 03:01:22 +0200 +++ datatype/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -266,7 +266,7 @@@@ d47 3 a49 3 --- fo/Makefile.in.orig 2006-08-10 03:01:26 +0200 +++ fo/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -407,7 +407,7 @@@@ d59 2 a60 2 --- libfo-0.4.pc.in.orig 2006-07-13 12:11:08 +0200 +++ libfo-0.4.pc.in 2006-08-10 20:19:56 +0200 d83 3 a85 3 --- libfo/Makefile.in.orig 2006-08-10 03:01:28 +0200 +++ libfo/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -327,7 +327,7 @@@@ d95 3 a97 3 --- property/Makefile.in.orig 2006-08-10 03:01:30 +0200 +++ property/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -567,7 +567,7 @@@@ d107 3 a109 3 --- util/Makefile.in.orig 2006-08-10 03:01:31 +0200 +++ util/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -248,7 +248,7 @@@@ @ 1.4.2.1 log @file xmlroff.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:58:27 +0000 @ text @d1 108 @ 1.4.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 108 Index: Makefile.in --- Makefile.in.orig 2006-08-10 03:01:20 +0200 +++ Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -321,7 +321,7 @@@@ -version-info $(LT_VERSION_INFO) \ $(no_undefined) -libfo_0_4_includedir = $(includedir)/libfo-0.4 +libfo_0_4_includedir = $(includedir)/libfo libfo_0_4_include_HEADERS = \ fo-object.h \ fo-node.h \ Index: area/Makefile.in --- area/Makefile.in.orig 2006-08-10 03:01:21 +0200 +++ area/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -274,7 +274,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-area.la -libfo_area_includedir = $(includedir)/libfo-0.4/area +libfo_area_includedir = $(includedir)/libfo/area libfo_area_include_HEADERS = \ fo-area.h Index: datatype/Makefile.in --- datatype/Makefile.in.orig 2006-08-10 03:01:22 +0200 +++ datatype/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -266,7 +266,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-datatype.la -libfo_datatype_includedir = $(includedir)/libfo-0.4/datatype +libfo_datatype_includedir = $(includedir)/libfo/datatype libfo_datatype_include_HEADERS = \ fo-datatype.h \ fo-enum.h Index: fo/Makefile.in --- fo/Makefile.in.orig 2006-08-10 03:01:26 +0200 +++ fo/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -407,7 +407,7 @@@@ fo-wrapper-block-area.c \ fo-wrapper-block-area.h -libfo_fo_includedir = $(includedir)/libfo-0.4/fo +libfo_fo_includedir = $(includedir)/libfo/fo libfo_fo_include_HEADERS = \ fo-fo.h Index: libfo-0.4.pc.in --- libfo-0.4.pc.in.orig 2006-07-13 12:11:08 +0200 +++ libfo-0.4.pc.in 2006-08-10 20:19:56 +0200 @@@@ -1,18 +1,16 @@@@ prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ libdir=@@libdir@@ -pkgincludedir=@@includedir@@/libfo-0.4 -#pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ +pkgincludedir=@@includedir@@/libfo enable_cairo=@@ENABLE_CAIRO@@ enable_gp=@@ENABLE_GP@@ -compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl +compat_stylesheet=@@prefix@@/share/xml/libfo/libfo-compat.xsl Name: libfo Description: XSL formatter library for xmlroff Version: @@VERSION@@ Requires: @@GNOMEPRINT_REQUIRES@@ glib-2.0 gobject-2.0 gmodule-2.0 libxslt pangoxsl gdk-pixbuf-2.0 -#Libs: -L${libdir} -lfo-@@LT_RELEASE@@ @@GNOMEPRINT_LIBS@@ Libs: -L${libdir} -lfo-0.4 @@GNOMEPRINT_LIBS@@ Cflags: -I${pkgincludedir} @@GNOMEPRINT_CFLAGS@@ Index: libfo/Makefile.in --- libfo/Makefile.in.orig 2006-08-10 03:01:28 +0200 +++ libfo/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -327,7 +327,7 @@@@ fo-doc.h \ fo-doc-private.h -libfoincludedir = $(includedir)/libfo-0.4/libfo +libfoincludedir = $(includedir)/libfo/libfo libfoinclude_HEADERS = \ $(fodoc_headers) \ $(libfo_headers) Index: property/Makefile.in --- property/Makefile.in.orig 2006-08-10 03:01:30 +0200 +++ property/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -567,7 +567,7 @@@@ # libfo-text-property.la is a convenience library containing # properties that depend on Pango. noinst_LTLIBRARIES = libfo-property.la libfo-text-property.la -libfo_property_includedir = $(includedir)/libfo-0.4/property +libfo_property_includedir = $(includedir)/libfo/property libfo_property_include_HEADERS = \ fo-property.h Index: util/Makefile.in --- util/Makefile.in.orig 2006-08-10 03:01:31 +0200 +++ util/Makefile.in 2006-08-10 20:17:51 +0200 @@@@ -248,7 +248,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-util.la -libfo_util_includedir = $(includedir)/libfo-0.4/util +libfo_util_includedir = $(includedir)/libfo/util libfo_util_include_HEADERS = \ fo-hash-table.h \ fo-image.h \ @ 1.3 log @upgrading package: xmlroff 0.3.9 -> 0.3.98 @ text @d2 2 a3 2 --- Makefile.in.orig 2006-05-30 17:46:37 +0200 +++ Makefile.in 2006-05-30 21:40:49 +0200 d14 2 a15 2 --- area/Makefile.in.orig 2006-05-30 17:46:38 +0200 +++ area/Makefile.in 2006-05-30 21:40:49 +0200 d26 2 a27 2 --- datatype/Makefile.in.orig 2006-05-30 17:46:39 +0200 +++ datatype/Makefile.in 2006-05-30 21:40:49 +0200 d38 2 a39 2 --- fo/Makefile.in.orig 2006-05-30 17:46:45 +0200 +++ fo/Makefile.in 2006-05-30 21:40:49 +0200 d50 3 a52 3 --- libfo-0.4.pc.in.orig 2006-05-29 16:10:17 +0200 +++ libfo-0.4.pc.in 2006-05-30 21:40:49 +0200 @@@@ -1,7 +1,7 @@@@ d56 2 a57 1 -pkgincludedir=@@includedir@@/libfo-@@LT_RELEASE@@ d62 11 d74 2 a75 2 --- libfo/Makefile.in.orig 2006-05-30 17:46:46 +0200 +++ libfo/Makefile.in 2006-05-30 21:40:49 +0200 d86 2 a87 2 --- property/Makefile.in.orig 2006-05-30 17:46:48 +0200 +++ property/Makefile.in 2006-05-30 21:41:12 +0200 d98 2 a99 2 --- util/Makefile.in.orig 2006-05-30 17:46:50 +0200 +++ util/Makefile.in 2006-05-30 21:40:49 +0200 @ 1.2 log @upgrading package: xmlroff 0.3.4 -> 0.3.5 @ text @d2 9 a10 9 --- Makefile.in.orig 2005-08-17 14:50:51 +0200 +++ Makefile.in 2005-08-18 09:39:35 +0200 @@@@ -303,7 +303,7 @@@@ libfo_0_3_la_LDFLAGS = \ -version-info $(LT_VERSION_INFO) -libfo_0_3_includedir = $(includedir)/libfo-0.3 +libfo_0_3_includedir = $(includedir)/libfo libfo_0_3_include_HEADERS = \ d14 3 a16 3 --- area/Makefile.in.orig 2005-08-17 14:50:52 +0200 +++ area/Makefile.in 2005-08-18 09:52:54 +0200 @@@@ -257,7 +257,7 @@@@ d20 1 a20 1 -libfo_area_includedir = $(includedir)/libfo-0.3/area d26 3 a28 3 --- datatype/Makefile.in.orig 2005-08-17 14:50:52 +0200 +++ datatype/Makefile.in 2005-08-18 09:53:11 +0200 @@@@ -252,7 +252,7 @@@@ d32 1 a32 1 -libfo_datatype_includedir = $(includedir)/libfo-0.3/datatype d38 3 a40 3 --- fo/Makefile.in.orig 2005-08-17 14:50:54 +0200 +++ fo/Makefile.in 2005-08-18 09:53:28 +0200 @@@@ -385,7 +385,7 @@@@ d44 1 a44 1 -libfo_fo_includedir = $(includedir)/libfo-0.3/fo d49 3 a51 3 Index: libfo-0.3.pc.in --- libfo-0.3.pc.in.orig 2005-07-13 11:31:53 +0200 +++ libfo-0.3.pc.in 2005-08-18 09:39:15 +0200 d59 1 a60 1 compat_stylesheet=@@prefix@@/share/xml/libfo-@@VERSION@@/libfo-compat.xsl d62 5 a66 5 --- libfo/Makefile.in.orig 2005-08-17 14:50:55 +0200 +++ libfo/Makefile.in 2005-08-18 09:53:48 +0200 @@@@ -284,7 +284,7 @@@@ fo-xsl-formatter.c \ fo-xslt-transformer.h d68 1 a68 1 -libfoincludedir = $(includedir)/libfo-0.3/libfo d71 1 a71 1 $(GP_headers) \ d74 7 a80 7 --- property/Makefile.in.orig 2005-08-17 14:50:55 +0200 +++ property/Makefile.in 2005-08-18 09:54:05 +0200 @@@@ -525,7 +525,7 @@@@ @@STRIP_END@@ noinst_LTLIBRARIES = libfo-property.la -libfo_property_includedir = $(includedir)/libfo-0.3/property d86 3 a88 3 --- util/Makefile.in.orig 2005-08-17 14:50:56 +0200 +++ util/Makefile.in 2005-08-18 09:54:17 +0200 @@@@ -228,7 +228,7 @@@@ d92 1 a92 1 -libfo_util_includedir = $(includedir)/libfo-0.3/util d95 2 a96 2 fo-hash-table.h @ 1.1 log @new package: xmlroff 0.3.4 (XSL-FO Formatting Toolkit) @ text @d2 4 a5 3 --- Makefile.in.orig 2005-07-08 01:38:10 +0200 +++ Makefile.in 2005-08-14 12:05:13 +0200 @@@@ -168,7 +168,7 @@@@ a7 1 a9 1 d12 1 d14 4 a17 3 --- area/Makefile.in.orig 2005-07-08 01:38:11 +0200 +++ area/Makefile.in 2005-08-14 12:06:17 +0200 @@@@ -139,7 +139,7 @@@@ a19 1 a21 1 d24 1 d26 4 a29 3 --- datatype/Makefile.in.orig 2005-07-08 01:38:11 +0200 +++ datatype/Makefile.in 2005-08-14 12:05:31 +0200 @@@@ -137,7 +137,7 @@@@ a31 1 a33 1 d36 1 d38 4 a41 3 --- fo/Makefile.in.orig 2005-07-08 01:38:13 +0200 +++ fo/Makefile.in 2005-08-14 12:06:34 +0200 @@@@ -176,7 +176,7 @@@@ a43 1 a45 1 d48 1 d50 2 a51 2 --- libfo-0.3.pc.in.orig 2005-06-21 11:19:07 +0200 +++ libfo-0.3.pc.in 2005-08-14 11:59:21 +0200 d62 4 a65 3 --- libfo/Makefile.in.orig 2005-07-08 01:38:14 +0200 +++ libfo/Makefile.in 2005-08-14 11:59:21 +0200 @@@@ -164,7 +164,7 @@@@ a67 1 d69 1 a69 2 +libfoincludedir = $(includedir)/libfo d72 1 d74 4 a77 3 --- property/Makefile.in.orig 2005-07-08 01:38:15 +0200 +++ property/Makefile.in 2005-08-14 12:06:40 +0200 @@@@ -139,7 +139,7 @@@@ a79 1 a81 1 d84 1 d86 4 a89 3 --- util/Makefile.in.orig 2005-07-08 01:38:15 +0200 +++ util/Makefile.in 2005-08-14 12:06:43 +0200 @@@@ -136,7 +136,7 @@@@ a91 1 a93 1 d96 1 @