Accepting request 54875 from GNOME:Apps

Accepted submit request 54875 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/54875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=38
This commit is contained in:
Marcus Rückert 2010-12-08 00:54:53 +00:00 committed by Git OBS Bridge
parent cab6443a92
commit 69a9228c61
3 changed files with 13 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Index: inkscape-0.47/share/extensions/export_gimp_palette.py
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.'))
+ sys.exit(_('The export_gpl.py module requires XML modules. Please install the python-xml package.'))
colortags=(u'fill',u'stroke',u'stop-color',u'flood-color',u'lighting-color')
colors={}

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 30 09:51:39 CET 2010 - vuntz@opensuse.org
- Make inkscape-extensions-extra depend on python-xml instead of
pyxml: pyxml will be removed, and we really wanted to use
python-xml anyway.
- Update inkscape-packages.patch to mention python-xml instead of
pyxml: even if upstream mentions pyxml, python-xml is really okay
here.
-------------------------------------------------------------------
Sun Aug 15 22:27:48 CEST 2010 - dimstar@opensuse.org

View File

@ -73,10 +73,10 @@ Summary: Vector Illustration Program - Extra Extensions
Group: Productivity/Graphics/Vector Editors
Requires: %{name} = %{version}
Requires: python-lxml
Requires: pyxml
Requires: python-xml
# for cdr and wmf modules
Requires: yudit
# python-lxml requires pyxml => supplement installation, if all three are present
# python-xml is already likely installed, so the big dependency is python-lxml. Hence this supplements.
Supplements: packageand(%{name}:python-lxml)
# Package in openSUSE <= 11.0 and SLED <= 10
Provides: %{name}:%{_datadir}/inkscape/extensions/inkex.py