2024-08-24 19:06:33 +06:00
|
|
|
%bcond_with gcc
|
2024-06-29 11:52:32 +06:00
|
|
|
%global tests 1
|
|
|
|
|
|
|
|
Name: konsole
|
|
|
|
Summary: KDE Terminal emulator
|
2024-08-24 19:06:33 +06:00
|
|
|
Version: 24.08.0
|
2024-07-18 14:38:44 +06:00
|
|
|
Release: 1%{?dist}
|
2024-06-29 11:52:32 +06:00
|
|
|
|
|
|
|
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-3.0-only (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
|
|
URL: https://www.kde.org/applications/system/konsole/
|
|
|
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
## downstream patches
|
|
|
|
Patch200: konsole-history_location_default.patch
|
|
|
|
# custom konsolerc that sets default to cache as well
|
|
|
|
Source10: konsolerc
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: cmake(KF6Bookmarks)
|
|
|
|
BuildRequires: cmake(KF6Config)
|
|
|
|
BuildRequires: cmake(KF6ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
|
|
BuildRequires: cmake(KF6Crash)
|
|
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
|
|
BuildRequires: cmake(KF6DocTools)
|
|
|
|
BuildRequires: cmake(KF6GlobalAccel)
|
|
|
|
BuildRequires: cmake(KF6GuiAddons)
|
|
|
|
BuildRequires: cmake(KF6I18n)
|
|
|
|
BuildRequires: cmake(KF6IconThemes)
|
|
|
|
BuildRequires: cmake(KF6KIO)
|
|
|
|
BuildRequires: cmake(KF6NewStuff)
|
|
|
|
BuildRequires: cmake(KF6Notifications)
|
|
|
|
BuildRequires: cmake(KF6NotifyConfig)
|
|
|
|
BuildRequires: cmake(KF6Parts)
|
|
|
|
BuildRequires: cmake(KF6Pty)
|
|
|
|
BuildRequires: cmake(KF6Service)
|
|
|
|
BuildRequires: cmake(KF6TextWidgets)
|
|
|
|
BuildRequires: cmake(KF6WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KF6WindowSystem)
|
|
|
|
BuildRequires: cmake(KF6XmlGui)
|
|
|
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
BuildRequires: cmake(Qt6DBus)
|
|
|
|
BuildRequires: cmake(Qt6Multimedia)
|
|
|
|
BuildRequires: cmake(Qt6PrintSupport)
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
BuildRequires: cmake(Qt6Core5Compat)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
|
|
|
|
%if 0%{?tests}
|
|
|
|
BuildRequires: appstream
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb dbus-x11
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# translations moved here
|
|
|
|
Conflicts: kde-l10n < 17.03
|
|
|
|
|
|
|
|
Requires: %{name}-part%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: keditbookmarks
|
|
|
|
|
|
|
|
Obsoletes: konsole5 < 24.01.75
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package part
|
|
|
|
Summary: Konsole kpart plugin
|
|
|
|
%description part
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2024-08-24 19:06:33 +06:00
|
|
|
%if %{with gcc}
|
|
|
|
%enable_devtoolset14
|
|
|
|
export CC=gcc
|
|
|
|
export CXX=c++
|
|
|
|
%endif
|
|
|
|
|
2024-06-29 11:52:32 +06:00
|
|
|
%cmake_kf6 \
|
|
|
|
%{?flatpak:-DINSTALL_ICONS:BOOL=ON} \
|
|
|
|
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
install -m644 -p -D %{SOURCE10} %{buildroot}%{_kf6_sysconfdir}/xdg/konsolerc
|
|
|
|
|
|
|
|
%find_lang konsole --with-html
|
|
|
|
|
|
|
|
%check
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.konsole.appdata.xml
|
|
|
|
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.konsole.desktop
|
|
|
|
%if 0%{?tests}
|
|
|
|
xvfb-run -a bash -c "%ctest" || :
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -f konsole.lang
|
2024-08-24 19:06:33 +06:00
|
|
|
#dir %{_kf6_datadir}/knsrcfiles/
|
2024-06-29 11:52:32 +06:00
|
|
|
%doc README*
|
|
|
|
%{_kf6_bindir}/konsole
|
|
|
|
%{_kf6_bindir}/konsoleprofile
|
|
|
|
%{_kf6_datadir}/applications/org.kde.konsole.desktop
|
|
|
|
%{_kf6_datadir}/kglobalaccel/org.kde.konsole.desktop
|
|
|
|
%{_kf6_datadir}/kconf_update/konsole.upd
|
|
|
|
%{_kf6_datadir}/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh
|
|
|
|
%{_kf6_datadir}/kio/servicemenus/konsolerun.desktop
|
|
|
|
%{_kf6_datadir}/knotifications6/konsole.notifyrc
|
2024-08-24 19:06:33 +06:00
|
|
|
#{_kf6_datadir}/knsrcfiles/konsole.knsrc
|
2024-06-29 11:52:32 +06:00
|
|
|
%{_kf6_datadir}/qlogging-categories6/konsole.*
|
|
|
|
%{_kf6_datadir}/zsh/site-functions/_konsole
|
|
|
|
%{_kf6_libdir}/kconf_update_bin/konsole_globalaccel
|
|
|
|
%{_kf6_libdir}/kconf_update_bin/konsole_show_menubar
|
|
|
|
%{_kf6_metainfodir}/org.kde.konsole.appdata.xml
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
%{_kf6_datadir}/icons/hicolor/*/apps/utilities-terminal.*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files part
|
|
|
|
%config(noreplace) %{_kf6_sysconfdir}/xdg/konsolerc
|
2024-08-24 19:06:33 +06:00
|
|
|
#{_kf6_datadir}/konsole/
|
2024-06-29 11:52:32 +06:00
|
|
|
%{_kf6_libdir}/libkonsoleapp.so.*
|
|
|
|
%{_kf6_libdir}/libkonsoleprivate.so.*
|
|
|
|
%{_kf6_qtplugindir}/konsoleplugins/
|
|
|
|
%{_kf6_qtplugindir}/kf6/parts/konsolepart.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-08-24 19:06:33 +06:00
|
|
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
|
|
|
- 24.08.0
|
|
|
|
|
2024-07-18 14:38:44 +06:00
|
|
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
|
|
|
- 24.05.2
|
|
|
|
|
2024-06-29 11:52:32 +06:00
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 24.05.1-4
|
|
|
|
- rebuild (libxkbcommon)
|
|
|
|
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 24.05.1-3
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 24.05.0-1
|
|
|
|
- 24.05.0
|
|
|
|
|
|
|
|
* Fri Apr 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.2-1
|
|
|
|
- 24.02.2
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 24.02.1-2
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
|
|
|
* Fri Mar 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.1-1
|
|
|
|
- 24.02.1
|
|
|
|
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.0-1
|
|
|
|
- 24.02.0
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.95-1
|
|
|
|
- 24.01.95
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 24.01.90-4
|
|
|
|
- Rebuild for ICU 74
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.90-1
|
|
|
|
- 24.01.90
|
|
|
|
|
|
|
|
* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1
|
|
|
|
- 24.01.85
|
|
|
|
|
|
|
|
* Sun Dec 03 2023 Alessandro Astone <ales.astone@gmail.com> - 24.01.80-2
|
|
|
|
- Restore upstream config that defaults to hiding the menu bar
|
|
|
|
|
|
|
|
* Sun Dec 03 2023 Alessandro Astone <ales.astone@gmail.com> - 24.01.80-1
|
|
|
|
- Update to 24.01.80
|
|
|
|
|
|
|
|
* Sat Nov 25 2023 Alessandro Astone <ales.astone@gmail.com> - 24.01.75-1
|
|
|
|
- Re-import as Plasma 6 konsole
|