# HG changeset patch # User wycc # Date 1239508923 -28800 # Node ID 3c3de5520e37df2aa92e3c61063b5d97018befdb # Parent 45e04408fc19168cacb458a8c5719dcfb768d838 Copy template to madbuilder.xpi diff -r 45e04408fc19 -r 3c3de5520e37 inkscape/firefox/INSTALL --- a/inkscape/firefox/INSTALL Sun Apr 12 11:58:53 2009 +0800 +++ b/inkscape/firefox/INSTALL Sun Apr 12 12:02:03 2009 +0800 @@ -2,8 +2,9 @@ * Install required modules * sudo apt-get install python-soappy python-twisted mozplugger python-lxml + * sudo apt-get build-dep inkscape * Install the /etc/mozpluggerrc - * Add the following two lines into /etc.mozpluggerrc + * Add the following two lines into /etc/mozpluggerrc application/x-mbsvg:mbsvg: MadButterfly SVG swallow(Inkscape) : /usr/local/bin/helper_mb.py "$file" diff -r 45e04408fc19 -r 3c3de5520e37 inkscape/firefox/Makefile --- a/inkscape/firefox/Makefile Sun Apr 12 11:58:53 2009 +0800 +++ b/inkscape/firefox/Makefile Sun Apr 12 12:02:03 2009 +0800 @@ -1,7 +1,9 @@ all: madbuilder.xpi inkscape-mb madbuilder.xpi: chrome.manifest install.rdf content/* + cp -a template content zip -r madbuilder.xpi chrome.manifest content/* install.rdf README + rm -rf content/template inkscape-0.46.tar.gz: wget -O inkscape-0.46.tar.gz http://nchc.dl.sourceforge.net/sourceforge/inkscape/inkscape-0.46.tar.gz