[Slackbuilds-users] Qt5 Update to 5.12

Dave Woodfall dave at slackbuilds.org
Wed Jan 29 17:51:48 UTC 2020


On 2020-01-29 13:28,
Felix Pfeifer <pfeifer.felix at 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


-daw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20200129/dc70b7f1/attachment.asc>


More information about the SlackBuilds-users mailing list