]> git.pld-linux.org Git - packages/dotnet-dbus-sharp-glib.git/blame - dotnet-dbus-sharp-glib-monodir.patch
- enhanced monodir patch to cover .pc file adjustment; release 2
[packages/dotnet-dbus-sharp-glib.git] / dotnet-dbus-sharp-glib-monodir.patch
CommitLineData
38817d20 1--- dbus-sharp-glib-0.5.0/src/Makefile.am~ 2010-09-14 11:25:18.000000000 +0200
2+++ dbus-sharp-glib-0.5.0/src/Makefile.am 2011-02-21 16:36:20.730869721 +0100
3@@ -18,8 +18,8 @@
4
5 install-data-local:
6 @if test -n '$(TARGET)'; then \
7- echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)"; \
8- $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
9+ echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib"; \
10+ $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \
11 fi
12
13 uninstall-local:
4986fb11
JB
14--- dbus-sharp-glib-0.6.0/dbus-sharp-glib-2.0.pc.in.orig 2013-10-07 02:58:41.000000000 +0200
15+++ dbus-sharp-glib-0.6.0/dbus-sharp-glib-2.0.pc.in 2022-04-26 20:42:54.569970653 +0200
16@@ -7,4 +7,4 @@ Description: GLib integration for dbus-s
17 Version: @VERSION@
18 URL: http://mono.github.com/dbus-sharp/
19 Requires: dbus-sharp-2.0
20-Libs: -r:${libdir}/mono/@PACKAGE@-@API_VERSION@/dbus-sharp-glib.dll
21+Libs: -r:${prefix}/lib/mono/@PACKAGE@-@API_VERSION@/dbus-sharp-glib.dll
This page took 0.108616 seconds and 4 git commands to generate.