Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/planner/files: planner-0.14.3-parallel-build.patch planner-0.14.3-eds-plugin.patch
Date: Sun, 20 Apr 2008 13:20:24
Message-Id: E1JnZSw-00047R-Ex@stork.gentoo.org
1 eva 08/04/20 13:20:22
2
3 Added: planner-0.14.3-parallel-build.patch
4 planner-0.14.3-eds-plugin.patch
5 Log:
6 bump to 0.14.3. Bug fixes, support for libgda-3, a few new features and updated translations. Patch to fix parallel build issue and compilation fix for eds plugin.
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.1 app-office/planner/files/planner-0.14.3-parallel-build.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/files/planner-0.14.3-parallel-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/files/planner-0.14.3-parallel-build.patch?rev=1.1&content-type=text/plain
14
15 Index: planner-0.14.3-parallel-build.patch
16 ===================================================================
17 Index: tests/Makefile.am
18 ===================================================================
19 --- tests/Makefile.am (révision 909)
20 +++ tests/Makefile.am (copie de travail)
21 @@ -7,10 +7,6 @@
22 -DG_LOG_DOMAIN=\"Planner\" \
23 -DEXAMPLESDIR=\"$(top_srcdir)/tests/files\"
24
25 -LDADD = \
26 - $(top_builddir)/libplanner/libplanner-1.la \
27 - $(PLANNER_LIBS)
28 -
29 noinst_LTLIBRARIES = libselfcheck.la
30
31 libselfcheck_la_SOURCES = \
32 @@ -20,16 +16,28 @@
33 noinst_PROGRAMS = scheduler-test time-test calendar-test task-test
34
35 scheduler_test_SOURCES = scheduler-test.c
36 -scheduler_test_LDFLAGS = libselfcheck.la
37 +scheduler_test_LDADD = \
38 + $(top_builddir)/libplanner/libplanner-1.la \
39 + $(PLANNER_LIBS) \
40 + libselfcheck.la
41
42 time_test_SOURCES = time-test.c
43 -time_test_LDFLAGS = libselfcheck.la
44 +time_test_LDADD = \
45 + $(top_builddir)/libplanner/libplanner-1.la \
46 + $(PLANNER_LIBS) \
47 + libselfcheck.la
48
49 calendar_test_SOURCES = calendar-test.c
50 -calendar_test_LDFLAGS = libselfcheck.la
51 +calendar_test_LDADD = \
52 + $(top_builddir)/libplanner/libplanner-1.la \
53 + $(PLANNER_LIBS) \
54 + libselfcheck.la
55
56 task_test_SOURCES = task-test.c
57 -task_test_LDFLAGS = libselfcheck.la
58 +task_test_LDADD = \
59 + $(top_builddir)/libplanner/libplanner-1.la \
60 + $(PLANNER_LIBS) \
61 + libselfcheck.la
62
63 # The loadable modules can't be found at distcheck time so disable the
64 # tests for distcheck.
65
66
67
68 1.1 app-office/planner/files/planner-0.14.3-eds-plugin.patch
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/files/planner-0.14.3-eds-plugin.patch?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/files/planner-0.14.3-eds-plugin.patch?rev=1.1&content-type=text/plain
72
73 Index: planner-0.14.3-eds-plugin.patch
74 ===================================================================
75 Index: src/planner-eds-plugin.c
76 ===================================================================
77 --- src/planner-eds-plugin.c (révision 909)
78 +++ src/planner-eds-plugin.c (copie de travail)
79 @@ -55,6 +55,7 @@
80 #include <libedataserver/e-source-group.h>
81 #include <libedataserver/e-uid.h>
82 /* Calendar */
83 +#define HANDLE_LIBICAL_MEMORY
84 #include <libecal/e-cal.h>
85 /* Addressbook */
86 #include <libebook/e-book.h>
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list