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
36 lines
1.1 KiB
Ruby
36 lines
1.1 KiB
Ruby
require 'buildsystems/qmake'
|
|
|
|
class Qt5_wayland < Qmake
|
|
description 'Qt Wayland'
|
|
homepage 'https://www.qt.io/'
|
|
version 'kde-5.15.14-11e099c'
|
|
license 'FDL, GPL-2, GPL-3, GPL-3-with-qt-exception, LGPL-2.1 and LGPL-3'
|
|
compatibility 'x86_64 aarch64 armv7l'
|
|
source_url 'https://invent.kde.org/qt/qt/qtwayland.git'
|
|
git_hashtag '11e099c6b7fbec0e198bffaf8016676ef430cfba'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
aarch64: '985d78368d6f77159f9562844f9ba06436020a2fe6633fb8cd54b19d26b253e9',
|
|
armv7l: '985d78368d6f77159f9562844f9ba06436020a2fe6633fb8cd54b19d26b253e9',
|
|
x86_64: 'a746f8da617b182405e120ffd26f2be8f42393fb700338823dd74845afb4347c'
|
|
})
|
|
|
|
depends_on 'fontconfig' # R
|
|
depends_on 'freetype' # R
|
|
depends_on 'gcc_lib' # R
|
|
depends_on 'glib' # R
|
|
depends_on 'glibc' # R
|
|
depends_on 'harfbuzz' # R
|
|
depends_on 'libdrm' # R
|
|
depends_on 'libglvnd' # R
|
|
depends_on 'libx11' # R
|
|
depends_on 'libxcomposite' # R
|
|
depends_on 'libxext' # R
|
|
depends_on 'libxkbcommon' # R
|
|
depends_on 'qt5_base' # R
|
|
depends_on 'qt5_declarative' # R
|
|
depends_on 'wayland' # R
|
|
depends_on 'zlib' # R
|
|
end
|