mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
AutoBuild: qt5_webglplugin started at 2025-04-01-01UTC (#11667)
* qt5_webglplugin kde-5.15.15-0d29f1c -> kde-5.15.16-64efc67 * Add built packages for linux/amd64 to qt5_webglplugin * Add built packages for linux/arm/v7 to qt5_webglplugin --------- Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com> Co-authored-by: Zopolis4 <Zopolis4@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a1b1a05821
commit
47c6e82b5a
@@ -3,8 +3,8 @@ require 'buildsystems/qmake'
|
||||
class Qt5_webglplugin < Qmake
|
||||
description 'Qt WebGL Plugin'
|
||||
homepage 'https://www.qt.io/'
|
||||
kde_5_15_githash = '0d29f1cd46331caf1b5169eb037d573680454348'
|
||||
version "kde-5.15.15-#{kde_5_15_githash[0, 7]}"
|
||||
kde_5_15_githash = '64efc679e520505be352f2b3ad662184ef265503'
|
||||
version "kde-5.15.16-#{kde_5_15_githash[0, 7]}"
|
||||
license 'GPL-3'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://invent.kde.org/qt/qt/qtwebglplugin.git'
|
||||
@@ -12,9 +12,9 @@ class Qt5_webglplugin < Qmake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'fc88c6ba7b4f54172ce34dea708a418721f65921286ceac7bea3fd0bfa08ca8a',
|
||||
armv7l: 'fc88c6ba7b4f54172ce34dea708a418721f65921286ceac7bea3fd0bfa08ca8a',
|
||||
x86_64: '9d3ad8b102e9251ece05eb832affd0f31e84ab2db512c265f70d99cbec1c7f95'
|
||||
aarch64: '0d6d5c3d785fd1040f203890661539ba9fd3b723fc96b06f467cdbfe55cfd60f',
|
||||
armv7l: '0d6d5c3d785fd1040f203890661539ba9fd3b723fc96b06f467cdbfe55cfd60f',
|
||||
x86_64: 'd64866fa1ff3bc8b646cda791443616828ac13d68898c2684b11f8b098341c22'
|
||||
})
|
||||
|
||||
depends_on 'fontconfig' # R
|
||||
|
||||
Reference in New Issue
Block a user