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
23 lines
783 B
Ruby
23 lines
783 B
Ruby
require 'buildsystems/qmake'
|
|
|
|
class Qt5_networkauth < Qmake
|
|
description 'Qt Network Authentication'
|
|
homepage 'https://www.qt.io/'
|
|
version 'kde-5.15.14-28180f2'
|
|
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/qtnetworkauth.git'
|
|
git_hashtag '28180f28c98e329676463e24cef0097cba45bc00'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
aarch64: 'e66c2abbad289ea5adc39374233279bf4bff5e900736b1f36b3b31e289fe4ef3',
|
|
armv7l: 'e66c2abbad289ea5adc39374233279bf4bff5e900736b1f36b3b31e289fe4ef3',
|
|
x86_64: 'f47387b32f4418c3bc5a9f352823b4216945f7f67a6de3172fc8443a4cacc5c8'
|
|
})
|
|
|
|
depends_on 'gcc_lib' # R
|
|
depends_on 'glibc' # R
|
|
depends_on 'qt5_base' # R
|
|
end
|