summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-thunderbolt
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest3
-rw-r--r--kde-plasma/plasma-thunderbolt/files/plasma-thunderbolt-5.25.5-kcm-crash.patch71
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.5-r1.ebuild40
3 files changed, 0 insertions, 114 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 1fb1b57fd574..e7b16237711e 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,8 +1,5 @@
-AUX plasma-thunderbolt-5.25.5-kcm-crash.patch 2737 BLAKE2B bc5d652b2529f070baef999def0456dc48a253c42975f239d9c8943add1eb06a6536bbc8ab19ef3f9ecfab22641bf4ef36043ed267ebed19cab97c666c992401 SHA512 7b5f538f7904d7d6a452ce9b77da2ac35131dbc6b50294699a2e785c80bab16aa4d99e2f0e1e42acd2444d1067fcb239dc6bf76b169fd3a508aa11a00a3e1bb9
-DIST plasma-thunderbolt-5.25.5.tar.xz 68828 BLAKE2B 2e43e20f1413b2edf502f5d7a7b766d956e5bae7f69b983f234546270c629148baf126415915360d8991292139c2d41c687df308d143e359c5a47343d35ddc29 SHA512 73280e422e30893f90586ff7248a6ec0db8d8b518a205187c550545381ee34b09fa648ce819129f8cf2823877f7fcdbbc8e3484a4ca86fa427b2c95915f532b7
DIST plasma-thunderbolt-5.26.5.tar.xz 71912 BLAKE2B 40546213181a5b426aaf3bbd03f1a32a3a7cff70438acd1130a2cba364375b3803fb7eeb0da8c0e8489d5cd49881ace39b3ce10eae01cb18fa51ef612f74d2c4 SHA512 182fa9df929eeca0c3fc3960f731c120e4a09fbc4b42babcc1d99374440b8bf32c564628c58fa5492b5ec9d8d50f98160c845d48e3215846e5ca7385256a783b
DIST plasma-thunderbolt-5.26.90.tar.xz 71808 BLAKE2B 8b1d8ac1bec8ded89a0752850a42d09381f3a07efbefbbd8bbe98a73190b3fe3a9038d13574a6d91e76b791b5c885f69c0d433b964a64cb65be99f00acce50db SHA512 80416ce459f590ec2de1da1d8236b3e3bb5ea6703caa5ff99dd60fe938e2e8765c23678fec0e8a86ce05e9b8c92736acf9a009d8f59ce3ef675db0aaec346977
-EBUILD plasma-thunderbolt-5.25.5-r1.ebuild 950 BLAKE2B f24cd5e964e7f967dbd70e795b1f630d0f6f692733c0b3a3787725dc3322b6ce8f415b3b26bc67e39e11c4369ae68709ca7e2df0eee5f48391ca81ee55130fba SHA512 0e4f57d0826fd9ba21d6683ca4447217dac969a723ce9860bec8ddbf3ce689fd0505ccfde1a0ad5721de2a3866c1f83ccff0a04b846c8666f43dde683b57eb19
EBUILD plasma-thunderbolt-5.26.5.ebuild 956 BLAKE2B 9eedd350396af15dda140cc56eb50f9f8fc90bb8d67620a0d03a96dd92d50847f181774c16a19539d2d0aa3cfea3dc30122b1d4c63c4a2ecfa9417e5efca2981 SHA512 e4cc04f4f3cb87c97ef1c540626998191360a6b63de549cb607945b113ac3e458b55737df19f376b8f8a11603f8ea3fa4c42889ee944007ab4636c7af58f9848
EBUILD plasma-thunderbolt-5.26.90.ebuild 940 BLAKE2B db1b9cb2b938a13d8454e811f8a9b6cb4e487654583b3f34113c0a346f2492d88dcdf05b9c1fa4532d5296682f2409631200c4ae1ee5c8d84bdf8b676aff61e6 SHA512 24c491225f4df7bf339f1ec88cd2074bfe53401f01e302468deade9f3453558f72766483e7b6d06e1d578a38019a16f7f9c65e08acd3cdcf5a954c861308761d
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-plasma/plasma-thunderbolt/files/plasma-thunderbolt-5.25.5-kcm-crash.patch b/kde-plasma/plasma-thunderbolt/files/plasma-thunderbolt-5.25.5-kcm-crash.patch
deleted file mode 100644
index f45edfa86f77..000000000000
--- a/kde-plasma/plasma-thunderbolt/files/plasma-thunderbolt-5.25.5-kcm-crash.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-From 09c37c1c312991d08c10c7af94a83902150cb3ad Mon Sep 17 00:00:00 2001
-From: David Edmundson <kde@davidedmundson.co.uk>
-Date: Mon, 27 Jun 2022 16:46:08 +0100
-Subject: [PATCH] Avoid combining smart pointers and qobject parent ownership
-
-Devices are stored as QSharedPointer<Device> mDevices. If something has
-the memory managed explicitly we don't want QObject parents to also try
-and do the same job.
-
-BUG: 439192
----
- src/lib/device.cpp | 4 ++--
- src/lib/device.h | 2 +-
- src/lib/manager.cpp | 4 ++--
- 3 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/src/lib/device.cpp b/src/lib/device.cpp
-index b79d029..94964be 100644
---- a/src/lib/device.cpp
-+++ b/src/lib/device.cpp
-@@ -45,10 +45,10 @@ Device::Device(const QDBusObjectPath &path, QObject *parent)
-
- Device::~Device() = default;
-
--QSharedPointer<Device> Device::create(const QDBusObjectPath &path, QObject *parent)
-+QSharedPointer<Device> Device::create(const QDBusObjectPath &path)
- {
- try {
-- return QSharedPointer<Device>::create(path, parent);
-+ return QSharedPointer<Device>::create(path);
- } catch (const DBusException &e) {
- qCWarning(log_libkbolt, "%s", e.what());
- return {};
-diff --git a/src/lib/device.h b/src/lib/device.h
-index 9b7e0f0..d183b12 100644
---- a/src/lib/device.h
-+++ b/src/lib/device.h
-@@ -46,7 +46,7 @@ class KBOLT_EXPORT Device : public QObject, public QEnableSharedFromThis<Device>
- friend class Manager;
-
- public:
-- static QSharedPointer<Device> create(const QDBusObjectPath &path, QObject *parent = nullptr);
-+ static QSharedPointer<Device> create(const QDBusObjectPath &path);
- explicit Device(QObject *parent = nullptr);
- ~Device() override;
-
-diff --git a/src/lib/manager.cpp b/src/lib/manager.cpp
-index 683c28c..99f1732 100644
---- a/src/lib/manager.cpp
-+++ b/src/lib/manager.cpp
-@@ -26,7 +26,7 @@ Manager::Manager(QObject *parent)
- }
-
- connect(mInterface.get(), &ManagerInterface::DeviceAdded, this, [this](const QDBusObjectPath &path) {
-- if (auto device = Device::create(path, this)) {
-+ if (auto device = Device::create(path)) {
- mDevices.push_back(device);
- qCDebug(log_libkbolt,
- "New Thunderbolt device %s (%s) added, status=%s",
-@@ -46,7 +46,7 @@ Manager::Manager(QObject *parent)
-
- const auto devicePaths = mInterface->ListDevices().argumentAt<0>();
- for (const auto &devicePath : devicePaths) {
-- if (auto device = Device::create(devicePath, this)) {
-+ if (auto device = Device::create(devicePath)) {
- qCDebug(log_libkbolt,
- "Discovered Thunderbolt device %s (%s), status=%s",
- qUtf8Printable(device->uid()),
---
-GitLab
-
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.5-r1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.5-r1.ebuild
deleted file mode 100644
index b68b25270cb1..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.5-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-# tests require DBus
-RESTRICT="test"
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- sys-apps/bolt
-"
-
-PATCHES=( "${FILESDIR}/${P}-kcm-crash.patch" )