79a6bfd1b8
Copy from GNOME:Factory/inkscape based on submit request 25859 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=30
27 lines
1.5 KiB
Diff
27 lines
1.5 KiB
Diff
Index: inkscape-0.47/share/extensions/export_gimp_palette.py
|
|
===================================================================
|
|
--- inkscape-0.47.orig/share/extensions/export_gimp_palette.py
|
|
+++ inkscape-0.47/share/extensions/export_gimp_palette.py
|
|
@@ -11,7 +11,7 @@ import sys, simplestyle
|
|
try:
|
|
from xml.dom.minidom import parse
|
|
except:
|
|
- sys.exit(_('The export_gpl.py module requires PyXML. Please download the latest version from http://pyxml.sourceforge.net/.'))
|
|
+ sys.exit(_('The export_gpl.py module requires PyXML. Please install pyxml package.'))
|
|
|
|
colortags=(u'fill',u'stroke',u'stop-color',u'flood-color',u'lighting-color')
|
|
colors={}
|
|
Index: inkscape-0.47/share/extensions/inkex.py
|
|
===================================================================
|
|
--- inkscape-0.47.orig/share/extensions/inkex.py
|
|
+++ inkscape-0.47/share/extensions/inkex.py
|
|
@@ -63,7 +63,7 @@ def uutounit(val, unit):
|
|
try:
|
|
from lxml import etree
|
|
except:
|
|
- sys.exit(_('The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version from http://cheeseshop.python.org/pypi/lxml/, or install it through your package manager by a command like: sudo apt-get install python-lxml'))
|
|
+ sys.exit(_('The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install it through your package manager by a command like: sudo zypper install python-lxml'))
|
|
|
|
def debug(what):
|
|
sys.stderr.write(str(what) + "\n")
|