[packages/kp5-plasma-thunderbolt] Revert "- 5.93.0"
witekfl
witekfl at pld-linux.org
Thu Mar 14 19:05:57 CET 2024
commit c35a3c2d2144c02d11808c6461b0a935948efd6f
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Mar 14 17:47:55 2024 +0100
Revert "- 5.93.0"
This reverts commit 3624e8a2f723b942e2b836de4819be79e3b2f83b.
kp5-plasma-thunderbolt.spec | 65 +++++++++++++++++++++++++--------------------
1 file changed, 36 insertions(+), 29 deletions(-)
---
diff --git a/kp5-plasma-thunderbolt.spec b/kp5-plasma-thunderbolt.spec
index 5a97373..14b64d9 100644
--- a/kp5-plasma-thunderbolt.spec
+++ b/kp5-plasma-thunderbolt.spec
@@ -1,47 +1,47 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeplasmaver 5.93.0
+%define kdeplasmaver 5.27.10
%define qtver 5.15.2
%define kpname plasma-thunderbolt
-%define kf6ver 5.39.0
+%define kf5ver 5.39.0
Summary: plasma-nm
Name: kp5-%{kpname}
-Version: 5.93.0
-Release: 0.1
+Version: 5.27.10
+Release: 1
License: LGPL v2.1+
Group: X11/Libraries
-Source0: https://download.kde.org/unstable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: a9407fcfeb522bfc273491ca0249ff23
+Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: 2861104cf1e31393d9cd87701042d3aa
URL: http://www.kde.org/
-BuildRequires: Qt6Core-devel >= 5.15.0
-BuildRequires: Qt6DBus-devel >= 5.15.0
-BuildRequires: Qt6Gui-devel >= 5.15.0
-BuildRequires: Qt6Network-devel >= 5.15.2
-BuildRequires: Qt6Qml-devel >= 5.15.2
-BuildRequires: Qt6Quick-devel >= 5.15.0
+BuildRequires: Qt5Core-devel >= 5.15.0
+BuildRequires: Qt5DBus-devel >= 5.15.0
+BuildRequires: Qt5Gui-devel >= 5.15.0
+BuildRequires: Qt5Network-devel >= 5.15.2
+BuildRequires: Qt5Qml-devel >= 5.15.2
+BuildRequires: Qt5Quick-devel >= 5.15.0
BuildRequires: cmake >= 3.16.0
BuildRequires: gettext-devel
-BuildRequires: kf6-extra-cmake-modules >= 5.70
-BuildRequires: kf6-kauth-devel >= 5.85.0
-BuildRequires: kf6-kcmutils-devel >= 5.70
-BuildRequires: kf6-kcodecs-devel >= 5.85.0
-BuildRequires: kf6-kconfig-devel >= 5.85.0
-BuildRequires: kf6-kcoreaddons-devel >= 5.85.0
-BuildRequires: kf6-kdbusaddons-devel >= 5.70
-BuildRequires: kf6-kdeclarative-devel >= 5.70
-BuildRequires: kf6-ki18n-devel >= 5.70
-BuildRequires: kf6-knotifications-devel >= 5.70
-BuildRequires: kf6-kpackage-devel >= 5.85.0
-BuildRequires: kf6-kservice-devel >= 5.85.0
+BuildRequires: kf5-extra-cmake-modules >= 5.70
+BuildRequires: kf5-kauth-devel >= 5.85.0
+BuildRequires: kf5-kcmutils-devel >= 5.70
+BuildRequires: kf5-kcodecs-devel >= 5.85.0
+BuildRequires: kf5-kconfig-devel >= 5.85.0
+BuildRequires: kf5-kcoreaddons-devel >= 5.85.0
+BuildRequires: kf5-kdbusaddons-devel >= 5.70
+BuildRequires: kf5-kdeclarative-devel >= 5.70
+BuildRequires: kf5-ki18n-devel >= 5.70
+BuildRequires: kf5-knotifications-devel >= 5.70
+BuildRequires: kf5-kpackage-devel >= 5.85.0
+BuildRequires: kf5-kservice-devel >= 5.85.0
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define qt6dir %{_libdir}/qt6
+%define qt5dir %{_libdir}/qt5
%description
This repository contains a Plasma Sytem Settings module and a KDED
@@ -79,8 +79,15 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{kpname}.lang
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libkbolt.so
-%attr(755,root,root) %{_libdir}/qt6/plugins/kf6/kded/kded_bolt.so
-%attr(755,root,root) %{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_bolt.so
+%{_libdir}/libkbolt.so
+%{_libdir}/qt5/plugins/kf5/kded/kded_bolt.so
+%{_datadir}/knotifications5/kded_bolt.notifyrc
+%dir %{_datadir}/kpackage/kcms/kcm_bolt
+%dir %{_datadir}/kpackage/kcms/kcm_bolt/contents
+%dir %{_datadir}/kpackage/kcms/kcm_bolt/contents/ui
+%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/DeviceList.qml
+%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/DeviceView.qml
+%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/main.qml
+%{_datadir}/kpackage/kcms/kcm_bolt/contents/ui/utils.js
+%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_bolt.so
%{_desktopdir}/kcm_bolt.desktop
-%{_datadir}/knotifications6/kded_bolt.notifyrc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp5-plasma-thunderbolt.git/commitdiff/7dc2a054036c7fb2f4455248f43828d44f98bb3a
More information about the pld-cvs-commit
mailing list