On 2020-01-29 17:51,
Dave Woodfall <d...@slackbuilds.org> put forth the proposition:
> On 2020-01-29 13:28,
> Felix Pfeifer <pfeifer.fe...@gmail.com> put forth the proposition:
> > The SuperCollider build expects a version string in
> > /usr/lib64/cmake/Qt5/Qt5ConfigVersion.cmake
> > The first line reads like this:
> > set(PACKAGE_VERSION )
> > An older version of qt5 had this:
> > set(PACKAGE_VERSION 5.9.9)
> >
> > I think for the 5.12 version it should look like:
> > set(PACKAGE_VERSION 5.12.6)
>
> I can add that back in.  It seems like an error that it isn't set.
>
> This should fix it:
>
> sed -i "s,set(PACKAGE_VERSION ),set(PACKAGE_VERSION $VERSION)," \
>    $PKG/usr/lib$LIBDIRSUFFIX/cmake/Qt5/Qt5ConfigVersion.cmake

It's still failing because Qt5CoreConfig.cmake is missing.  I'm
looking into why it's not creating one.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to