mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
qtcreator: update to 4.12.1 + switch to python3
This commit is contained in:
parent
ca9e879c41
commit
cb9cb9854d
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'qtcreator'
|
# Template file for 'qtcreator'
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
version=4.12.0
|
version=4.12.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="qt-creator-opensource-src-${version}"
|
wrksrc="qt-creator-opensource-src-${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
|
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
|
||||||
hostmakedepends="clang llvm perl pkg-config python which"
|
hostmakedepends="clang llvm perl pkg-config python3 which"
|
||||||
makedepends="qt5-declarative-devel qt5-script-devel qt5-tools-devel
|
makedepends="qt5-declarative-devel qt5-script-devel qt5-tools-devel
|
||||||
qt5-quickcontrols"
|
qt5-quickcontrols"
|
||||||
depends="qt5-declarative-devel qt5-quickcontrols qt5-plugin-sqlite qtcreator-data-${version}_${revision}"
|
depends="qt5-declarative-devel qt5-quickcontrols qt5-plugin-sqlite qtcreator-data-${version}_${revision}"
|
||||||
|
@ -14,8 +14,8 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3.0-only, QtCompany-GPL-Exception-1.0"
|
license="GPL-3.0-only, QtCompany-GPL-Exception-1.0"
|
||||||
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
||||||
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
|
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
|
||||||
checksum=d76655799ad2af81fb15f85d412d74583659fb1b4cf27b758ad8aae73675948b
|
checksum=9ccee38b42854567eb7e3ea0419e635fbf9a9fe7035811fd62165e8d23436ab4
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"
|
hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue