Accepting request 532727 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/532727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=91
This commit is contained in:
commit
fd788bde08
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 07:43:48 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- remove env shebang from inkscape extensions subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 16:20:45 UTC 2017 - plinnell@opensuse.org
|
||||
|
||||
|
@ -212,6 +212,8 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/inkscape/palettes
|
||||
|
||||
bash %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
|
||||
|
||||
sed -i -e "1 s,#! */usr/bin/env python,#!/usr/bin/python2," %{buildroot}%{_datadir}/inkscape/extensions/*.py
|
||||
|
||||
# Localized man pages
|
||||
for man in %{buildroot}%{_mandir}/*/man1/*; do
|
||||
LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`
|
||||
|
Loading…
Reference in New Issue
Block a user