From 0885a3e28491ab0d797f7bf5543a0fc4e2b1446a Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 18 Jul 2009 20:49:07 +0000 Subject: Added copy of the svg pixbuf loader over the installed GTK. --- (limited to 'Makefile.mingw.in') diff --git a/Makefile.mingw.in b/Makefile.mingw.in index 865ae96..0282568 100644 --- a/Makefile.mingw.in +++ b/Makefile.mingw.in @@ -99,6 +99,8 @@ prepack: Makefile.mingw mkdir -p $(GCOMPRIS_INSTALL_DIR)/lib cp -r $(GTK_TOP)/share/locale $(GCOMPRIS_INSTALL_DIR)/lib cp -r $(GTK_TOP)/lib/gtk-2.0 $(GCOMPRIS_INSTALL_DIR)/lib + @echo Adding svg image loader to GTK + cp -r $(LOCAL_PREFIX)/svg_loader $(GCOMPRIS_INSTALL_DIR) python: Makefile.mingw cp $(PYTHON_TOP)/DLLs/tcl84.dll $(GCOMPRIS_INSTALL_DIR) @@ -127,7 +129,7 @@ clean: Makefile.mingw prep: Makefile.mingw mkdir -p $(GCOMPRIS_INSTALL_DIR) mkdir -p $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards - cd boards ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ; + cd boards ; tar cf - --exclude "*.in" --exclude .svn * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ; @echo "-------------------------------------------------------------------------------" @echo " WARNING: MAKE SURE TO HAVE RUN A MAKE INSTALL OF GCOMPRIS IN /USR/LOCAL FIRST" @echo "-------------------------------------------------------------------------------" @@ -140,6 +142,7 @@ prep: Makefile.mingw cp gcompris.png $(GCOMPRIS_INSTALL_DIR)/share/pixmaps @echo remove tuxpaint activity rm -f $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards/tuxpaint.xml + rm -f $(GCOMPRIS_INSTALL_DIR)/share/gcompris/python/tuxpaint.py find $(GCOMPRIS_INSTALL_DIR) -name "Makefile*" -exec rm -f {} \; find $(GCOMPRIS_INSTALL_DIR) -name "*.in" -exec rm -f {} \; find $(GCOMPRIS_INSTALL_DIR) -name "*~" -exec rm -f {} \; -- cgit v0.9.1