update to 6.0.0 [release 6.0.0-1mamba;Thu Jun 27 2024]

This commit is contained in:
Silvan Calarco 2024-07-02 01:02:56 +02:00
parent 09667082be
commit bb9f999a3c
2 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# oxygen-icons # oxygen-icons
KDE Frameworks 5 Oxygen icons theme. Oxygen icons theme.

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: oxygen-icons Name: oxygen-icons
Version: 5.115.0 Version: 6.0.0
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 Oxygen icons theme Summary: Oxygen icons theme
Group: Graphical Desktop/Look 'n' feel Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: https://download.kde.org/stable/frameworks/%{majver}/oxygen-icons-%{version}.tar.xz Source: https://download.kde.org/stable/oxygen-icons/oxygen-icons-%{version}.tar.xz
Source1: openmamba.svgz Source1: openmamba.svgz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -24,18 +24,19 @@ Provides: oxygen-icons-svg
Obsoletes: oxygen-icons-svg < 5.83.0 Obsoletes: oxygen-icons-svg < 5.83.0
%description %description
KDE Frameworks 5 Oxygen icons theme. Oxygen icons theme.
%prep %prep
%setup -q %setup -q
%build %build
%cmake_kde5 -d build %cmake
%make
%cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build %cmake_install
# install openmamba icons # install openmamba icons
for s in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do for s in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
@ -66,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/oxygen/base &>/dev/null || :
%doc AUTHORS COPYING COPYING.LIB %doc AUTHORS COPYING COPYING.LIB
%changelog %changelog
* Thu Jun 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
- update to 6.0.0
* Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 5.115.0-1mamba * Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 5.115.0-1mamba
- automatic version update by autodist - automatic version update by autodist