Compare commits

..

3 commits

Author SHA1 Message Date
Alessandro Astone
8c33109c89 23.08.5 2024-02-16 00:34:34 +01:00
f90e0a2f54
23.08.4 2023-12-17 20:42:23 +01:00
a278d47c21
23.08.3 2023-11-14 23:20:31 +01:00
3 changed files with 56 additions and 278 deletions

48
.gitignore vendored
View file

@ -50,48 +50,6 @@
/yakuake-23.08.0.tar.xz
/yakuake-23.08.1.tar.xz
/yakuake-23.08.2.tar.xz
/yakuake-24.01.75.tar.xz
/yakuake-24.01.80.tar.xz
/yakuake-24.01.85.tar.xz
/yakuake-24.01.90.tar.xz
/yakuake-24.01.95.tar.xz
/yakuake-24.02.0.tar.xz
/yakuake-24.02.1.tar.xz
/yakuake-24.02.2.tar.xz
/yakuake-24.05.0.tar.xz
/yakuake-24.05.1.tar.xz
/yakuake-24.05.2.tar.xz
/yakuake-24.08.0.tar.xz
/yakuake-24.08.1.tar.xz
/yakuake-24.08.2.tar.xz
/yakuake-24.08.3.tar.xz
/yakuake-24.11.80.tar.xz
/yakuake-24.11.90.tar.xz
/yakuake-24.12.0.tar.xz
/yakuake-24.12.1.tar.xz
/yakuake-24.12.2.tar.xz
/yakuake-24.12.3.tar.xz
/yakuake-25.03.80.tar.xz
/yakuake-25.04.0.tar.xz
/yakuake-25.04.1.tar.xz
/yakuake-25.04.2.tar.xz
/yakuake-25.04.3.tar.xz
/yakuake-25.07.80.tar.xz
/yakuake-25.07.90.tar.xz
/yakuake-25.08.0.tar.xz
/yakuake-25.08.1.tar.xz
/yakuake-25.08.2.tar.xz
/yakuake-25.08.3.tar.xz
/yakuake-25.11.80.tar.xz
/yakuake-25.11.90.tar.xz
/yakuake-25.12.0.tar.xz
/yakuake-25.12.1.tar.xz
/yakuake-25.12.2.tar.xz
/yakuake-25.12.3.tar.xz
/yakuake-26.03.80.tar.xz
/yakuake-26.04.0.tar.xz
/yakuake-26.04.1.tar.xz
/yakuake-26.04.2.tar.xz
/yakuake-26.04.3.tar.xz
/yakuake-26.07.90.tar.xz
/yakuake-26.08.0.tar.xz
/yakuake-23.08.3.tar.xz
/yakuake-23.08.4.tar.xz
/yakuake-23.08.5.tar.xz

View file

@ -1 +1 @@
SHA512 (yakuake-26.08.0.tar.xz) = 8bf91a2405076730d649469b3c3fa6e334cb268de7f74b01eda7cc70412bdd15a1bc904541d050acd0822401d98d2ecd669c4c9739edafd0d27fdda5d5f380cc
SHA512 (yakuake-23.08.5.tar.xz) = 264e98a764d21be2182b04acb689ad8ade5b1b402582cd1f6deb2141088173adf1c64c9751a4a07677b1bcea1f376c220f14075d72f630b0409a0e2d4ff9f92e

View file

