summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/curaengine
AgeCommit message (Collapse)Author
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-21treewide: remove licenses.agpl3Jussi Kuokkanen
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-11treewide: add `mainProgram`h7x4
2024-01-16curaengine: fix build with GCC 13Andrea Ciceri
2022-02-25curaengine: 4.12.1 -> 4.13.1R. Ryantm
2021-12-23curaengine_stable: switch to fetchFromGitHubFelix Buehler
2021-12-14{cura,curaengine}: 4.10.0 -> 4.12.1,Felix Buehler
{libnest2d,libarcus,libsavitar,pynest2d,uranium}: 4.10.0 -> 4.12.0
2021-11-05treewide: reenable LTO on i686Ryan Burns
2021-07-03curaengine: 4.9.1 -> 4.10.0R. RyanTM
2021-05-17curaengine: 4.9.0 -> 4.9.1R. RyanTM
2021-04-25curaengine: 4.8.0 -> 4.9.0Gabriel Ebner
2021-03-10curaengine_stable: fixup build on i686Enno Richter
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-06curaengine: 4.7.1 -> 4.8.0Peter Stewart
2020-09-06curaengine: 4.6.1 -> 4.7.1Gabriel Ebner
2020-05-09treewide: remove the-kenny from maintainersJörg Thalheim
@the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
2020-05-05curaengine: 4.5.0 -> 4.6.1R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-15cura: 4.4.0 -> 4.5.0Herman Fries
2019-12-07cura, python3Packages.libsavitar, python3Packages.libarcus, ↵Niklas Hambüchen
python3Packages.uranium: 4.3.0 -> 4.4.0 Closes #74134. Note the `cura.materials` hash is not updated because apparently its contents stay the same, despite version update. Implements comment about libarcus from: https://github.com/NixOS/nixpkgs/pull/69435#issuecomment-535465040
2019-09-25curaengine: 4.2.1 -> 4.3.0Daniel Albert
See https://ultimaker.com/learn/ultimaker-cura-4-3-available-now for more info.
2019-08-17treewide: name -> pnamevolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-08cura: add myself as maintainerGabriel Ebner
2019-08-08curaengine: 4.1.0 -> 4.2.0Gabriel Ebner
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-01curaengine: 4.0.0 -> 4.1.0Gabriel Ebner
2019-04-04curaengine: 3.6.0 -> 4.0.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/curaengine/versions
2019-03-05curaengine: add protobuf in buildInputsIoannis Koutras
2018-12-27curaengine: 3.4.1 -> 3.6.0Orivej Desh
2018-08-31curaengine: patch for compatibility with cmake 3.12 (#45869)Andrew Childs
2018-07-14curaengine: 3.3.0 -> 3.4.1Johannes Frankenau
2018-06-10curaengine: 3.2.1 -> 3.3.0Johannes Frankenau
2018-02-25curaengine: 3.0.3 -> 3.2.1Nikolay Amiantov
2018-02-25treewide: unquote homepage in my packagesNikolay Amiantov
I don't like this personally but we have #27809 as a precedent.
2017-10-22curaengine: 2.6.1 -> 3.0.3Nikolay Amiantov
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-27curaengine: 2.4.0 -> 2.6.1Nikolay Amiantov
2017-03-01cura, curaengine: 14.04 -> 2.4.0Nikolay Amiantov
Move old Cura to {cura,curaengine}_stable
2016-09-02curaengine: 15.04 -> 15.04.6Nikolay Amiantov
2016-04-14curaengine: link to dynamic libsNikolay Amiantov
2015-08-21cura(engine): 15.02.1 -> 15.04.Moritz Ulrich
2015-03-07curaengine: update from 14.12.1 to 15.02.1Moritz Ulrich
2015-01-19cura(engine): update to 14.12.1Moritz Ulrich
2014-10-01Cura(engine): Append version to name.Moritz Ulrich
2014-09-04cura(engine): update to 14.0{7,3}.Moritz Ulrich
2014-03-25Add Cura.ambrop7@gmail.com