summaryrefslogtreecommitdiff
path: root/qt5
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-07-28 23:41:10 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-07-28 23:41:33 +1000
commit88d5cb57f18996a96dda36754f15bbbe28f73f30 (patch)
tree7acd7e7b37c6949a91d06246ce2269fdd503791b /qt5
parentb8bbdb47a20aeb09f6629179a506ed798cb7c0d5 (diff)
downloadopt-88d5cb57f18996a96dda36754f15bbbe28f73f30.tar.gz
opt-88d5cb57f18996a96dda36754f15bbbe28f73f30.tar.xz
qt5: fix build with python3 file rename from 2to3-3.7 to 2to3 a rebuild is not necessary
Diffstat (limited to 'qt5')
-rw-r--r--qt5/.signature4
-rw-r--r--qt5/Pkgfile2
2 files changed, 3 insertions, 3 deletions
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' \

Generated by cgit