From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 842C9158008 for ; Tue, 13 Jun 2023 11:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A17ECE09D5; Tue, 13 Jun 2023 11:42:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8650FE09CF for ; Tue, 13 Jun 2023 11:42:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B2B341320 for ; Tue, 13 Jun 2023 11:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA3DA92 for ; Tue, 13 Jun 2023 11:42:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686656475.345c735f1ab5fd77b614e91db2586e41e683f654.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquickcontrols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtquickcontrols/Manifest dev-qt/qtquickcontrols/qtquickcontrols-5.15.10.ebuild X-VCS-Directories: dev-qt/qtquickcontrols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 345c735f1ab5fd77b614e91db2586e41e683f654 X-VCS-Branch: master Date: Tue, 13 Jun 2023 11:42:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8edd14f0-081e-4960-87f9-93c3c3269599 X-Archives-Hash: cfee8450bd493de565dc29c7fc0e54e9 commit: 345c735f1ab5fd77b614e91db2586e41e683f654 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 13 11:23:23 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 13 11:41:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345c735f dev-qt/qtquickcontrols: 5.15.10 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtquickcontrols/Manifest | 1 + .../qtquickcontrols/qtquickcontrols-5.15.10.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-qt/qtquickcontrols/Manifest b/dev-qt/qtquickcontrols/Manifest index c19c8d9c0ba0..0345f7c6e9c8 100644 --- a/dev-qt/qtquickcontrols/Manifest +++ b/dev-qt/qtquickcontrols/Manifest @@ -1 +1,2 @@ +DIST qtquickcontrols-everywhere-opensource-src-5.15.10.tar.xz 5984520 BLAKE2B d872e315eef10dd0105be778f9fedf130ffb881d6ef0968abf0061e547c06ef5fdd39d4307773ea3c272abd544d19adc875d285e25b70956cb489192c6b91cb2 SHA512 fe7faf770adad9820ae897b5822b5dcba095dfc267411dd92d0b46daf7f84f87b3d9f2f9f90a90c030b09dcdc30549647f3f42039ac09e9207b5c1462116ed10 DIST qtquickcontrols-everywhere-opensource-src-5.15.9.tar.xz 5983564 BLAKE2B b32abf18cc58c9096d7578ab6dc3f71105ccd99901590f35f1311d179ec2200c5d24577c7e8b5103002451695b26707cda69fceb181d3dd3fd2d9f6719ef8bf7 SHA512 62c732414aa3660ae6c702a533e3ed090a293a6ecfc0bcc75b54d3dc9e0ecb657002e3f840107a07a1d749938148c0e63cd9f1021831f6c44ab133f9780b9c88 diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.15.10.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.10.ebuild new file mode 100644 index 000000000000..4f9605ba7339 --- /dev/null +++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.10.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt5-build + +DESCRIPTION="Set of Qt Quick controls to create complete user interfaces (deprecated)" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" +fi + +IUSE="+widgets" + +DEPEND=" + =dev-qt/qtcore-${QT5_PV}* + =dev-qt/qtdeclarative-${QT5_PV}* + =dev-qt/qtgui-${QT5_PV}* + widgets? ( =dev-qt/qtwidgets-${QT5_PV}* ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + qt_use_disable_mod widgets widgets \ + src/src.pro \ + src/controls/Private/private.pri \ + tests/auto/activeFocusOnTab/activeFocusOnTab.pro \ + tests/auto/controls/controls.pro \ + tests/auto/testplugin/testplugin.pro + + qt5-build_src_prepare +}