public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbluetooth/
Date: Fri,  1 Sep 2023 20:12:58 +0000 (UTC)	[thread overview]
Message-ID: <1693598899.c5eb79a03bd236ef706a53670b01129b71b46b81.asturm@gentoo> (raw)

commit:     c5eb79a03bd236ef706a53670b01129b71b46b81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 20:06:06 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 20:08:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eb79a0

dev-qt/qtbluetooth: Bump to QT5_KDEPATCHSET_REV=2

Friedemann Kleint (1):
      Fix translation context of QBluetoothUuid::WeightScaleFeature

Marc Mutz (1):
      QBluetoothUuid: remove default case labels and fix the fallout

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtbluetooth/Manifest                      |  1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild | 34 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest
index dc9c915fa941..92dbc5311164 100644
--- a/dev-qt/qtbluetooth/Manifest
+++ b/dev-qt/qtbluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST qtconnectivity-5.15.10-gentoo-kde-1.tar.xz 4080 BLAKE2B bade5c982cf755d9732922f073d7d9d2b36f0dec0f6cf5cf6b01217cc5e9cfc49d3a28516cab843946d65aea2d0ad3a8b8feb1969bf710d3941b94d70b13e26d SHA512 8130b3ef2714bfb98aaf397be5cab58b4481bc5dbb24d8b479a5019a3b2de491b9ffb73b596e4b301a4c40d4acfe727d6e9277f2021a42c4f4ddff7f6f153669
+DIST qtconnectivity-5.15.10-gentoo-kde-2.tar.xz 5352 BLAKE2B d6a312e0d3c11730d1c790c19b2a4438e8963656b0092ae44aedb11ec545c99291ecaaf187c612326334f7708dc74994cfdba9d448c89f9ebd02f0d5cae3fdd2 SHA512 5a945ffeebf7048c768bf918c038a8042cde05ba745b0c76fe9957fe458f70458c394a5f4950455842539e1929d80f53441d0b066a7aac0e9dc85c52809d75e7
 DIST qtconnectivity-everywhere-opensource-src-5.15.10.tar.xz 2828256 BLAKE2B aa1b2e7876cc263b3ebc307fac00e34a8112552b4e20de96796d1c7c6b0459ac65c71fd55dbc105aad6aab225ce66548ace18ed428be93d22f99589d386b6021 SHA512 3bc1c701f1e80794a410f0784c8955be42cb800c315d686da1a1e8429dbb72799bba2da59592f9edcd686c326df26fee4bf4e74b49feb96119e6aa29e982059f

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild
new file mode 100644
index 000000000000..4f1c6bc59be1
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+	QT5_KDEPATCHSET_REV=2
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+IUSE="qml"
+
+DEPEND="
+	=dev-qt/qtconcurrent-${QT5_PV}*
+	=dev-qt/qtcore-${QT5_PV}*:5=
+	=dev-qt/qtdbus-${QT5_PV}*
+	=dev-qt/qtnetwork-${QT5_PV}*
+	>=net-wireless/bluez-5:=
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i -e 's/nfc//' src/src.pro || die
+
+	qt_use_disable_mod qml quick src/src.pro
+
+	qt5-build_src_prepare
+}


             reply	other threads:[~2023-09-01 20:13 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 20:12 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 12:13 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbluetooth/ Arthur Zamarin
2024-04-03 18:48 Arthur Zamarin
2024-01-31 22:47 Ionen Wolkens
2023-11-06  7:14 Arthur Zamarin
2023-09-26 19:53 Andreas Sturmlechner
2023-09-26 18:14 Arthur Zamarin
2023-09-26 15:35 Arthur Zamarin
2023-09-26 15:28 Arthur Zamarin
2023-07-12  1:13 Sam James
2023-04-25  9:42 Arthur Zamarin
2023-03-26 16:10 Andreas Sturmlechner
2023-03-26 16:08 Arthur Zamarin
2023-03-26 16:08 Arthur Zamarin
2023-03-15 12:50 Arthur Zamarin
2023-03-13 20:51 Sam James
2023-03-08 11:07 Andreas Sturmlechner
2022-12-02 10:20 WANG Xuerui
2022-07-04 17:58 Arthur Zamarin
2022-06-14 17:32 Andreas Sturmlechner
2022-06-13 21:18 Sam James
2022-04-17 19:29 Sam James
2022-04-12 18:45 Arthur Zamarin
2022-01-20 12:15 Jakov Smolić
2022-01-20  9:00 Jakov Smolić
2022-01-18 22:52 Jakov Smolić
2021-12-24 13:27 Andreas Sturmlechner
2020-08-22 18:52 Andreas Sturmlechner
2020-02-08 13:25 Mikle Kolyada
2019-04-26 17:51 Anthony G. Basile
2018-10-16 16:09 Mikle Kolyada
2017-07-15  5:16 Markus Meier
2017-06-25  7:25 Markus Meier
2017-01-02 19:07 Markus Meier
2016-08-23 19:30 Markus Meier
2016-06-08 17:00 Michael Palimaka
2016-04-24 17:53 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1693598899.c5eb79a03bd236ef706a53670b01129b71b46b81.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox