summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-05-30 17:22:33 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-05-30 17:22:33 +0000
commit52b56f94cb71a88cc937043903c8a73e22f72c1b (patch)
treee95b4dab496291b80a2658405f4ec6777095d6c5
parentQueue swatch updates during periods of high UI usage, such as dragging gradie... (diff)
downloadinkscape-52b56f94cb71a88cc937043903c8a73e22f72c1b.tar.gz
inkscape-52b56f94cb71a88cc937043903c8a73e22f72c1b.zip
Add shebang to voronoi.py. Install *.js extensions as non-executable
Fixed bugs: - https://launchpad.net/bugs/602005 (bzr r10245)
-rw-r--r--share/extensions/Makefile.am8
-rw-r--r--share/extensions/voronoi.py1
2 files changed, 5 insertions, 4 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index cfe9ff970..a74adf57d 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -76,13 +76,9 @@ extensions = \
inkex.py \
Inkscape.pm \
inkwebeffect.py \
- inkweb.js \
interp.py \
interp_att_g.py \
- jessyInk.js \
jessyInk_autoTexts.py \
- jessyInk_core_mouseHandler_noclick.js \
- jessyInk_core_mouseHandler_zoomControl.js \
jessyInk_effects.py \
jessyInk_export.py \
jessyInk_install.py \
@@ -174,6 +170,10 @@ extensions = \
yocto_css.py
otherstuff = \
+ inkweb.js \
+ jessyInk.js \
+ jessyInk_core_mouseHandler_noclick.js \
+ jessyInk_core_mouseHandler_zoomControl.js \
aisvg.xslt \
colors.xml \
jessyInk_video.svg \
diff --git a/share/extensions/voronoi.py b/share/extensions/voronoi.py
index fb38df1b2..8661bc9bf 100644
--- a/share/extensions/voronoi.py
+++ b/share/extensions/voronoi.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
#############################################################################
#
# Voronoi diagram calculator/ Delaunay triangulator