mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Qt5_base 5.15.11-ea7a183 -> kde-5.15.14-9f9a56d * qt5_declarative 5.15.11-1b0e366 -> kde-5.15.14-50c8def * qt5_location 5.15.11-48a17e8 -> kde-5.15.14-3beb9c8 * qt5_tools 5.15.11-38ae810 -> kde-5.15.14-f82ed36 * qt5_webchannel 5.15.11-f84887c-1 -> kde-5.15.14-fca8308 * qt5_websockets 5.15.11-d41bb9f -> kde-5.15.14-dbbdc64 * qt5_charts 5.15.11-e17308d -> kde-5.15.14-7315c48 * qt5_imageformats 5.15.11-b22bf4d -> kde-5.15.14-4e4f5fc * qt5_multimedia 5.15.11-f587b18 -> kde-5.15.14-53069c9 * qt5_networkauth 5.15.11-lts-lgpl -> kde-5.15.14-28180f2 * qt5_quickcontrols 5.15.11-dcc9055 -> kde-5.15.14-9325659 * qt5_script 5.15.5 -> 5.15.17 * qt5_serialport 5.15.11-3380465 -> kde-5.15.14-34c19c6 * qt5_svg 5.15.11-7d6e373 -> kde-5.15.14-690128b * qt5_wayland 5.15.11-4de268c -> kde-5.15.14-11e099c * qt5_webglplugin 5.15.11-ddcff45 -> kde-5.15.14-3681356 * qt5_x11extras 5.15.11-5fb2e06 -> kde-5.15.14-6c3605f * qt5_xmlpatterns 5.15.11-lts-lgpl -> kde-5.15.14-087f6f3
25 lines
865 B
Ruby
25 lines
865 B
Ruby
require 'buildsystems/qmake'
|
|
|
|
class Qt5_quickcontrols < Qmake
|
|
description 'Reusable Qt Quick based UI controls to create classic desktop-style user interfaces'
|
|
homepage 'https://www.qt.io'
|
|
version 'kde-5.15.14-9325659'
|
|
license 'GPL3 LGPL3 FDL custom'
|
|
compatibility 'x86_64 aarch64 armv7l'
|
|
source_url 'https://invent.kde.org/qt/qt/qtquickcontrols.git'
|
|
git_hashtag '9325659ec390eda5b160736a926ba58ccb445cce'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
aarch64: '0c4efb8b7e53cde9a5d565e2a1a00326f05b923a5ebeaa8f027a4fc35e81ac65',
|
|
armv7l: '0c4efb8b7e53cde9a5d565e2a1a00326f05b923a5ebeaa8f027a4fc35e81ac65',
|
|
x86_64: '63043148e2f2042bf96660c2561b214c331f6e12ae06b9e3a35e02826a3da8c9'
|
|
})
|
|
|
|
depends_on 'gcc_lib' # R
|
|
depends_on 'glibc' # R
|
|
depends_on 'libglvnd' # R
|
|
depends_on 'qt5_base' # R
|
|
depends_on 'qt5_declarative' # R
|
|
end
|