311 lines
8.2 KiB
RPMSpec
311 lines
8.2 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: qqc2-breeze-style
|
|
Version: 6.2.3
|
|
Release: 1%{?dist}
|
|
Summary: QtQuickControls2 breeze style
|
|
|
|
License: CC0-1.0 and GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
## upstream patches
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: cmake(KF6ColorScheme)
|
|
BuildRequires: cmake(KF6Config)
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
BuildRequires: cmake(KF6GuiAddons)
|
|
BuildRequires: cmake(KF6IconThemes)
|
|
BuildRequires: cmake(KF6KirigamiPlatform)
|
|
BuildRequires: cmake(KF6QuickCharts)
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
Requires: kf6-kquickcharts
|
|
|
|
|
|
%description
|
|
This is a pure Qt Quick/Kirigami Qt Quick Controls style.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf6_plugindir}/kirigami/platform/org.kde.breeze.so
|
|
%{_qt6_qmldir}/org/kde/breeze/
|
|
%{_kf6_libdir}/cmake/QQC2BreezeStyle/
|
|
|
|
%changelog
|
|
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
|
|
- 6.2.3
|
|
|
|
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
|
|
- 6.2.2
|
|
|
|
* Tue Oct 15 2024 Raven <raven@sysadmins.ws> - 6.2.1-1
|
|
- 6.2.1
|
|
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 6.1.5-1
|
|
- 6.1.5
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.1.4-1
|
|
- 6.1.4
|
|
|
|
* Mon Jul 8 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
|
|
- 6.1.2
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-1
|
|
- 6.1.1
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild with libxkbcommon_ng
|
|
|
|
* Tue Jun 18 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 6.0.5-1
|
|
- 6.0.5
|
|
|
|
* Tue Apr 16 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.4-1
|
|
- 6.0.4
|
|
|
|
* Tue Mar 26 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.3-1
|
|
- 6.0.3
|
|
|
|
* Tue Mar 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.2-1
|
|
- 6.0.2
|
|
|
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
|
- 6.0.1
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
|
- 6.0.0
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
|
- 5.93.0
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
|
- 5.92.0
|
|
|
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
|
- 5.91.0
|
|
|
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
|
- Update to 5.90.0
|
|
|
|
* Fri Nov 24 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
|
- 5.27.80
|
|
|
|
* Tue Oct 24 2023 Steve Cossette <farchord@gmail.com> - 5.27.9-1
|
|
- 5.27.9
|
|
|
|
* Tue Sep 12 2023 justin.zobel@gmail.com - 5.27.8-1
|
|
- 5.27.8
|
|
|
|
* Tue Aug 01 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.7-1
|
|
- 5.27.7
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.27.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
|
|
- 5.27.6
|
|
|
|
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
|
|
- 5.27.5
|
|
|
|
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
|
|
- 5.27.4
|
|
|
|
* Tue Mar 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.3-1
|
|
- 5.27.3
|
|
|
|
* Tue Feb 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.2-1
|
|
- 5.27.2
|
|
|
|
* Tue Feb 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.1-1
|
|
- 5.27.1
|
|
|
|
* Thu Feb 09 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.27.0-1
|
|
- 5.27.0
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.26.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.26.90-1
|
|
- 5.26.90
|
|
|
|
* Thu Jan 05 2023 Justin Zobel <justin@1707.io> - 5.26.5-1
|
|
- Update to 5.26.5
|
|
|
|
* Tue Nov 29 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.4-1
|
|
- 5.26.4
|
|
|
|
* Wed Nov 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.3-1
|
|
- 5.26.3
|
|
|
|
* Wed Oct 26 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.2-1
|
|
- 5.26.2
|
|
|
|
* Tue Oct 18 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.1-1
|
|
- 5.26.1
|
|
|
|
* Thu Oct 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.26.0-1
|
|
- 5.26.0
|
|
|
|
* Sat Sep 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.90-1
|
|
- 5.25.90
|
|
|
|
* Wed Sep 07 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.5-1
|
|
- 5.25.5
|
|
|
|
* Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1
|
|
- Update to 5.25.4
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.25.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Tue Jul 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.3-1
|
|
- 5.25.3
|
|
|
|
* Tue Jun 28 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.2-1
|
|
- 5.25.2
|
|
|
|
* Tue Jun 21 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.1-1
|
|
- 5.25.1
|
|
|
|
* Thu Jun 09 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.25.0-1
|
|
- 5.25.0
|
|
|
|
* Fri May 20 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.90-1
|
|
- 5.24.90
|
|
|
|
* Tue May 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.5-1
|
|
- 5.24.5
|
|
|
|
* Thu Mar 31 2022 Justin Zobel <justin@1707.io> - 5.24.4-1
|
|
- Update to 5.24.4
|
|
|
|
* Tue Mar 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.3-1
|
|
- 5.24.3
|
|
|
|
* Tue Feb 22 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.24.2-1
|
|
- 5.24.2
|
|
|
|
* Tue Feb 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.1-1
|
|
- 5.24.1
|
|
|
|
* Thu Feb 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.0-1
|
|
- 5.24.0
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.23.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Thu Jan 13 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.90-1
|
|
- 5.23.90
|
|
|
|
* Tue Jan 04 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.23.5-1
|
|
- 5.23.5
|
|
|
|
* Tue Dec 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.4-1
|
|
- 5.23.4
|
|
|
|
* Wed Nov 10 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.3-1
|
|
- 5.23.3
|
|
|
|
* Tue Oct 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.2-1
|
|
- 5.23.2
|
|
|
|
* Sat Oct 23 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.1-1
|
|
- 5.23.1
|
|
|
|
* Fri Oct 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.0-1
|
|
- 5.23.0
|
|
|
|
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
|
|
- 5.22.90
|
|
|
|
* Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1
|
|
- 5.22.5
|
|
|
|
* Tue Jul 27 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.4-1
|
|
- 5.22.4
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.22.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Mon Jul 12 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.3-1
|
|
- 5.22.3
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2.1-1
|
|
- 5.22.2.1
|
|
|
|
* Tue Jun 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.2-1
|
|
- 5.22.2
|
|
|
|
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.1-1
|
|
- 5.22.1
|
|
|
|
* Sun Jun 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.0-1
|
|
- 5.22.0
|
|
|
|
* Tue May 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.5-1
|
|
- 5.21.5
|
|
|
|
* Tue Apr 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.4-1
|
|
- 5.21.4
|
|
|
|
* Tue Mar 16 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.3-1
|
|
- 5.21.3
|
|
|
|
* Tue Mar 02 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.2-1
|
|
- 5.21.2
|
|
|
|
* Tue Feb 23 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.1-1
|
|
- 5.21.1
|
|
|
|
* Thu Feb 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.21.0-1
|
|
- 5.21.0
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.20.90-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Fri Jan 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.90-1
|
|
- 5.20.90 (beta)
|