Package: printrun / 2.0.0~rc7-1

Metadata

Package Version Patches format
printrun 2.0.0~rc7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2004_fix desktop files.patch | (download)

plater.desktop | 3 2 + 1 - 0 !
pronsole.desktop | 7 4 + 3 - 0 !
pronterface.desktop | 4 2 + 2 - 0 !
3 files changed, 8 insertions(+), 6 deletions(-)

 fix desktop files
 Fix the command to be executed, add Keywords tags and rewrite Categories.
 Also delete the useless entry "Path".
2005_fix build sequence.patch | (download)

setup.py | 22 18 + 4 - 0 !
1 file changed, 18 insertions(+), 4 deletions(-)

 fix build sequence for debian
 This fix allows performing setup actions such as cleaning without importing
 printcore dependencies.
 .
 It restricts the Cython call to build-time and not every time the setup.py
 file is called.