commit 88d5cb57f18996a96dda36754f15bbbe28f73f30 Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Jul 28 23:41:10 2020 +1000 qt5: fix build with python3 file rename from 2to3-3.7 to 2to3 a rebuild is not necessary diff --git a/qt5/.signature b/qt5/.signature index 8ced114a6..a2ab77021 100644 --- a/qt5/.signature +++ b/qt5/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YeFcekTRUQNKhzBmScawE6HW67tSvLlirFDSL4VADEiIOS9SVNV1NQ5fhZzYgAq8xwidLX+LJEB8T9uxn+cCAY= -SHA256 (Pkgfile) = 05cb26d6862d2e1fbe80a178bcae7c6abe5f7f42510a5e2d7bbf4949517eb133 +RWSE3ohX2g5d/T1XrDYTpbN2ZhIgQmhMfdRVTcAsM2qI3feD9bmvrsjhbaWDfNgpq8MuXFN6EylF9pK4ZZa2s5PhNEBLIy/c5gE= +SHA256 (Pkgfile) = 3d3e869c5d35191eab4a3c6e7e38b833d58345c534e6e62e588b794c86f2b56f SHA256 (.footprint) = 8860b0f2e86d9d4f9630a7894af8d99f5fb4956ac931da9abe0f30a78d68ecd1 SHA256 (qt-everywhere-src-5.15.0.tar.xz) = 22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3 SHA256 (qt5-logo.png) = ae1335ecd1cd2d17032184895ab298a636cdfa8121b0ed71307c4f2b23ec928e diff --git a/qt5/Pkgfile b/qt5/Pkgfile index 96cd75459..2d52680f3 100644 --- a/qt5/Pkgfile +++ b/qt5/Pkgfile @@ -85,7 +85,7 @@ build() { sed 's|/usr/bin/python|/usr/bin/python3|g' \ -i $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py - 2to3-3.7 --write --nobackups $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py + 2to3 --write --nobackups $PKG/usr/lib/qt5/mkspecs/features/uikit/devices.py # Fix paths find $PKG/usr/lib/ -type f -name '*.prl' \