Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9e57838b12
!7 fixed kde-cli-tools build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 07:59:51 +00:00
ChenYanpan
6171c1ce88
adapt to the new CMake macros to fix build failure 2024-11-15 19:38:41 +08:00
openeuler-ci-bot
33568fc54f
!5 update version to 5.27.10
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2024-01-15 01:55:29 +00:00
peijiankang
9293475eab update version to 5.27.10 2024-01-08 16:43:41 +08:00
openeuler-ci-bot
6ce4948368
!4 Upgrade to 5.27.6
From: @misaka00251 
Reviewed-by: @open123bot 
Signed-off-by: @open123bot
2023-11-01 02:53:07 +00:00
misaka00251
d52bf965d2 Upgrade to 5.27.6 2023-10-25 16:42:11 +08:00
openeuler-ci-bot
c0283df2ec
!3 Test PR
From: @misaka00251 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-09-12 12:44:09 +00:00
misaka00251
bbd14eded6
Rebuild 2023-09-12 16:51:28 +08:00
openeuler-ci-bot
ffe6e6f35f
!1 Init package
From: @misaka00251 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-10-28 08:14:12 +00:00
misaka00251
7bdfec011b
Init package 2022-10-28 10:29:38 +08:00
3 changed files with 129 additions and 0 deletions

Binary file not shown.

125
kde-cli-tools.spec Normal file
View File

@ -0,0 +1,125 @@
Name: kde-cli-tools
Version: 5.27.10
Release: 2
Summary: Tools based on KDE Frameworks 5 to better interact with the system
License: GPLv2+
URL: https://invent.kde.org/plasma/%{name}
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
%global stable unstable
%else
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: kf5-kparts-devel
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: kf5-kconfig-devel
BuildRequires: kf5-kdoctools-devel
BuildRequires: kf5-kiconthemes-devel
BuildRequires: kf5-ki18n-devel
BuildRequires: kf5-kcmutils-devel
BuildRequires: kf5-kdesu-devel
BuildRequires: kf5-kio-devel
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: kf5-kactivities-devel
BuildRequires: kf5-kdeclarative-devel
BuildRequires: kf5-kparts-devel
BuildRequires: plasma-workspace-devel >= %{version}
Requires: libkworkspace5%{?_isa} >= %{version}
Requires: kdesu = 1:%{version}-%{release}
Conflicts: kde-runtime < 17.08.3-23
%description
Provides several KDE and Plasma specific command line tools to allow
better interaction with the system.
%package -n kdesu
Summary: Runs a program with elevated privileges
Epoch: 1
Conflicts: kde-runtime < 14.12.3-2
Conflicts: kde-runtime-docs < 14.12.3-2
%description -n kdesu
%{summary}.
%prep
%autosetup -p1
%build
%{cmake_kf5}
%{cmake_build}
%install
%{cmake_install}
%find_lang kdeclitools_qt --with-qt --with-kde --all-name
ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
%files -f kdeclitools_qt.lang
%{_bindir}/kbroadcastnotification
%{_bindir}/kcmshell5
%{_bindir}/kdecp
%{_bindir}/kdecp5
%{_bindir}/kde-inhibit
%{_bindir}/kdemv
%{_bindir}/kdemv5
%{_bindir}/kde-open
%{_bindir}/kde-open5
%{_bindir}/keditfiletype
%{_bindir}/keditfiletype5
%{_bindir}/kinfo
%{_bindir}/kioclient
%{_bindir}/kioclient5
%{_bindir}/kmimetypefinder
%{_bindir}/kmimetypefinder5
%{_bindir}/kstart
%{_bindir}/kstart5
%{_bindir}/ksvgtopng
%{_bindir}/ksvgtopng5
%{_bindir}/ktraderclient5
%{_bindir}/plasma-open-settings
%{_kf5_libexecdir}/kdeeject
%{_kf5_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_filetypes.so
%{_datadir}/doc/HTML/*/kcontrol5
%{_datadir}/applications/org.kde.keditfiletype.desktop
%{_datadir}/applications/org.kde.plasma.settings.open.desktop
%{_datadir}/applications/kcm_filetypes.desktop
%files -n kdesu
%{_bindir}/kdesu
%{_kf5_libexecdir}/kdesu
%{_mandir}/man1/kdesu.1.gz
%{_mandir}/*/man1/kdesu.1.gz
%{_datadir}/doc/HTML/*/kdesu
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.27.10-2
- adapt to the new CMake macros to fix build failure
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.27.10-1
- update verison to 5.27.10
* Wed Oct 25 2023 misaka00251 <liuxin@iscas.ac.cn> - 5.27.6-1
- Upgrade to 5.27.6
* Tue Sep 12 2023 misaka00251 <liuxin@iscas.ac.cn> - 5.25.5-2
- Rebuild for plasma-workspace 5.25.5
* Fri Jul 15 2022 misaka00251 <liuxin@iscas.ac.cn> - 5.25.5-1
- Init package

4
kde-cli-tools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KDE/kde-cli-tools
tag_prefix: "^v"
separator: "."