[Pkg-cli-libs-commits] [SCM] messagingmenu-sharp branch, master, updated. debian/1.0.1-0ubuntu1-3-gac82c79

Mirco Bauer meebey at meebey.net
Tue May 28 22:58:00 UTC 2013


The following commit has been merged in the master branch:
commit fddfc92f582d21bdc699ef4bb52fa9747e339616
Author: Mirco Bauer <meebey at meebey.net>
Date:   Wed May 29 00:16:16 2013 +0200

    Patch library path in pkg-config

diff --git a/debian/patches/pkgconfig_lib_location.patch b/debian/patches/pkgconfig_lib_location.patch
new file mode 100644
index 0000000..1aaa255
--- /dev/null
+++ b/debian/patches/pkgconfig_lib_location.patch
@@ -0,0 +1,16 @@
+Index: messagingmenu-sharp/messagingmenu-sharp.pc.in
+===================================================================
+--- messagingmenu-sharp.orig/messagingmenu-sharp.pc.in	2013-05-26 16:03:35.070685598 +0200
++++ messagingmenu-sharp/messagingmenu-sharp.pc.in	2013-05-29 00:12:52.853789219 +0200
+@@ -1,9 +1,9 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=@libdir@
++libdir=@libdir@/cli
+ 
+ Name: @ASSEMBLY_TITLE@
+ Description: @ASSEMBLY_DESCRIPTION@
+ Version: @VERSION@
+ Requires: 
+-Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME at .dll
++Libs: -r:${libdir}/@ASSEMBLY_NAME- at ASSEMBLY_VERSION@/@ASSEMBLY_NAME at .dll
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a4b7931
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pkgconfig_lib_location.patch

-- 
messagingmenu-sharp



More information about the Pkg-cli-libs-commits mailing list