From 9b4736e24d8735f8a4abe00ddb6dea99b8a2ec8f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 29 Mar 2024 19:19:51 +0100 Subject: [PATCH] automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024] --- README.md | 2 +- plasma-thunderbolt.spec | 59 +++++++++++++++++++++++++---------------- 2 files changed, 37 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 4bda627..2974f05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # plasma-thunderbolt -KDE Plasma 5 system settings and a KDED module to handle authorization of Thunderbolt devices. +KDE Plasma system settings and a KDED module to handle authorization of Thunderbolt devices. diff --git a/plasma-thunderbolt.spec b/plasma-thunderbolt.spec index e99658a..9a20574 100644 --- a/plasma-thunderbolt.spec +++ b/plasma-thunderbolt.spec @@ -2,36 +2,36 @@ %define plasmaver %(echo %version | cut -d. -f1-3) Name: plasma-thunderbolt -Version: 5.27.10 +Version: 6.0.2 Release: 1mamba -Summary: KDE Plasma 5 system settings and a KDED module to handle authorization of Thunderbolt devices +Summary: KDE Plasma system settings and a KDED module to handle authorization of Thunderbolt devices Group: Graphical Desktop/Applications/Environment Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://kde.org/ -Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-thunderbolt-%{version}.tar.xz +URL: https://kde.org/it/plasma-desktop/ +Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/plasma-thunderbolt-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libkconfig-devel -BuildRequires: libkcoreaddons-devel -BuildRequires: libkdbusaddons-devel -BuildRequires: libkdeclarative-devel -BuildRequires: libki18n-devel -BuildRequires: libknotifications-devel -BuildRequires: libkpackage-devel +BuildRequires: libglvnd-devel +BuildRequires: libkf6-kcmutils-devel +BuildRequires: libkf6-kconfig-devel +BuildRequires: libkf6-kcoreaddons-devel +BuildRequires: libkf6-kdbusaddons-devel +BuildRequires: libkf6-ki18n-devel +BuildRequires: libkf6-knotifications-devel BuildRequires: libstdc++6-devel -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtdeclarative-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtdeclarative-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRequires: rpm-macros-kde5 +BuildRequires: kf6-rpm-macros BuildRequires: extra-cmake-modules %description -KDE Plasma 5 system settings and a KDED module to handle authorization of Thunderbolt devices. +KDE Plasma system settings and a KDED module to handle authorization of Thunderbolt devices. %debug_package @@ -40,12 +40,12 @@ KDE Plasma 5 system settings and a KDED module to handle authorization of Thunde %setup -q %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install %find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang @@ -55,15 +55,28 @@ KDE Plasma 5 system settings and a KDED module to handle authorization of Thunde %files -f %{name}5_qt.lang %defattr(-,root,root) %{_libdir}/libkbolt.so -%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_bolt.so -%{_libdir}/qt5/plugins/kf5/kded/kded_bolt.so +%{_kf6_plugindir}/kded/kded_bolt.so +%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_bolt.so +%{_datadir}/knotifications6/kded_bolt.notifyrc %{_datadir}/applications/kcm_bolt.desktop -%{_datadir}/knotifications5/kded_bolt.notifyrc -%dir %{_datadir}/kpackage/kcms/kcm_bolt -%{_datadir}/kpackage/kcms/kcm_bolt/* %doc LICENSES %changelog +* Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Wed Mar 06 2024 Automatic Build System 6.0.1-1mamba +- automatic version update by autodist + +* Wed Feb 28 2024 Automatic Build System 6.0.0-1mamba +- automatic version update by autodist + +* Fri Feb 02 2024 Automatic Build System 5.93.0-1mamba +- automatic version update by autodist + +* Sat Jan 27 2024 Automatic Build System 5.92.0-1mamba +- automatic version update by autodist + * Thu Dec 07 2023 Automatic Build System 5.27.10-1mamba - automatic version update by autodist