mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-qt/qtdeclarative: drop 5.15.18
Bug: https://bugs.gentoo.org/966269 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
7bcd14859d
commit
a49a3ca20a
@ -1,68 +0,0 @@
|
|||||||
# Copyright 2009-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
if [[ ${PV} != *9999* ]]; then
|
|
||||||
QT5_KDEPATCHSET_REV=1
|
|
||||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..14} )
|
|
||||||
inherit flag-o-matic python-any-r1 qt5-build
|
|
||||||
|
|
||||||
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
|
|
||||||
|
|
||||||
IUSE="cpu_flags_x86_sse2 gles2-only +jit localstorage vulkan +widgets"
|
|
||||||
REQUIRED_USE="jit? ( x86? ( cpu_flags_x86_sse2 ) )"
|
|
||||||
|
|
||||||
# qtgui[gles2-only=] is needed because of bug 504322
|
|
||||||
DEPEND="
|
|
||||||
=dev-qt/qtcore-${QT5_PV}*
|
|
||||||
=dev-qt/qtgui-${QT5_PV}*:5=[gles2-only=,vulkan=]
|
|
||||||
=dev-qt/qtnetwork-${QT5_PV}*
|
|
||||||
=dev-qt/qttest-${QT5_PV}*
|
|
||||||
media-libs/libglvnd
|
|
||||||
localstorage? ( =dev-qt/qtsql-${QT5_PV}* )
|
|
||||||
widgets? ( =dev-qt/qtwidgets-${QT5_PV}*[gles2-only=] )
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND="${PYTHON_DEPS}"
|
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
"${FILESDIR}/${PN}-5.14.2-QQuickItemView-fix-maxXY-extent.patch" # QTBUG-83890
|
|
||||||
)
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
qt_use_disable_mod localstorage sql \
|
|
||||||
src/imports/imports.pro
|
|
||||||
|
|
||||||
qt_use_disable_mod widgets widgets \
|
|
||||||
src/src.pro \
|
|
||||||
src/qmltest/qmltest.pro \
|
|
||||||
tests/auto/auto.pro \
|
|
||||||
tools/tools.pro \
|
|
||||||
tools/qmlscene/qmlscene.pro \
|
|
||||||
tools/qml/qml.pro
|
|
||||||
|
|
||||||
qt5-build_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
replace-flags "-Os" "-O2" # bug 840861
|
|
||||||
|
|
||||||
local myqmakeargs=(
|
|
||||||
--
|
|
||||||
-qml-debug
|
|
||||||
$(qt_use jit feature-qml-jit)
|
|
||||||
)
|
|
||||||
qt5-build_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
qt5-build_src_install
|
|
||||||
qt5_symlink_binary_to_path qml 5
|
|
||||||
qt5_symlink_binary_to_path qmleasing 5
|
|
||||||
qt5_symlink_binary_to_path qmlpreview 5
|
|
||||||
qt5_symlink_binary_to_path qmlscene 5
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user