diff --git a/konsole-22.08.0.tar.xz b/konsole-22.08.0.tar.xz deleted file mode 100644 index 476e9ea..0000000 Binary files a/konsole-22.08.0.tar.xz and /dev/null differ diff --git a/konsole-23.04.3.tar.xz b/konsole-23.04.3.tar.xz new file mode 100644 index 0000000..afde6da Binary files /dev/null and b/konsole-23.04.3.tar.xz differ diff --git a/konsole5.spec b/konsole5.spec index 8a30f93..dbba7d1 100644 --- a/konsole5.spec +++ b/konsole5.spec @@ -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 - 23.04.3-1 +- Update package to version 23.04.3 + * Thu Jul 14 2022 misaka00251 - 22.08.0-1 - Init package