[printrun] the slicer command is now in different file

Miro Hrončok churchyard at fedoraproject.org
Mon Dec 29 11:07:18 UTC 2014


commit b97629a67705ce7e6f6f224c6595fbb23259993a
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Mon Dec 29 12:07:02 2014 +0100

    the slicer command is now in different file

 printrun.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/printrun.spec b/printrun.spec
index e13ffe1..8279773 100644
--- a/printrun.spec
+++ b/printrun.spec
@@ -94,8 +94,8 @@ It is a part of Printrun.
 %patch0 -p1
 
 # remove bundled skeinforge link
-sed -i 's|python skeinforge/skeinforge_application/skeinforge.py|set-your-slicer-in-settings|' %{name}/pronsole.py
-sed -i 's|python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py|set-your-slicer-in-settings|' %{name}/pronsole.py
+sed -i 's|python skeinforge/skeinforge_application/skeinforge.py|set-your-slicer-in-settings|' %{name}/settings.py
+sed -i 's|python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py|set-your-slicer-in-settings|' %{name}/settings.py
 
 # sed upstream's desktop files to remove .py extensions from Exec
 sed -i 's/.py//' *.desktop
@@ -181,6 +181,7 @@ ln -s -f %{_datadir}/locale/ %{buildroot}%{_datadir}/pronterface/ # the app expe
 - Remove prontserve from the spec
 - Remove Fedora <> 20 conditions
 - pronterface and plater require python-psutil and numpy (#1171319)
+- the slicer command is now in different file
 
 * Sat Oct 25 2014 Miro Hrončok <mhroncok at redhat.com> - 2014.07.30-3
 - Do not longer depend on skeinforge, as it appears nobody uses it


More information about the scm-commits mailing list