Commit Graph

382 Commits

Author SHA1 Message Date
Thomas Karl Pietrowski 0effe090d9 Adding trimesh packaging files
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-10-05 21:27:38 +02:00
Thomas Karl Pietrowski 67c0f82cbb Bumping version to 4.2.0
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-09-16 22:00:07 +02:00
Thomas Karl Pietrowski 5b9a1bed77
CuraEngine: Disable tests
Ultimaker made some crap here. GMock and GTest can't be found and it keeps trying to download it all the time.
2019-07-13 12:41:31 +02:00
Thomas Karl Pietrowski dfa3ea084c
CuraEngine: Fixing syntax 2019-07-13 11:59:39 +02:00
Thomas Karl Pietrowski b3ded892c9
CuraEngine: Minimum dependency on gmock
Hopefully, that's possible...
2019-06-06 19:36:00 +02:00
Thomas Karl Pietrowski 812bde0dac
CuraEngine: Ubuntu Bionic: Adding libpthread-stubs0-dev
`pthread_create` can't be found. That package should provide it..
Crossing fingers..
2019-05-29 12:20:12 +02:00
Thomas Karl Pietrowski 815c399d3b
NumPy-STL: Updating rules 2019-05-29 09:39:01 +02:00
Thomas Karl Pietrowski eecbe400f4 Bump to 4.2
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-05-25 10:51:21 +02:00
Thomas Karl Pietrowski d224dd5a26
Merge pull request #68 from thopiekar/master-cura-environment-hack-for-kde
Cura: Environment hack for KDE
2019-05-04 18:42:03 +02:00
Thomas Karl Pietrowski f92317492b Cura: Accept all files in bin/
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-05-04 18:07:21 +02:00
Thomas Karl Pietrowski a6e69e4338 Cura: Adding hack for KDE
This one simply unsets and modifies some environment variables before running "cura.real".
There are many problems with QML under KDE, but these disappear when running Cura on Gnome for example.
So the problem was deskop related.

