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, 24 Dec 2021 13:27:00 +0000 (UTC) [thread overview]
Message-ID: <1640352407.431dd59ddd10d9c89c59d224cee93630e187b34c.asturm@gentoo> (raw)
commit: 431dd59ddd10d9c89c59d224cee93630e187b34c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 12:13:38 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 13:26:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431dd59d
dev-qt/qtbluetooth: 5.15.2-r10 version bump at KDE 5e9ca5d3
Dropping superfluous GCC-11 patch.
"Always call setOpenMode before setSocketState"
Upstream commit 5e9ca5d36d65dadb98ef90013a1dcf15fbd7ae26
"Add server role to BlueZ service registration"
Upstream commit 46708bf1c3cc0235665d13d38fb894422d5ce379
"Fix error handling in BlueZ connectToServiceHelper"
QTBUG: https://bugreports.qt.io/browse/QTBUG-82407
Upstream commit ad2959eb185dedc4def73d5d471c732c0a39e3c6
"Correct error handling in QLowEnergyControllerPrivateBluezDBUS"
Upstream commit a0b4eb19770325ecb388cf84fca98bbbed5cc294
Bug: https://bugs.gentoo.org/752012
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/Manifest | 1 +
dev-qt/qtbluetooth/qtbluetooth-5.15.2-r10.ebuild | 35 ++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest
index fb34f083fc73..5ab2431ac70b 100644
--- a/dev-qt/qtbluetooth/Manifest
+++ b/dev-qt/qtbluetooth/Manifest
@@ -1 +1,2 @@
+DIST qtconnectivity-5.15.2-5e9ca5d3.tar.gz 3412877 BLAKE2B 07d201a934b72aab5ec90bbe667578d7150a3e93379278a44ff63ff67568bc6dfeff075d763e544e209dd0b6d9f53ca8214f483a3ff38794252b39c8ad5e80f5 SHA512 6be16baa0f63d6b36836adac50df4b9db79ca65b3bb4c92be13f748cec9384c42e57833bc1d06a8f50575f13623965cf40d1497e5fa51f44cb51b15760fb198f
DIST qtconnectivity-everywhere-src-5.15.2.tar.xz 2815492 BLAKE2B 0702601266d46669e0a39740b6df539b1d3f6dcb62d06b14f5ba89782e9bd38faa391892841434feccd9599eef09c7c7238efb82e11a0633e73f58dd721d3324 SHA512 a934dcdd28645ba23dd429215643694d9a14449a4c3e1a6154a9a19cb3210f3d80978b46aefff2b110db533fa1816450f2f73a27d80df5330a92799e4cca1b9c
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.2-r10.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.2-r10.ebuild
new file mode 100644
index 000000000000..5d96509f047b
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.2-r10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_COMMIT=5e9ca5d36d65dadb98ef90013a1dcf15fbd7ae26
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+ =dev-qt/qtconcurrent-${QT5_PV}*
+ =dev-qt/qtcore-${QT5_PV}*:5=
+ =dev-qt/qtdbus-${QT5_PV}*
+ >=net-wireless/bluez-5:=
+ qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
+"
+DEPEND="${RDEPEND}
+ =dev-qt/qtnetwork-${QT5_PV}*
+"
+
+src_prepare() {
+ sed -i -e 's/nfc//' src/src.pro || die
+
+ qt_use_disable_mod qml quick src/src.pro
+
+ qt5-build_src_prepare
+}
next reply other threads:[~2021-12-24 13:27 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 13:27 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-09-01 20:12 Andreas Sturmlechner
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ć
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=1640352407.431dd59ddd10d9c89c59d224cee93630e187b34c.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