Skip to content

Commit

Permalink
qt5: compatible with python3
Browse files Browse the repository at this point in the history
builds fine, only python script installed is
/usr/lib/qt5/mkspecs/features/uikit/devices.py in qt5-qmake, which is
python 3 compatible
  • Loading branch information
classabbyamp committed Oct 11, 2023
1 parent 3dbb28d commit 871121b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/qt5/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version=5.15.7+20221119
revision=7
build_style=meta
hostmakedepends="cmake clang flex perl glib-devel pkg-config
python re2c ruby which"
python3 re2c ruby which"
makedepends="SDL2-devel Vulkan-Headers alsa-lib-devel double-conversion-devel
eudev-libudev-devel ffmpeg-devel freetds-devel glib-devel gst-plugins-base1-devel
gtk+3-devel icu-devel libXv-devel libbluetooth-devel libcap-devel
Expand All @@ -31,7 +31,7 @@ homepage="https://qt.io/"
# can be marked with the export-ignore attribute
distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
checksum=9d57af471c78029a362276b7c99108ea009f511bb9ba6ff6cb884f6ddd255e9f
python_version=2 #unverified
python_version=3
replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
lib32mode=full
Expand Down

0 comments on commit 871121b

Please sign in to comment.