Since KDE is being started using some startup scripts which set some environment variables, I simply looked for these, which disable the middleware by KDE.
Now everything seems to work fine again!

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-05-04 17:51:23 +02:00
Thomas Karl Pietrowski d5a29caed1
Cura: Adding AMFReader 2019-05-02 17:22:38 +02:00
Thomas Karl Pietrowski f4501aa2d5
Cura: Adding python3-charon as dependency 2019-04-22 21:14:37 +02:00
Thomas Karl Pietrowski c7c0bb372a
Cura: Merge UFP support to main package 2019-04-21 21:37:39 +02:00
Thomas Karl Pietrowski eaccd113ee
Delete cura-plugin-ufpwriter.install 2019-04-21 21:35:08 +02:00
Thomas Karl Pietrowski 835ecef7e1
Cura: Adding UFPReader and changelog 2019-04-21 21:34:48 +02:00
Thomas Karl Pietrowski e484f63247
CuraEngine: Depend on libgmock-dev 2019-04-20 23:37:36 +02:00
Thomas Karl Pietrowski 111d7b713a
CuraEngine: Formatting 2019-04-20 23:36:46 +02:00
Thomas Karl Pietrowski df8ced88ca
CuraEngine: Using libgtest-dev instead of gtest
gtest is the name of the package, which was distributed many years before. Now all the content is in a multipackage with a separate development package.
2019-04-20 18:01:30 +02:00
Thomas Karl Pietrowski 6c8813e0a3
Cura: Removing ChangeLog and UserAgreement plugin 2019-04-20 17:57:19 +02:00
Thomas Karl Pietrowski 6532595a45
CuraEngine: Adding gtest to build tests 2019-03-14 19:34:52 +01:00
Thomas Karl Pietrowski 223402b20d CuraEngine: Determine and add version to engine
Otherwise we get told that the engine has been build from master, since "master" is the default string for this option.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-03-04 16:46:21 +01:00
Thomas Karl Pietrowski d5ee4f8546 Bumping to 4.1
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-03-04 16:46:06 +01:00
Thomas Karl Pietrowski e7936fecaf Removing unmaintained readme files for all debian files.
I simply don't care about all the bla bla.

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-03-04 16:41:12 +01:00
Thomas Karl Pietrowski 02d3064a41 Cura: Adding CuraDrive plugin as seperate package
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-01-12 20:01:38 +01:00
Thomas Karl Pietrowski 3b0c4973d3
Merge pull request #61 from thopiekar/4.0
Cura: Adding dependency on QtQuick (>= 5.10)
2019-01-12 11:06:20 +01:00
Thomas Karl Pietrowski 62591c02e4
Cura: Adding dependency on QtQuick (>= 5.10)
This should prevent other people to upgrade to 4.0, unless not already done.. :(
2018-12-31 18:04:40 +01:00
Thomas Karl Pietrowski 1742c33e35
Merge pull request #57 from thopiekar/4.0
Cura: Finetuning to package names again..
2018-12-28 14:38:46 +01:00
Thomas Karl Pietrowski a94093af5f Cura: Finetuning to package names again..
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2018-12-27 17:49:10 +01:00
Thomas Karl Pietrowski 03af620500
Merge pull request #56 from thopiekar/4.0
Cura: Fixing name of X3D reader plugin package
2018-12-27 09:55:21 +01:00
Thomas Karl Pietrowski 57114e6fe9
Cura: Fixing name of X3D reader plugin package 2018-12-25 21:46:16 +01:00
Thomas Karl Pietrowski 5383820db0 cura-binary-data: Updating description
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2018-12-24 10:38:47 +01:00
Thomas Karl Pietrowski b6366c171d fdm-materials: Updating description
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2018-12-24 10:38:24 +01:00
Thomas Karl Pietrowski af55a3b743 Merge branch 'master' of https://github.com/thopiekar/Cura-packaging 2018-12-23 14:55:33 +01:00
Thomas Karl Pietrowski e818ae7790 Uranium: Correcting name in README 2018-12-23 14:52:08 +01:00
Thomas Karl Pietrowski 651b864d43 Cura: Correcting name in README 2018-12-23 14:51:45 +01:00
Thomas Karl Pietrowski 6bfb9ae66a CuraEngine: Formatting and cleanups 2018-12-23 14:50:59 +01:00
Thomas Karl Pietrowski dc1473163f CuraEngine: Updating package description 2018-12-23 14:50:37 +01:00
Thomas Karl Pietrowski 95172c51c5 Cura: rules: Turn off verbose mode 2018-12-23 14:50:12 +01:00
Thomas Karl Pietrowski 8ccc57c141 Cura: rules: fixing formatting 2018-12-23 14:49:50 +01:00
Thomas Karl Pietrowski 3e48a41ac9 Cura: *.install: Cleanups 2018-12-23 14:49:21 +01:00
Thomas Karl Pietrowski b7ddd3e799 Cura: control: Cleanups 2018-12-23 14:49:03 +01:00
Thomas Karl Pietrowski ab5202273a Cura: Updating package description 2018-12-23 14:48:40 +01:00
Thomas Karl Pietrowski dc626333ea Updating email address 2018-12-23 14:48:04 +01:00
Thomas Karl Pietrowski abe4670fdd
Cura: Setting SDK version to 6.0.0 2018-12-19 14:58:36 +01:00
Thomas Karl Pietrowski 80ec3e5972
Cura: Adding PreviewStage plugin 2018-12-17 15:14:40 +01:00
Thomas Karl Pietrowski 54d050e7e8 Bumping to 4.0
Looks like there won't be a 3.7...
2018-12-12 19:32:54 +01:00
Thomas Karl Pietrowski 6baef2b3d7 Bump to 3.7
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2018-11-26 14:05:44 +01:00
Thomas Karl Pietrowski fc542acfec Merge branch 'master' of https://github.com/thopiekar/Cura-packaging 2018-11-26 14:04:11 +01:00
Thomas Karl Pietrowski 781838e180 Bumping to 3.6
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2018-11-26 14:03:44 +01:00