Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/klavaro/files: klavaro-3.0.0-out-of-source.patch klavaro-3.0.0-static.patch
Date: Tue, 28 Jan 2014 15:52:25
Message-Id: 20140128155221.A051C2004E@flycatcher.gentoo.org
1 jlec 14/01/28 15:52:21
2
3 Added: klavaro-3.0.0-out-of-source.patch
4 klavaro-3.0.0-static.patch
5 Log:
6 Version BUmp
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.1 app-misc/klavaro/files/klavaro-3.0.0-out-of-source.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/klavaro/files/klavaro-3.0.0-out-of-source.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/klavaro/files/klavaro-3.0.0-out-of-source.patch?rev=1.1&content-type=text/plain
15
16 Index: klavaro-3.0.0-out-of-source.patch
17 ===================================================================
18 src/Makefile.am | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/src/Makefile.am b/src/Makefile.am
22 index b73ccc2..990f835 100644
23 --- a/src/Makefile.am
24 +++ b/src/Makefile.am
25 @@ -29,7 +29,7 @@ AM_LDFLAGS = -static
26
27 klavaro_LDADD = @GTK_LIBS@ \
28 -lgmodule-2.0 \
29 - $(top_srcdir)/gtkdatabox/libgtkdatabox.la
30 + $(top_builddir)/gtkdatabox/libgtkdatabox.la
31
32 if IS_POSIX
33 AM_CFLAGS += -export-dynamic
34
35
36
37 1.1 app-misc/klavaro/files/klavaro-3.0.0-static.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/klavaro/files/klavaro-3.0.0-static.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/klavaro/files/klavaro-3.0.0-static.patch?rev=1.1&content-type=text/plain
41
42 Index: klavaro-3.0.0-static.patch
43 ===================================================================
44 gtkdatabox/Makefile.am | 2 +-
45 1 file changed, 1 insertion(+), 1 deletion(-)
46
47 diff --git a/gtkdatabox/Makefile.am b/gtkdatabox/Makefile.am
48 index 503f753..d972de9 100644
49 --- a/gtkdatabox/Makefile.am
50 +++ b/gtkdatabox/Makefile.am
51 @@ -1,6 +1,6 @@
52 # $Id: klavaro-3.0.0-static.patch,v 1.1 2014/01/28 15:52:21 jlec Exp $
53
54 -lib_LTLIBRARIES = libgtkdatabox.la
55 +noinst_LTLIBRARIES = libgtkdatabox.la
56 libgtkdatabox_la_SOURCES= \
57 gtkdatabox.c\
58 gtkdatabox_marshal.c\