summaryrefslogtreecommitdiff
path: root/debian/patches/01-pkgconfig_fixes.patch
blob: e045a7eb90c72a1c8c3db57812310a61b2cf9d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Fix a few things in pkgconfig file
Author: Thanh Tung Nguyen <thngtong@gmailcom>
Forwarded: no
Last-Update: 2013-12-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/appindicator3-sharp-0.1.pc.in
+++ b/appindicator3-sharp-0.1.pc.in
@@ -1,9 +1,12 @@
 prefix=@prefix@
 exec_prefix=${prefix}
 libdir=@libdir@
+pkglibdir=${exec_prefix}/lib/cli/@ASSEMBLY_PC@
+gapidir=${exec_prefix}/share/gapi-3.0
 
 Name: @ASSEMBLY_TITLE@
 Description: @ASSEMBLY_DESCRIPTION@
 Version: @VERSION@
 Requires: 
-Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll
+Libs: -r:${pkglibdir}/@ASSEMBLY_NAME@.dll
+Cflags: -I:${gapidir}/@ASSEMBLY_NAME@-api.xml