From bb9f999a3c3f8408aabebd4af9bc92a228b0e510 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 2 Jul 2024 01:02:56 +0200 Subject: [PATCH] update to 6.0.0 [release 6.0.0-1mamba;Thu Jun 27 2024] --- README.md | 2 +- oxygen-icons.spec | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 07d1974..8d5dbe5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # oxygen-icons -KDE Frameworks 5 Oxygen icons theme. +Oxygen icons theme. diff --git a/oxygen-icons.spec b/oxygen-icons.spec index 5e29f62..c01a916 100644 --- a/oxygen-icons.spec +++ b/oxygen-icons.spec @@ -1,15 +1,15 @@ %define majver %(echo %version | cut -d. -f1-2) Name: oxygen-icons -Version: 5.115.0 +Version: 6.0.0 Release: 1mamba -Summary: KDE Frameworks 5 Oxygen icons theme +Summary: Oxygen icons theme Group: Graphical Desktop/Look 'n' feel Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 License: LGPL ## AUTOBUILDREQ-BEGIN @@ -24,18 +24,19 @@ Provides: oxygen-icons-svg Obsoletes: oxygen-icons-svg < 5.83.0 %description -KDE Frameworks 5 Oxygen icons theme. +Oxygen icons theme. %prep %setup -q %build -%cmake_kde5 -d build -%make +%cmake + +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install # install openmamba icons 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 %changelog +* Thu Jun 27 2024 Silvan Calarco 6.0.0-1mamba +- update to 6.0.0 + * Mon Feb 12 2024 Automatic Build System 5.115.0-1mamba - automatic version update by autodist