@ -1,55 +1,55 @@
# trim changelog included in binary rpms
%global _changelog_trimtime %(date +%s -d "1 year ago")
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
Name: yakuake
Version: 26.08.0
Version: 23.08.5
Release: 1%{?dist}
Summary: A drop-down terminal emulator
# KDE e.V. may determine that future GPL versions are accepted
License: GPL-2.0-only OR GPL-3.0-only
License: GLv2 or GPLv3
URL: https://kde.org/applications/system/org.kde.yakuake
Source0: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
## upstream fixes
# konsolepart
Requires: konsole-part%{?_isa} >= %{version}
Requires: konsole5-part
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: gettext
BuildRequires: kf6-rpm-macros
BuildRequires: kf5-rpm-macros
BuildRequires: kf5-karchive-devel
BuildRequires: kf5-kconfig-devel
BuildRequires: kf5-kcoreaddons-devel
BuildRequires: kf5-kcrash-devel
BuildRequires: kf5-kdbusaddons-devel
BuildRequires: kf5-kglobalaccel-devel
BuildRequires: kf5-ki18n-devel
BuildRequires: kf5-kiconthemes-devel
BuildRequires: kf5-kio-devel
BuildRequires: kf5-knewstuff-devel
BuildRequires: kf5-knotifications-devel
BuildRequires: kf5-knotifyconfig-devel
BuildRequires: kf5-kparts-devel
BuildRequires: kf5-kwidgetsaddons-devel
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6Gui)
BuildRequires: qt6-qtbase-private-devel
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: cmake(KF6Archive)
BuildRequires: cmake(KF6Config)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6Crash)
BuildRequires: cmake(KF6DBusAddons)
BuildRequires: cmake(KF6GlobalAccel)
BuildRequires: cmake(KF6I18n)
BuildRequires: cmake(KF6IconThemes)
BuildRequires: cmake(KF6KIO)
BuildRequires: cmake(KF6NewStuff)
BuildRequires: cmake(KF6Notifications)
BuildRequires: cmake(KF6NotifyConfig)
BuildRequires: cmake(KF6Parts)
BuildRequires: cmake(KF6WidgetsAddons)
BuildRequires: cmake(KF6WindowSystem)
BuildRequires: cmake(KF6StatusNotifierItem)
BuildRequires: cmake(KWayland)
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: xcb-util-devel
BuildRequires: cmake(KF5Wayland)
%if 0%{?fedora}
%global appstream_validate 1
@ -65,7 +65,7 @@ Yakuake is a drop-down terminal emulator.
%build
%cmake_kf6
%cmake_kf5
%cmake_build
@ -78,213 +78,33 @@ Yakuake is a drop-down terminal emulator.
%check
%if 0%{?appstream_validate}
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.yakuake.appdata.xml
appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml
%endif
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.yakuake.desktop
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.desktop
%files -f %{name}.lang
%doc AUTHORS ChangeLog TODO
%license LICENSES/*
%{_kf6_bindir}/yakuake
%{_kf6_datadir}/knsrcfiles/yakuake.knsrc
%{_kf6_metainfodir}/org.kde.yakuake.appdata.xml
%{_kf6_datadir}/applications/org.kde.yakuake.desktop
%{_kf6_datadir}/knotifications6/yakuake.notifyrc
%{_kf6_datadir}/yakuake/
%{_kf6_datadir}/icons/hicolor/*/apps/yakuake.*
%{_kf6_datadir}/dbus-1/services/org.kde.yakuake.service
%{_kf5_bindir}/yakuake
%{_kf5_datadir}/knsrcfiles/yakuake.knsrc
%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml
%{_kf5_datadir}/applications/org.kde.yakuake.desktop
%{_kf5_datadir}/knotifications5/yakuake.notifyrc
%{_kf5_datadir}/yakuake/
%{_kf5_datadir}/icons/hicolor/*/apps/yakuake.*
%{_kf5_datadir}/dbus-1/services/org.kde.yakuake.service
%changelog
* Fri Aug 14 2026 Steve Cossette <farchord@gmail.com> - 26.08.0-1
- 26.08.0
* Thu Feb 15 2024 Alessandro Astone <ales.astone@gmail.com> - 23.08.5-1
- 23.08.5
* Fri Jul 31 2026 Steve Cossette <farchord@gmail.com> - 26.07.90-1
- 26.07.90
* Sun Dec 17 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.4-1
- 23.08.4
* Wed Jul 29 2026 Steve Cossette <farchord@gmail.com> - 26.07.80-1
- 26.07.80
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 26.04.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Tue Jun 30 2026 Steve Cossette <farchord@gmail.com> - 26.04.3-1
- 26.04.3
* Tue Jun 02 2026 Steve Cossette <farchord@gmail.com> - 26.04.2-1
- 26.04.2
* Wed May 06 2026 Steve Cossette <farchord@gmail.com> - 26.04.1-1
- 26.04.1
* Thu Apr 16 2026 Jan Grulich <jgrulich@redhat.com> - 26.04.0-2
- Rebuild (qt6)
* Sat Apr 11 2026 Steve Cossette <farchord@gmail.com> - 26.04.0-1
- 26.04.0
* Mon Mar 16 2026 Steve Cossette <farchord@gmail.com> - 26.03.80-1
- 26.03.80
* Sun Mar 08 2026 Steve Cossette <farchord@gmail.com> - 25.12.3-1
- 25.12.3
* Thu Feb 12 2026 Steve Cossette <farchord@gmail.com> - 25.12.2-2
- Full Stack Rebuild (kio abi break)
* Wed Feb 04 2026 Steve Cossette <farchord@gmail.com> - 25.12.2-1
- 25.12.2
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 25.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Wed Jan 07 2026 farchord@gmail.com - 25.12.1-1
- 25.12.1
* Sat Dec 06 2025 Steve Cossette <farchord@gmail.com> - 25.12.0-1
- 25.12.0
* Fri Nov 28 2025 Steve Cossette <farchord@gmail.com> - 25.11.90-1
- 25.11.90
* Sat Nov 15 2025 Steve Cossette <farchord@gmail.com> - 25.11.80-1
- 25.11.80
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 25.08.3-1
- 25.08.3
* Thu Oct 30 2025 Jan Grulich <jgrulich@redhat.com> - 25.08.2-2
- Rebuild (qt6)
* Wed Oct 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.2-1
- 25.08.2
* Tue Sep 30 2025 Jan Grulich <jgrulich@redhat.com> - 25.08.1-2
- Rebuild (qt6)
* Sun Sep 21 2025 Steve Cossette <farchord@gmail.com> - 25.08.1-1
- 25.08.1
* Sat Aug 16 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 25.08.0-2
- Drop i686 support (leaf package)
* Fri Aug 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.0-1
- 25.08.0
* Fri Jul 25 2025 Steve Cossette <farchord@gmail.com> - 25.07.90-1
- 25.07.90
* Fri Jul 11 2025 Steve Cossette <farchord@gmail.com> - 25.07.80-1
- 25.07.80
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 25.04.3-1
- 25.04.3
* Wed Jun 04 2025 Steve Cossette <farchord@gmail.com> - 25.04.2-1
- 25.04.2
* Wed May 14 2025 Steve Cossette <farchord@gmail.com> - 25.04.1-1
- 25.04.1
* Mon Apr 14 2025 Jan Grulich <jgrulich@redhat.com> - 25.04.0-2
- Rebuild (qt6)
* Sat Apr 12 2025 Steve Cossette <farchord@gmail.com> - 25.04.0-1
- 25.04.0
* Tue Mar 25 2025 Jan Grulich <jgrulich@redhat.com> - 25.03.80-2
- Rebuild (qt6)
* Thu Mar 20 2025 Steve Cossette <farchord@gmail.com> - 25.03.80-1
- 25.03.80 (Beta)
* Tue Mar 04 2025 Steve Cossette <farchord@gmail.com> - 24.12.3-1
- 24.12.3
* Fri Feb 21 2025 Steve Cossette <farchord@gmail.com> - 24.12.2-2
- Rebuild for ppc64le enablement
* Wed Feb 05 2025 Steve Cossette <farchord@gmail.com> - 24.12.2-1
- 24.12.2
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 24.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Jan 07 2025 Steve Cossette <farchord@gmail.com> - 24.12.1-1
- 24.12.1
* Sat Dec 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.12.0-1
- 24.12.0
* Fri Nov 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.90-1
- 24.11.90
* Fri Nov 15 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.80-1
- 24.11.80
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 24.08.3-1
- 24.08.3
* Mon Oct 14 2024 Jan Grulich <jgrulich@redhat.com> - 24.08.2-2
- Rebuild (qt6)
* Tue Oct 08 2024 Steve Cossette <farchord@gmail.com> - 24.08.2-1
- 24.08.2
* Wed Sep 25 2024 Alessandro Astone <ales.astone@gmail.com> - 24.08.1-1
- 24.08.1
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
- 24.08.0
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
- 24.05.2
* Fri Jun 14 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.1-1
- 24.05.1
* Fri May 17 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 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-3
- Rebuild (qt6)
* 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
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 24.01.95-2
- Rebuild (qt6)
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.95-1
- 24.01.95
* Sat Jan 27 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 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.80-1
- 24.01.80
* Mon Nov 27 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.75-1
- 24.01.75
* Tue Nov 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.3-1
- 23.08.3
* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.2-1
- 23.08.2