mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-qt/qtwebview: add 6.10.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST qtwebview-everywhere-src-6.10.0.tar.xz 128696 BLAKE2B 0d6fc82bce9ed4afce2c73ad3aefec9354e70297af92eb2c8452264eb3427f4b70bfdc7abc7ce80d6700756da1a21d1a577d97bc90be0b859e6fbe4794668d9b SHA512 f9f54f8e1bfdea0de82e341b9a86e68537b63d8c2902e2032a16bdbbe37759c381a2b171a949f7e0c0adeb13899afc122004bf8424152573924889c9a53fdb0d
|
||||
DIST qtwebview-everywhere-src-6.10.1.tar.xz 128672 BLAKE2B 6c06c0486a2a4902fa9c94e3f598454027a7fd564cba1e5bb7958d5cb25da52baa96b2a395f5997084d622207c06c280adfb21da0daea4f67392e0ad5bea6fbd SHA512 6b2cae7bf53464137555536807fcdd1220c23155078de09d74993e717b7e2fb518134895254cc2946bf8410a42976ad78c4d3c3ffb0d5122aae4d137186901eb
|
||||
DIST qtwebview-everywhere-src-6.9.3.tar.xz 125580 BLAKE2B 544b9a660caf6643a15b1ea45d909c24c377f2f91128d3ff1d39b91f2d031b1964a4cbb4c5763b36e8c4e5b5c3c9e3f087ca4dc0e927537e64b51171852f916e SHA512 fe57468fc601f2f45bfac6b419609d15a4a6c74bc0e11a7c42b2c39a215d16b6cad405afffd330062eb4c784bef67f8d4dd82ef477acf2ab39e6f613a8f26b30
|
||||
|
||||
19
dev-qt/qtwebview/qtwebview-6.10.1.ebuild
Normal file
19
dev-qt/qtwebview/qtwebview-6.10.1.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Module for displaying web content in a QML application using the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6[gui]
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
~dev-qt/qtwebengine-${PV}:6[qml]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user