Commit 08e10681 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add FreeCAD repack (ignore Qt6Graphs), fix scanner-driver-avision pack.d

parent a597b892
...@@ -11,8 +11,6 @@ fi ...@@ -11,8 +11,6 @@ fi
erc --here $TAR || fatal erc --here $TAR || fatal
cd scanner-driver-avision* || fatal
PKG="scanner-driver-avision-*.x86_64.rpm" PKG="scanner-driver-avision-*.x86_64.rpm"
return_tar $PKG return_tar $PKG
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment