Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
f34cda59
Commit
f34cda59
authored
Mar 31, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix Rider (ignore musl deps, add JetBrains.Rider symlink), FreeCAD (ignore all Qt6)
parent
936c3a60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
FreeCAD.sh
repack.d/FreeCAD.sh
+8
-3
No files found.
repack.d/FreeCAD.sh
View file @
f34cda59
...
...
@@ -6,6 +6,11 @@ SPEC="$2"
.
$(
dirname
$0
)
/common.sh
# PySide6 QtGraphs/QtGraphsWidgets not available on older distros
ignore_lib_requires libQt6Graphs.so.6
ignore_lib_requires libQt6GraphsWidgets.so.6
# FreeCAD bundles its own Qt6/PySide6 but some libs link to unbundled Qt6 modules
# ignore all Qt6 dependencies — they are either bundled or optional
ignore_lib_requires
'libQt6.*'
# AppImage bundles system icons that conflict with gtk3-demo
for
i
in
$BUILDROOT$PRODUCTDIR
/usr/share/icons/hicolor/
*
/apps/gtk3-widget-factory.png
;
do
[
-f
"
$i
"
]
&&
remove_file
"
${
i
#
$BUILDROOT
}
"
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment