summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-23Fix binary paths in *_thumbnailer filesSiôn le Roux
The previous fix installed the binaries to the semantically correct place but the paths referencing them in the _thumbnailer files were not updated. So, although the binaries were present in the correct place and ran without problem when called with the same arguments, the meta-data in the _thumbnailer definitions was pointing to the wrong place causing thumbnail factory failures when trying to call the non-existing binaries. Beginner mistake, whoops. This fix removes the "local/" path part from all the thumbnailer files during the prepare stage, before they are installed.
2023-07-28Install the thumbnailer programs to /usr/bin instead of /usr/local/binSiôn le Roux
The original /usr/local/bin path was copy-pasted from the upstream project's README file's installation instructions. However, that path is only for software that user's install themselves, circumventing the package manager, and because this is actually packaging the software, that's not the right place to put it. It really belongs in /usr/bin where all the other package-managed programs go.
2023-03-15Initial commit: install the scripts but without STL supportSiôn le Roux
STL support could've been dropped in a next commit for clarity. These scripts are technically capable of handling STL files but it's much slower than using stl-thumb (written in Rust instead of using OpenSCAD) so I recommend installing that package for STL support.