Author: patrys Date: Tue Aug 26 13:43:27 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix registering with GAC
---- Files affected: SOURCES: dotnet-ipod-sharp-gac.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/dotnet-ipod-sharp-gac.patch diff -u /dev/null SOURCES/dotnet-ipod-sharp-gac.patch:1.1 --- /dev/null Tue Aug 26 15:43:27 2008 +++ SOURCES/dotnet-ipod-sharp-gac.patch Tue Aug 26 15:43:21 2008 @@ -0,0 +1,25 @@ +--- ipod-sharp-0.8.0/src/Makefile.am~ 2007-10-12 18:13:35.000000000 +0200 ++++ ipod-sharp-0.8.0/src/Makefile.am 2008-08-26 15:26:03.972113837 +0200 +@@ -49,8 +49,8 @@ + $(ASSEMBLY): $(ASSEMBLY_SOURCES) $(ASSEMBLY_RESOURCES) + $(MCS) $(MCS_FLAGS) -unsafe -keyfile:$(top_srcdir)/ipod-sharp.snk -target:library -out:$@ $(ASSEMBLY_SOURCES) $(ASSEMBLY_RESOURCES:%=-resource:%) -r:Mono.Posix -pkg:gtk-sharp-2.0 -r:ICSharpCode.SharpZipLib $(NDESK_DBUS_LIBS) + +-#install-data-hook: +-# $(GACUTIL) /i $(ASSEMBLY) /package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(libdir) ++install-data-hook: ++ gacutil /i $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) + + EXTRA_DIST = \ + $(ASSEMBLY_SOURCES) \ +--- ipod-sharp-0.8.0/ui/Makefile.am~ 2007-10-17 23:27:20.000000000 +0200 ++++ ipod-sharp-0.8.0/ui/Makefile.am 2008-08-26 15:34:23.956113840 +0200 +@@ -19,6 +19,9 @@ + $(ASSEMBLY): $(ASSEMBLY_SOURCES) $(top_builddir)/src/ipod-sharp.dll + $(MCS) -unsafe -debug -keyfile:$(top_srcdir)/ipod-sharp.snk -target:library -out:$@ $(ASSEMBLY_SOURCES) -r:$(top_builddir)/src/ipod-sharp.dll -pkg:gtk-sharp-2.0 $(ASSEMBLY_RESOURCES) + ++install-data-hook: ++ gacutil /i $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) ++ + EXTRA_DIST = \ + ipod.gif \ + $(ASSEMBLY_SOURCES) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
