Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils/files: gnome-doc-utils-0.14.0-fhs.patch
Date: Tue, 07 Oct 2008 11:30:00
Message-Id: E1KnAlK-000896-8F@stork.gentoo.org
1 leio 08/10/07 11:29:58
2
3 Added: gnome-doc-utils-0.14.0-fhs.patch
4 Log:
5 New version - correctly handles content and tooltips for links to anchor elements; does not reprocess book titles when title and bookinfo/title exist. FHS patch reworked to not require eautoreconf
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/files/gnome-doc-utils-0.14.0-fhs.patch?rev=1.1&content-type=text/plain
13
14 Index: gnome-doc-utils-0.14.0-fhs.patch
15 ===================================================================
16 diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/Makefile.am
17 --- xml2po/Makefile.am 2008-04-14 22:24:58.000000000 +0530
18 +++ xml2po/Makefile.am 2008-04-14 23:40:00.000000000 +0530
19 @@ -3,8 +3,6 @@ SUBDIRS = modes examples
20 nodist_bin_SCRIPTS = xml2po
21 CLEANFILES = xml2po
22
23 -commondir = $(datadir)/xml2po
24 -
25 pkgconfigdir = $(libdir)/pkgconfig
26 pkgconfig_DATA = xml2po.pc
27
28 @@ -12,7 +10,7 @@ man_MANS = xml2po.1
29
30 xml2po: xml2po.py
31 sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
32 - -e "s+^submodes_path =.*+submodes_path = \"$(commondir)\"+" \
33 + -e "s+^submodes_path =.*+submodes_path = \"$(pythondir)/xml2po\"+" \
34 -e "s+^#!.*python.*+#!$(PYTHON)+" \
35 < $(srcdir)/xml2po.py > xml2po
36 chmod +x xml2po
37 diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/modes/Makefile.am gnome-doc-utils-0.12.2-new/xml2po/modes/Makefile.am
38 --- xml2po/modes/Makefile.am 2008-04-14 22:24:58.000000000 +0530
39 +++ xml2po/modes/Makefile.am 2008-04-14 23:40:00.000000000 +0530
40 @@ -1,4 +1,4 @@
41 -commondir = $(datadir)/xml2po
42 +commondir = $(pythondir)/xml2po
43 common_DATA = docbook.py empty.py gs.py ubuntu.py xhtml.py
44
45 EXTRA_DIST = $(common_DATA)
46 diff -urNp gnome-doc-utils-0.12.2-orig/xml2po/xml2po.pc.in gnome-doc-utils-0.12.2-new/xml2po/xml2po.pc.in
47 --- xml2po/xml2po.pc.in 2008-04-14 22:24:58.000000000 +0530
48 +++ xml2po/xml2po.pc.in 2008-04-14 23:40:00.000000000 +0530
49 @@ -1,7 +1,7 @@
50 prefix=@prefix@
51 exec_prefix=${prefix}
52 datarootdir=@datarootdir@
53 -modesdir=@datadir@/xml2po
54 +modesdir=@pythondir@/xml2po
55
56 Name: xml2po
57 Description: Tool for translating XML documents
58 --- xml2po/Makefile.in.orig 2008-10-07 14:15:24.458846452 +0300
59 +++ xml2po/Makefile.in 2008-10-07 14:16:06.285478888 +0300
60 @@ -224,7 +230,6 @@
61 SUBDIRS = modes examples
62 nodist_bin_SCRIPTS = xml2po
63 CLEANFILES = xml2po
64 -commondir = $(datadir)/xml2po
65 pkgconfigdir = $(libdir)/pkgconfig
66 pkgconfig_DATA = xml2po.pc
67 man_MANS = xml2po.1
68 @@ -630,7 +635,7 @@
69
70 xml2po: xml2po.py
71 sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
72 - -e "s+^submodes_path =.*+submodes_path = \"$(commondir)\"+" \
73 + -e "s+^submodes_path =.*+submodes_path = \"$(pythondir)/xml2po\"+" \
74 -e "s+^#!.*python.*+#!$(PYTHON)+" \
75 < $(srcdir)/xml2po.py > xml2po
76 chmod +x xml2po
77 --- xml2po/modes/Makefile.in.orig 2008-10-07 14:15:31.235574920 +0300
78 +++ xml2po/modes/Makefile.in 2008-10-07 14:18:56.236324037 +0300
79 @@ -204,7 +203,7 @@
80 sharedstatedir = @sharedstatedir@
81 sysconfdir = @sysconfdir@
82 target_alias = @target_alias@
83 -commondir = $(datadir)/xml2po
84 +commondir = $(pythondir)/xml2po
85 common_DATA = docbook.py empty.py gs.py ubuntu.py xhtml.py
86 EXTRA_DIST = $(common_DATA)
87 all: all-am