]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-build.patch
- add another build/install fix for 0.4.4
[packages/f-spot.git] / f-spot-build.patch
CommitLineData
3582ce3b
SS
1--- f-spot-0.4.2/src/Makefile.am.orig 2008-04-13 01:03:25.325063605 +0200
2+++ f-spot-0.4.2/src/Makefile.am 2008-04-13 01:03:36.824273289 +0200
3@@ -316,6 +316,7 @@
4 $(GCONF_PKG) \
5 $(GTKHTML_SHARP_PKG) \
6 -pkg:glade-sharp-2.0 \
7+ -pkg:gnome-sharp-2.0 \
8 -pkg:gnome-vfs-sharp-2.0
9
10 F_SPOT_DISTRESOURCES = \
69e5243f 11diff -Nur f-spot-0.4.4/Makefile.am f-spot-0.4.4-install/Makefile.am
12--- f-spot-0.4.4/Makefile.am 2008-05-28 21:37:22.000000000 +0200
13+++ f-spot-0.4.4-install/Makefile.am 2008-05-29 22:31:24.000000000 +0200
14@@ -89,8 +89,8 @@
15 install-data-hook:
16 $(UPDATE_DESKTOP)
17 if [ "x$(DIR_GIO)" != "x" ] ; then \
18- $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(libdir)/f-spot/; \
19- $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/; \
20+ $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(DESTDIR)/$(libdir)/f-spot/; \
21+ $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(DESTDIR)/$(libdir)/f-spot/; \
22 fi
23
24 uninstall-hook:
This page took 0.054821 seconds and 4 git commands to generate.