Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kulakov <kulakov.ilya@gmail.com>2013-03-09 12:58:48 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2013-03-09 12:58:48 +0400
commitf2af72562a5b598ce79568a4ba4106fe59703c0b (patch)
treef70b1d394f4fbf9ac566a4f3cacee0336f58127c /scripts
parentcf3f7e69ff491ef997f5f2a2fba50637c50d648d (diff)
parent636ee8b6f6bb5cc15a47cfcb55fc68c10a76e498 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux/cura.py3
-rwxr-xr-xscripts/linux/debian/DEBIAN/control14
-rwxr-xr-xscripts/linux/debian/DEBIAN/postinst1
-rw-r--r--scripts/linux/debian/usr/share/applications/cura.desktop9
4 files changed, 26 insertions, 1 deletions
diff --git a/scripts/linux/cura.py b/scripts/linux/cura.py
index c055fdebf4..caf264d2df 100755
--- a/scripts/linux/cura.py
+++ b/scripts/linux/cura.py
@@ -2,6 +2,8 @@
import os, sys
+sys.path.insert(1, os.path.dirname(__file__))
+
try:
import OpenGL
import wx
@@ -25,7 +27,6 @@ except ImportError as e:
exit(1)
-sys.path.insert(1, os.path.dirname(__file__))
import Cura.cura as cura
diff --git a/scripts/linux/debian/DEBIAN/control b/scripts/linux/debian/DEBIAN/control
new file mode 100755
index 0000000000..dd2af10b58
--- /dev/null
+++ b/scripts/linux/debian/DEBIAN/control
@@ -0,0 +1,14 @@
+Package: cura
+Version: 13.03-1
+Section: misc
+Priority: optional
+Architecture: all
+Essential: no
+Depends: python-wxgtk2.8, python-opengl, python-serial, python-numpy, pypy
+Maintainer: Daid <daid303@gmail.com>
+Provides: cura
+Installed-Size: 10000
+Description: Cura is a full software solution for 3D printing,
+ aimed at RepRaps and the Ultimaker. It's free software payed for
+ and maintained by Ultimaker.
+
diff --git a/scripts/linux/debian/DEBIAN/postinst b/scripts/linux/debian/DEBIAN/postinst
new file mode 100755
index 0000000000..1a2485251c
--- /dev/null
+++ b/scripts/linux/debian/DEBIAN/postinst
@@ -0,0 +1 @@
+#!/bin/sh
diff --git a/scripts/linux/debian/usr/share/applications/cura.desktop b/scripts/linux/debian/usr/share/applications/cura.desktop
new file mode 100644
index 0000000000..f9be277e35
--- /dev/null
+++ b/scripts/linux/debian/usr/share/applications/cura.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Cura
+Comment=Cura
+Icon=/usr/share/cura/Cura/resources/images/c.png
+Exec=/usr/bin/python /usr/share/cura/cura.py
+StartupNotify=true
+Terminal=false
+Categories=GNOME;GTK;Utility;