File: 01_pkg-config-path.patch

package info (click to toggle)
notify-sharp-3.0 3.0.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: sh: 3,349; xml: 421; cs: 364; makefile: 86; ansic: 13
file content (16 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix pkg-config paths
Author: Sebastian Dröge <slomo@debian.org>
Forwarded: not-needed
Index: notify-sharp-3.0/notify-sharp-3.0.pc.in
===================================================================
--- notify-sharp-3.0.orig/notify-sharp-3.0.pc.in	2015-02-04 11:51:32.532071522 +0800
+++ notify-sharp-3.0/notify-sharp-3.0.pc.in	2015-02-04 11:52:23.017000108 +0800
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
-pkglibdir=${libdir}/mono/notify-sharp-@API_VERSION@
+pkglibdir=${libdir}/cli/notify-sharp-@API_VERSION@
 
 Name: notify-sharp
 Description: C# client library for notification-daemon