!2 Update package to version 23.04.3

From: @jxy_git 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-08-08 01:24:33 +00:00 committed by Gitee
commit bcaa1945b1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 additions and 9 deletions

Binary file not shown.

BIN
konsole-23.04.3.tar.xz Normal file

Binary file not shown.

View File

@ -9,17 +9,13 @@
Name: konsole5
Summary: KDE Terminal emulator
Version: 22.08.0
Version: 23.04.3
Release: 1
License: GPLv2 and GFDL-1.2-or-later
URL: http://www.kde.org/applications/system/konsole/
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{base_name}-%{version}.tar.xz
Patch200: konsole-history_location_default.patch
@ -34,6 +30,7 @@ BuildRequires: make
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(zlib)
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
@ -65,6 +62,8 @@ BuildRequires: cmake(KF5XmlGui)
BuildRequires: libappstream-glib
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: libicu-devel
%if 0%{?tests}
BuildRequires: appstream
@ -124,22 +123,26 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 30" ||:
%files -f konsole.lang
%dir %{_kf5_datadir}/knsrcfiles/
%doc README*
%{_kf5_sysconfdir}/xdg/konsolerc~
%{_kf5_bindir}/konsole
%{_kf5_bindir}/konsoleprofile
%{_kf5_datadir}/applications/org.kde.konsole.desktop
%{_kf5_datadir}/kconf_update/konsole_globalaccel.upd
%{_kf5_datadir}/kglobalaccel/org.kde.konsole.desktop
%{_kf5_datadir}/kconf_update/konsole.upd
%{_kf5_datadir}/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh
%{_kf5_datadir}/kio/servicemenus/konsolerun.desktop
%{_kf5_datadir}/knotifications5/konsole.notifyrc
%{_kf5_datadir}/knsrcfiles/konsole.knsrc
%{_kf5_datadir}/kservicetypes5/terminalemulator.desktop
%{_kf5_datadir}/qlogging-categories5/konsole.*
%{_kf5_datadir}/zsh/site-functions/_konsole
%{_kf5_libdir}/kconf_update_bin/konsole_globalaccel
%{_kf5_libdir}/kconf_update_bin/konsole_show_menubar
%{_kf5_metainfodir}/org.kde.konsole.appdata.xml
%ldconfig_scriptlets part
%files part
%license COPYING*
%config(noreplace) %{_kf5_sysconfdir}/xdg/konsolerc
%{_kf5_datadir}/konsole/
%{_kf5_libdir}/libkonsoleapp.so.*
@ -150,5 +153,8 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 30" ||:
%changelog
* Mon Aug 07 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 23.04.3-1
- Update package to version 23.04.3
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 22.08.0-1
- Init package