|
|
|
@ -8,21 +8,16 @@
|
|
|
|
|
|
|
|
|
|
Name: breeze-icon-theme
|
|
|
|
|
Summary: Breeze icon theme
|
|
|
|
|
Version: 5.96.0
|
|
|
|
|
Version: 5.115.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
|
|
|
License: LGPLv3+
|
|
|
|
|
URL: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/breeze-icons/html/
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
|
%global stable unstable
|
|
|
|
|
%else
|
|
|
|
|
%global stable stable
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
%global majmin %majmin_ver_kf5
|
|
|
|
|
%global stable %stable_kf5
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches (lookaside cache)
|
|
|
|
|
|
|
|
|
@ -40,6 +35,8 @@ BuildRequires: hardlink
|
|
|
|
|
# for optimizegraphics
|
|
|
|
|
#BuildRequires: kde-dev-scripts
|
|
|
|
|
BuildRequires: time
|
|
|
|
|
# for generate-24px-versions.py
|
|
|
|
|
BuildRequires: python3-lxml
|
|
|
|
|
|
|
|
|
|
# inheritance, though could consider Recommends: if needed -- rex
|
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
@ -65,6 +62,12 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%description rcc
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Breeze icon theme development files
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -74,6 +77,9 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Fix FTI for -devel package
|
|
|
|
|
sed -e 's|\${KDE_INSTALL_CMAKEPACKAGEDIR}|%{_datadir}/cmake|g' -i CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake_kf5
|
|
|
|
@ -151,12 +157,82 @@ fi
|
|
|
|
|
%exclude %{_datadir}/icons/breeze/breeze-icons.rcc
|
|
|
|
|
%exclude %{_datadir}/icons/breeze-dark/breeze-icons-dark.rcc
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_datadir}/cmake/KF5BreezeIcons/
|
|
|
|
|
|
|
|
|
|
%files rcc
|
|
|
|
|
%{_datadir}/icons/breeze/breeze-icons.rcc
|
|
|
|
|
%{_datadir}/icons/breeze-dark/breeze-icons-dark.rcc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 11 2024 Alessandro Astone <ales.astone@gmail.com> - 5.115.0-1
|
|
|
|
|
- 5.115.0
|
|
|
|
|
|
|
|
|
|
* Sun Dec 31 2023 Alessandro Astone <ales.astone@gmail.com> - 5.113.0-1
|
|
|
|
|
- 5.113.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
|
|
|
|
|
- 5.111.0
|
|
|
|
|
|
|
|
|
|
* Wed Oct 04 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.110.0-2
|
|
|
|
|
- Fix CMakeLists to use noarch cmake package install path
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
|
|
|
|
|
- 5.110.0
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.109.0-1
|
|
|
|
|
- 5.109.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.108.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
|
|
|
|
|
- 5.108.0
|
|
|
|
|
|
|
|
|
|
* Sat Jun 03 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.107.0-1
|
|
|
|
|
- 5.107.0
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.106.0-1
|
|
|
|
|
- 5.106.0
|
|
|
|
|
|
|
|
|
|
* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
|
|
|
|
|
- 5.105.0
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
|
|
|
|
|
- 5.104.0
|
|
|
|
|
|
|
|
|
|
* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
|
|
|
|
|
- 5.103.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
|
|
|
|
|
- 5.102.0
|
|
|
|
|
|
|
|
|
|
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
|
|
|
|
|
- 5.101.0
|
|
|
|
|
- use new macros to simplify code
|
|
|
|
|
|
|
|
|
|
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
|
|
|
|
|
- 5.100.0
|
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
|
|
|
|
|
- 5.99.0
|
|
|
|
|
|
|
|
|
|
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
|
|
|
|
|
- 5.98.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 15 2022 Yaroslav Sidlovsky <zawertun@gmail.com> - 5.97.0-2
|
|
|
|
|
- BR: python3-lxml
|
|
|
|
|
|
|
|
|
|
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
|
|
|
|
|
- Update to 5.97.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
|
|
|
|
|
- 5.96.0
|
|
|
|
|
|
|
|
|
|