mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -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
24 lines
812 B
Ruby
24 lines
812 B
Ruby
require 'buildsystems/qmake'
|
|
|
|
class Qt5_declarative < Qmake
|
|
description 'Provides QML and Quick declaratives.'
|
|
homepage 'https://www.qt.io/'
|
|
version 'kde-5.15.14-50c8def'
|
|
license 'FDL, GPL-2, GPL-3, GPL-3-with-qt-exception and LGPL-3'
|
|
compatibility 'x86_64 aarch64 armv7l'
|
|
source_url 'https://invent.kde.org/qt/qt/qtdeclarative.git'
|
|
git_hashtag '50c8def854806485d66aabcf6918e8b987032e55'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
aarch64: '97c2e0a5341739ea75050b64113294472155ebe26c7c6321459d7ee549e5cc6c',
|
|
armv7l: '97c2e0a5341739ea75050b64113294472155ebe26c7c6321459d7ee549e5cc6c',
|
|
x86_64: 'bd93a7285ae85533465258affc862fbaab030f8db29b4dc1b34846877111fdfd'
|
|
})
|
|
|
|
depends_on 'gcc_lib' # R
|
|
depends_on 'glibc' # R
|
|
depends_on 'libglvnd' # R
|
|
depends_on 'qt5_base' # R
|
|
end
|