Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : qt-creator | name : qt-creator | ||||
| version : 5.0.3 | version : 6.0.0 | ||||
| release : 39 | release : 40 | ||||
| source : | source : | ||||
| - https://download.qt.io/official_releases/qtcreator/5.0/5.0.3/qt-creator-opensource-src-5.0.3.tar.xz : 7fd3b14310bcecee6b134f8cb7f4c0ed2385d7f4cecd48d756c5c1fd650ce2eb | - https://download.qt.io/official_releases/qtcreator/6.0/6.0.0/qt-creator-opensource-src-6.0.0.tar.xz : 6beb7802f6ab339f0ea947530e6902245057ec161b2b6d2ed9053e1bee1be0bf | ||||
| license : GPL-3.0-only | license : GPL-3.0-only | ||||
| component : programming.ide | component : programming.ide | ||||
| summary : IDE for Qt Development | summary : IDE for Qt Development | ||||
| description: | | description: | | ||||
| Qt Creator is a cross-platform IDE for development with the Qt framework. | Qt Creator is a cross-platform IDE for development with the Qt framework. | ||||
| clang : yes | clang : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(Qt5Help) | - pkgconfig(Qt6Core5Compat) | ||||
| - pkgconfig(Qt5Qml) | - pkgconfig(Qt6Help) | ||||
| - pkgconfig(Qt5Script) | - pkgconfig(Qt6Qml) | ||||
| - pkgconfig(Qt5Svg) | - pkgconfig(Qt6Svg) | ||||
| - pkgconfig(Qt5WebEngine) | - pkgconfig(Qt6WebEngineCore) | ||||
| - extra-cmake-modules | - pkgconfig(yaml-cpp) | ||||
| - qt5-quickcontrols | - designer6 | ||||
| - syntax-highlighting-devel | - syntax-highlighting-devel | ||||
| rundeps : | |||||
| - qt5-base-devel | |||||
| - qt5-quickcontrols | |||||
| setup : | | setup : | | ||||
| %qmake -r | %cmake_ninja \ | ||||
| -DBUILD_TESTING=OFF \ | |||||
| -DCMAKE_INSTALL_LIBDIR=$(basename %libdir%) \ | |||||
| -DPYTHON_EXECUTABLE=$(which python3) | |||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install INSTALL_ROOT=$installdir/usr | %ninja_install | ||||
| %qml_cache | # Not in ypkg yet. https://github.com/getsolus/ypkg/pull/22/files | ||||
| # %qml6_cache | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.