mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtsensors: add 6.9.0_rc
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST qtsensors-everywhere-opensource-src-5.15.16.tar.xz 2051048 BLAKE2B 85fa8c67639751676ffa1ccd5ad1a89efbaed56f4bd39e99fd88bd25924d8cfc08d67a4f8f20878bac82a91f5768d60b5576e3799fc80221f2f6f7e7ac9994be SHA512 2bd63e07a996f5377bda885e7218fc218fc981bf2a637b3d939ae5913bbffe2a797716b0aaa63e61c7e1384f07712de8683787590649a8f01a424b7f4526502b
|
||||
DIST qtsensors-everywhere-src-6.8.2.tar.xz 1498148 BLAKE2B 982769173642d7ee9b76b90297356301a03cb048c9aa0cbe794c7d1f310bc54d50872f03e1bcefea593e0f6c59b4fc9881c515b419e6da8e2269b29f3454035b SHA512 a0463557c1531d8514948eff81b83397b7f391c8fa992f95539f1a3b6a9559c2dddb0971a12e4d2bd393b57944ead0afe0901b59bfb0defa7f07aae2b3c9a0f2
|
||||
DIST qtsensors-everywhere-src-6.9.0-rc.tar.xz 1500016 BLAKE2B 7d40c62378d6e9bb1acc2cec0dddd9beb3d8223249baeed0d7dd0d3aeae43b763ad0f560213aff6b993f54b356be668b343abbc587e9dd732c5cb63632332073 SHA512 3513529018225a6bbf995a1022a78c132cf7daa422001d7468049b20670acc6b4bf12072349f34d3fb5cb2c66f67c3bc942d78f476285be834b56a2980ca3d5d
|
||||
|
||||
28
dev-qt/qtsensors/qtsensors-6.9.0_rc.ebuild
Normal file
28
dev-qt/qtsensors/qtsensors-6.9.0_rc.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Hardware sensor access library for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
IUSE="qml"
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Qml)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user