Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgda/files: libgda-4.1.4-install-header.patch
Date: Wed, 31 Mar 2010 21:31:33
Message-Id: E1Nx5Va-0002oI-VD@stork.gentoo.org
1 eva 10/03/31 21:31:30
2
3 Added: libgda-4.1.4-install-header.patch
4 Log:
5 Install missing header file, bug #308793.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 gnome-extra/libgda/files/libgda-4.1.4-install-header.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgda/files/libgda-4.1.4-install-header.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgda/files/libgda-4.1.4-install-header.patch?rev=1.1&content-type=text/plain
13
14 Index: libgda-4.1.4-install-header.patch
15 ===================================================================
16 From 342b5fdef11e4894e975df5563ab24ac66cf899a Mon Sep 17 00:00:00 2001
17 From: Vivien Malerba <malerba@××××××××.org>
18 Date: Tue, 19 Jan 2010 20:56:02 +0000
19 Subject: Correctly install libgda.h, bug #607357
20
21 ---
22 diff --git a/libgda/Makefile.am b/libgda/Makefile.am
23 index e3ea991..8da4548 100644
24 --- a/libgda/Makefile.am
25 +++ b/libgda/Makefile.am
26 @@ -247,7 +247,7 @@ uninstall-def-files:
27 endif
28
29 gdaincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda
30 -gdainclude_HEADERS=$(libgda_built_headers) $(gda_headers)
31 +gdainclude_HEADERS=$(libgda_built_headers) $(gda_headers) libgda.h
32
33 CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \
34 gda-marshal.c \
35 --
36 cgit v0.8.3.1
37
38 --- a/libgda/Makefile.in 2010-03-31 23:18:30.000000000 +0200
39 +++ b/libgda/Makefile.in 2010-03-31 23:18:50.000000000 +0200
40 @@ -220,7 +220,7 @@
41 gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h \
42 gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h \
43 gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h \
44 - gda-value.h gda-xa-transaction.h
45 + gda-value.h gda-xa-transaction.h libgda.h
46 HEADERS = $(gdainclude_HEADERS)
47 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
48 distclean-recursive maintainer-clean-recursive
49 @@ -686,7 +688,7 @@
50
51 @PLATFORM_WIN32_TRUE@libgda_4_0_la_DEPENDENCIES = libgda.def
52 gdaincludedir = $(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda
53 -gdainclude_HEADERS = $(libgda_built_headers) $(gda_headers)
54 +gdainclude_HEADERS = $(libgda_built_headers) $(gda_headers) libgda.h
55 CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \
56 gda-marshal.c gda-enum-types.h s-enum-types-h gda-enum-types.c \
57 s-enum-types-c libgda.def libgda-$(GDA_ABI_VERSION).lib \