summaryrefslogtreecommitdiff
path: root/debian/patches/01-pkgconfig_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01-pkgconfig_fixes.patch')
-rw-r--r--debian/patches/01-pkgconfig_fixes.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/01-pkgconfig_fixes.patch b/debian/patches/01-pkgconfig_fixes.patch
new file mode 100644
index 0000000..e045a7e
--- /dev/null
+++ b/debian/patches/01-pkgconfig_fixes.patch
@@ -0,0 +1,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