]> git.pld-linux.org Git - packages/kp5-kde-cli-tools.git/commitdiff
Revert "- 5.93.0"
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 14 Mar 2024 16:32:09 +0000 (17:32 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 14 Mar 2024 16:32:09 +0000 (17:32 +0100)
This reverts commit 547b69449e372c222d4f27ca74126978af429937.

kp5-kde-cli-tools.spec

index 92e0840f9704a9bfa74bedce30d9800def669cb4..3328311037525eb8a48841a4192b96f25cfc4ec0 100644 (file)
@@ -1,32 +1,34 @@
 #
 # 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          kde-cli-tools
 Summary:       Tools based on KDE Frameworks 5 to better interact with the system
 Name:          kp5-%{kpname}
-Version:       5.93.0
-Release:       0.1
+Version:       5.27.10
+Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
-Source0:       https://download.kde.org/unstable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: e02b216301cd6602f4b5fde800a57164
+Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: 30797f3809675e61542518f9b15be2c3
 URL:           https://www.kde.org/
-BuildRequires: Qt6Core-devel >= %{qtver}
+BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 3.16.0
-BuildRequires: kf6-extra-cmake-modules >= 1.4.0
-BuildRequires: kf6-kcmutils-devel
-BuildRequires: kf6-kconfig-devel
-BuildRequires: kf6-kdesu-devel
-BuildRequires: kf6-ki18n-devel
-BuildRequires: kf6-kiconthemes-devel
-BuildRequires: kf6-kitemmodels-devel
-BuildRequires: kf6-kpty-devel
-BuildRequires: kf6-kwindowsystem-devel
+BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: kf5-kcmutils-devel
+BuildRequires: kf5-kconfig-devel
+BuildRequires: kf5-kdelibs4support-devel
+BuildRequires: kf5-kdesu-devel
+BuildRequires: kf5-kemoticons-devel
+BuildRequires: kf5-ki18n-devel
+BuildRequires: kf5-kiconthemes-devel
+BuildRequires: kf5-kitemmodels-devel
+BuildRequires: kf5-kpty-devel
+BuildRequires: kf5-kwindowsystem-devel
 BuildRequires: kp5-plasma-workspace-devel >= %{version}
 BuildRequires: ninja
-BuildRequires: qt6-build >= %{qtver}
+BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -62,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f kde-cli-tools.lang
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kbroadcastnotification
+%attr(755,root,root) %{_bindir}/kcmshell5
 %attr(755,root,root) %{_bindir}/kde-open5
 %attr(755,root,root) %{_bindir}/kdecp5
 %attr(755,root,root) %{_bindir}/kdemv5
@@ -71,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/kmimetypefinder5
 %attr(755,root,root) %{_bindir}/kstart5
 %attr(755,root,root) %{_bindir}/ksvgtopng5
-%attr(755,root,root) %{_bindir}/kbroadcastnotification
+%attr(755,root,root) %{_bindir}/ktraderclient5
 %attr(755,root,root) %{_bindir}/kde-open
 %attr(755,root,root) %{_bindir}/kdecp
 %attr(755,root,root) %{_bindir}/kdemv
@@ -80,8 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/kmimetypefinder
 %attr(755,root,root) %{_bindir}/kstart
 %attr(755,root,root) %{_bindir}/ksvgtopng
-%attr(755,root,root) %{_libexecdir}/kf6/kdeeject
-%attr(755,root,root) %{_libexecdir}/kf6/kdesu
+%attr(755,root,root) %{_libexecdir}/kf5/kdeeject
+%attr(755,root,root) %{_libexecdir}/kf5/kdesu
 %attr(755,root,root) %{_bindir}/plasma-open-settings
 %{_desktopdir}/org.kde.plasma.settings.open.desktop
 %{_mandir}/man1/kdesu.1*
@@ -103,6 +107,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/kde-inhibit
 %lang(fr) %{_mandir}/fr/man1/kdesu.1*
 %lang(tr) %{_mandir}/tr/man1/kdesu.1*
-%{_libdir}/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_filetypes.so
+%{_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_filetypes.so
 %{_desktopdir}/kcm_filetypes.desktop
-%{zsh_compdir}/_kde-inhibit
This page took 0.095437 seconds and 4 git commands to generate.