SonicDE hard fork and upgrade to 6.7
This commit is contained in:
parent
49c8c3d2ce
commit
ca95bace9a
167 changed files with 16629 additions and 419 deletions
47
sonic-oxygen-icons/sonic-oxygen-icons.spec
Normal file
47
sonic-oxygen-icons/sonic-oxygen-icons.spec
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Written from scratch: Fedora retired its oxygen-icon-theme package.
|
||||
# Upstream KDE project: oxygen-icons
|
||||
%define _disable_source_fetch 0
|
||||
%global debug_package %{nil}
|
||||
%global reponame sonic-oxygen-icons
|
||||
|
||||
Name: sonic-oxygen-icons
|
||||
Version: 6.29.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Oxygen icon theme for SonicDE
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://github.com/Sonic-DE/%{reponame}
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{reponame}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: sonic-frameworks-cmake-modules
|
||||
BuildRequires: sonic-rpm-macros
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
Provides: oxygen-icon-theme = %{version}-%{release}
|
||||
Conflicts: oxygen-icon-theme < %{version}-%{release}
|
||||
|
||||
%description
|
||||
The Oxygen icon theme, as shipped by SonicDE.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{reponame}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6 -DBUILD_TESTING:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%{_datadir}/icons/oxygen/
|
||||
%{_metainfodir}/org.kde.oxygenicon.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.29.0-1
|
||||
- SonicDE hard fork build for Enterprise Linux 10 and Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue