Merge lp:~ted/indicator-application/mono-bindings-startup into lp:indicator-application/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 131
Proposed branch: lp:~ted/indicator-application/mono-bindings-startup
Merge into: lp:indicator-application/0.4
Diff against target: 18 lines (+4/-4)
1 file modified
bindings/mono/app-indicator.sources.xml (+4/-4)
To merge this branch: bzr merge lp:~ted/indicator-application/mono-bindings-startup
Reviewer Review Type Date Requested Status
David Barth Approve
Review via email: mp+27867@code.launchpad.net

Description of the change

Fix for the mono bindings to only include the libappindicator stuff and not all the indicator-application stuff.

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

Oh the joys of packaging combined with xml!

review: Approve
Revision history for this message
Ted Gould (ted) wrote :

On Fri, 2010-06-18 at 07:13 +0000, David Barth wrote:
> Oh the joys of packaging combined with xml!

Just for the record, this isn't packaging related... it's a file used by
the gapi2-parser to generate some of the bindings code.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bindings/mono/app-indicator.sources.xml'
2--- bindings/mono/app-indicator.sources.xml 2010-05-20 19:39:17 +0000
3+++ bindings/mono/app-indicator.sources.xml 2010-06-17 18:08:37 +0000
4@@ -2,10 +2,10 @@
5 <api filename="libappindicator-api.raw">
6 <library name="libappindicator.so.0">
7 <namespace name="AppIndicator">
8- <directory path="../../src">
9- <exclude>app-indicator-enum-types.h.in</exclude>
10- <exclude>app-indicator-enum-types.c.in</exclude>
11- </directory>
12+ <file>../../src/app-indicator.c</file>
13+ <file>../../src/app-indicator-enum-types.c</file>
14+ <file>../../src/app-indicator-enum-types.h</file>
15+ <file>../../src/app-indicator.h</file>
16 </namespace>
17 </library>
18 </api>

Subscribers

People subscribed via source and target branches