Skip to content

Conversation

@Dr-Terrible
Copy link

- Add the Start/Web Workbench;
- Add the Material Module as a dependency for the FEM Module;
@Dr-Terrible Dr-Terrible changed the title Make the Web Workbench optional [media-gfx/freecad] Make the Web Workbench optional Jan 28, 2021
Copy link
Owner

@waebbl waebbl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please squash the three commits into one, to keep the history clean?
If you need support in how to do this, feel free to ping me.

Would it make sense to additionally add a web USE flag? We need to check whether the browser is meaningful and working without the start workbench being built. This would also require an addition to REQUIRED_USE for the start USE flag.
What do you think?

Please use repoman -dx commit for committing. This adds a Signed-off-by line and the versions of portage and repoman being used.

FREECAD_STABLE_MODULES="addonmgr arch drawing fem idf image inspection
material mesh openscad part-design path points raytracing robot
show spreadsheet surface techdraw tux"
show spreadsheet surface techdraw tux start"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the alphabetical ordering, which is common for ebuilds.

dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
start? ( dev-qt/qtwebkit:5 )
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, please move the line to correct location.
At the top, alphabetical order of dependencies required without USE flags, after those are dependencies required by a USE flag, also in alphabetical order.

FREECAD_STABLE_MODULES="addonmgr arch drawing fem idf image
inspection material mesh openscad part-design path points
raytracing robot show spreadsheet surface techdraw tux"
raytracing robot show spreadsheet surface techdraw tux start"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alphabetical ordering, like above

dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
start? ( dev-qt/qtwebengine:5[widgets] )
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like above, please keep alphabetical ordering

<flag name="start">
Build the Start workbench, that is presented when you open FreeCAD
with no document loaded.
</flag>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The USE flags are also ordered alphabetical. Please move the new flag down to the correct location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[media-gfx/freecad] Make the Web Workbench optional

2 participants