2024-01-05 19:59:27 +01:00
|
|
|
Name: yakuake
|
2024-01-05 19:59:30 +01:00
|
|
|
Version: 23.04.3
|
2024-01-05 19:59:27 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Yakuake is a Quake-style terminal emulator based on KDE Konsole technology
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:59:27 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:59:28 +01:00
|
|
|
URL: https://apps.kde.org/system/yakuake/
|
2024-01-05 19:59:27 +01:00
|
|
|
Source: http://download.kde.org/stable/release-service/%{version}/src/yakuake-%{version}.tar.xz
|
2024-01-05 19:59:27 +01:00
|
|
|
License: GPL
|
2024-01-05 19:59:27 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:59:28 +01:00
|
|
|
BuildRequires: libQt5X11Extras-devel
|
2024-01-05 19:59:27 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libattica5-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkarchive-devel
|
|
|
|
BuildRequires: libkauth-devel
|
|
|
|
BuildRequires: libkcodecs-devel
|
|
|
|
BuildRequires: libkcompletion-devel
|
|
|
|
BuildRequires: libkconfig-devel
|
|
|
|
BuildRequires: libkconfigwidgets-devel
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libkcrash-devel
|
|
|
|
BuildRequires: libkdbusaddons-devel
|
|
|
|
BuildRequires: libkglobalaccel-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkiconthemes-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
BuildRequires: libknewstuff-devel
|
|
|
|
BuildRequires: libknotifications-devel
|
|
|
|
BuildRequires: libknotifyconfig-devel
|
|
|
|
BuildRequires: libkparts-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libktextwidgets-devel
|
2024-01-05 19:59:28 +01:00
|
|
|
BuildRequires: libkwayland-devel
|
2024-01-05 19:59:27 +01:00
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libkwindowsystem-devel
|
|
|
|
BuildRequires: libkxmlgui-devel
|
2024-01-05 19:59:28 +01:00
|
|
|
BuildRequires: libsolid-devel
|
2024-01-05 19:59:27 +01:00
|
|
|
BuildRequires: libsonnet-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 19:59:28 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 19:59:27 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 19:59:27 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Yakuake is a Quake-style terminal emulator based on KDE Konsole technology.
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 19:59:27 +01:00
|
|
|
%cmake_kde5 -d build
|
2024-01-05 19:59:27 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 19:59:27 +01:00
|
|
|
%makeinstall -C build
|
2024-01-05 19:59:27 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_bindir}/yakuake
|
|
|
|
%{_datadir}/applications/org.kde.yakuake.desktop
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.kde.yakuake.service
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_datadir}/metainfo/org.kde.yakuake.appdata.xml
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/yakuake.png
|
|
|
|
%{_datadir}/knotifications5/yakuake.notifyrc
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_datadir}/knsrcfiles/yakuake.knsrc
|
2024-01-05 19:59:27 +01:00
|
|
|
%dir %{_datadir}/yakuake
|
|
|
|
%dir %{_datadir}/yakuake/skins
|
2024-01-05 19:59:27 +01:00
|
|
|
%{_datadir}/yakuake/skins/README
|
|
|
|
%dir %{_datadir}/yakuake/skins/default
|
|
|
|
%{_datadir}/yakuake/skins/default/*
|
2024-01-05 19:59:27 +01:00
|
|
|
%dir %{_datadir}/yakuake/skins/legacy
|
|
|
|
%{_datadir}/yakuake/skins/legacy/*
|
|
|
|
%dir %{_datadir}/yakuake/skins/plastik_dark
|
|
|
|
%{_datadir}/yakuake/skins/plastik_dark/*
|
|
|
|
%dir %{_datadir}/yakuake/skins/plastik_light
|
|
|
|
%{_datadir}/yakuake/skins/plastik_light/*
|
2024-01-05 19:59:28 +01:00
|
|
|
%doc AUTHORS LICENSES
|
2024-01-05 19:59:27 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:59:30 +01:00
|
|
|
* Sat Jul 08 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:29 +01:00
|
|
|
* Sat Jun 10 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:29 +01:00
|
|
|
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:29 +01:00
|
|
|
* Sat Apr 22 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:29 +01:00
|
|
|
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sun Feb 05 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Nov 05 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Mon Oct 17 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Jul 09 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Jun 11 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Mon Apr 25 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Mar 05 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Mon Dec 13 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Nov 05 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sun Oct 10 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Thu Aug 19 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Fri Jun 18 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:28 +01:00
|
|
|
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sun Dec 20 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Fri Nov 06 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat Jul 11 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat Mar 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sun Feb 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 19.12.2-1mamba
|
|
|
|
- update to 19.12.2
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Sat Apr 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- update to 3.0.2
|
|
|
|
|
2024-01-05 19:59:27 +01:00
|
|
|
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 2.9.9-1mamba
|
|
|
|
- update to 2.9.9
|
|
|
|
|
|
|
|
* Tue Aug 16 2011 Automatic Build System <autodist@mambasoft.it> 2.9.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 19 2010 Automatic Build System <autodist@mambasoft.it> 2.9.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 22 2009 Automatic Build System <autodist@mambasoft.it> 2.9.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 15 2007 rik <rik@alice.it> 2.7.5-1mamba
|
|
|
|
- package created by autospec
|