mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
AutoBuild: qt5_webchannel started at 2025-03-30-12UTC (#11641)
* qt5_webchannel kde-5.15.15-ad85920 -> kde-5.15.16-b375bde * Add built packages for linux/amd64 to qt5_webchannel * Add built packages for linux/arm/v7 to qt5_webchannel --------- 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
002da26be8
commit
e81165f5ae
@@ -5,13 +5,13 @@
|
|||||||
/usr/local/lib/libQt5WebChannel.so
|
/usr/local/lib/libQt5WebChannel.so
|
||||||
/usr/local/lib/libQt5WebChannel.so.5
|
/usr/local/lib/libQt5WebChannel.so.5
|
||||||
/usr/local/lib/libQt5WebChannel.so.5.15
|
/usr/local/lib/libQt5WebChannel.so.5.15
|
||||||
/usr/local/lib/libQt5WebChannel.so.5.15.15
|
/usr/local/lib/libQt5WebChannel.so.5.15.16
|
||||||
/usr/local/lib/pkgconfig/Qt5WebChannel.pc
|
/usr/local/lib/pkgconfig/Qt5WebChannel.pc
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qmetaobjectpublisher_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qmetaobjectpublisher_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qqmlwebchannelattached_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qqmlwebchannelattached_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qwebchannel_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qwebchannel_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/signalhandler_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/signalhandler_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/variantargument_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/variantargument_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QQmlWebChannel
|
/usr/local/share/Qt-5/include/QtWebChannel/QQmlWebChannel
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannel
|
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannel
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannelAbstractTransport
|
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannelAbstractTransport
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
/usr/local/lib64/libQt5WebChannel.so
|
/usr/local/lib64/libQt5WebChannel.so
|
||||||
/usr/local/lib64/libQt5WebChannel.so.5
|
/usr/local/lib64/libQt5WebChannel.so.5
|
||||||
/usr/local/lib64/libQt5WebChannel.so.5.15
|
/usr/local/lib64/libQt5WebChannel.so.5.15
|
||||||
/usr/local/lib64/libQt5WebChannel.so.5.15.15
|
/usr/local/lib64/libQt5WebChannel.so.5.15.16
|
||||||
/usr/local/lib64/pkgconfig/Qt5WebChannel.pc
|
/usr/local/lib64/pkgconfig/Qt5WebChannel.pc
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qmetaobjectpublisher_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qmetaobjectpublisher_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qqmlwebchannelattached_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qqmlwebchannelattached_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/qwebchannel_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/qwebchannel_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/signalhandler_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/signalhandler_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/5.15.15/QtWebChannel/private/variantargument_p.h
|
/usr/local/share/Qt-5/include/QtWebChannel/5.15.16/QtWebChannel/private/variantargument_p.h
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QQmlWebChannel
|
/usr/local/share/Qt-5/include/QtWebChannel/QQmlWebChannel
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannel
|
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannel
|
||||||
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannelAbstractTransport
|
/usr/local/share/Qt-5/include/QtWebChannel/QWebChannelAbstractTransport
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ require 'buildsystems/qmake'
|
|||||||
class Qt5_webchannel < Qmake
|
class Qt5_webchannel < Qmake
|
||||||
description 'Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
|
description 'Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
|
||||||
homepage 'https://www.qt.io'
|
homepage 'https://www.qt.io'
|
||||||
kde_5_15_githash = 'ad85920e02049bf7ba06366046498e8366a98e8e'
|
kde_5_15_githash = 'b375bde968f7b9c273adfb8a89f9a6fb888f9af6'
|
||||||
version "kde-5.15.15-#{kde_5_15_githash[0, 7]}"
|
version "kde-5.15.16-#{kde_5_15_githash[0, 7]}"
|
||||||
license 'GPL3 LGPL3 FDL custom'
|
license 'GPL3 LGPL3 FDL custom'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://invent.kde.org/qt/qt/qtwebchannel.git'
|
source_url 'https://invent.kde.org/qt/qt/qtwebchannel.git'
|
||||||
@@ -12,9 +12,9 @@ class Qt5_webchannel < Qmake
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '71405013f93793e23b7f6b5834e7e87548f33fecd82975f4f7a7f88247dc7002',
|
aarch64: '1a4addc61811e6c925b9da177a5d081104ed22d0c306ae58d4235cffea24e1c7',
|
||||||
armv7l: '71405013f93793e23b7f6b5834e7e87548f33fecd82975f4f7a7f88247dc7002',
|
armv7l: '1a4addc61811e6c925b9da177a5d081104ed22d0c306ae58d4235cffea24e1c7',
|
||||||
x86_64: '5c725cca9b25be12c10686237d70273bb597bbc77f180e372eefff6fdf694587'
|
x86_64: 'bc2a5b65b2e7a42bfb22ecc64567edc41b66da09d7d59f53d33f2e3658874a13'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'gcc_lib' # R
|
depends_on 'gcc_lib' # R
|
||||||
|
|||||||
Reference in New Issue
Block a user