summaryrefslogtreecommitdiff
path: root/debian/patches/01-pkgconfig_fixes.patch
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2015-12-14 20:52:48 +0100
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2015-12-14 20:58:14 +0100
commit5fb57ce34fe5143b473131ce3b7821a2458918a1 (patch)
tree919317c0baf7d1dc6899ceb0f89bbb4732f4b009 /debian/patches/01-pkgconfig_fixes.patch
parent38a56a963bff6b612f4a3f96c53fac8492e40eea (diff)
Imported Debian patch 12.10.0-1
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