]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-system-mono-addins.patch
- Release: 2
[packages/f-spot.git] / f-spot-system-mono-addins.patch
CommitLineData
cbd4bd07
MB
1diff -urN f-spot-0.5.0.3/configure.in f-spot-0.5.0.3.new/configure.in
2--- f-spot-0.5.0.3/configure.in 2008-10-17 20:54:15.000000000 +0200
3+++ f-spot-0.5.0.3.new/configure.in 2008-10-18 17:19:17.000000000 +0200
4@@ -346,10 +346,6 @@
5 libjpegtran/Makefile
6 libfspot/Makefile
7 libgphoto2-sharp/Makefile
8-mono-addins/Makefile
9-mono-addins/Mono.Addins/Makefile
10-mono-addins/Mono.Addins.Gui/Makefile
11-mono-addins/Mono.Addins.Setup/Makefile
12 semweb/Makefile
13 tools/Makefile
14 po/Makefile.in
15diff -urN f-spot-0.5.0.3/Makefile.am f-spot-0.5.0.3.new/Makefile.am
16--- f-spot-0.5.0.3/Makefile.am 2008-09-26 10:27:39.000000000 +0200
17+++ f-spot-0.5.0.3.new/Makefile.am 2008-10-18 17:27:14.000000000 +0200
18@@ -12,7 +12,6 @@
19 libfspot \
20 libgphoto2-sharp \
21 Tao \
22- mono-addins \
23 tools \
24 po \
25 src \
26diff -urN f-spot-0.5.0.3/Makefile.include f-spot-0.5.0.3.new/Makefile.include
27--- f-spot-0.5.0.3/Makefile.include 2008-07-08 13:01:42.000000000 +0200
28+++ f-spot-0.5.0.3.new/Makefile.include 2008-10-18 17:23:21.000000000 +0200
29@@ -3,9 +3,6 @@
30
31 ## Directories
32
33-DIR_ADDINS_ADDINS = $(top_builddir)/mono-addins/Mono.Addins
34-DIR_ADDINS_GUI = $(top_builddir)/mono-addins/Mono.Addins.Gui
35-DIR_ADDINS_SETUP = $(top_builddir)/mono-addins/Mono.Addins.Setup
36 DIR_DOCS = $(top_builddir)/docs
37 DIR_EXTENSIONS = $(top_builddir)/extensions
38 DIR_GLITZ = $(top_builddir)/glitz-sharp/src
39@@ -28,9 +25,9 @@
40 LINK_GLITZ = -r:$(DIR_GLITZ)/NDesk.Glitz.dll
41 LINK_GPHOTO2 = -r:$(DIR_GPHOTO2)/libgphoto2-sharp.dll
42 LINK_MONO_ADDINS = \
43- -r:$(DIR_ADDINS_ADDINS)/Mono.Addins.dll \
44- -r:$(DIR_ADDINS_SETUP)/Mono.Addins.Setup.dll \
45- -r:$(DIR_ADDINS_GUI)/Mono.Addins.Gui.dll
46+ -pkg:mono-addins \
47+ -pkg:mono-addins-setup \
48+ -pkg:mono-addins-gui
49 LINK_SEMWEB = -r:$(DIR_SEMWEB)/SemWeb.dll
50 LINK_TAO = \
51 -r:$(DIR_TAO_OPENGL)/Tao.OpenGl.dll \
This page took 0.133395 seconds and 4 git commands to generate.