Files
desktop/ocean-sound-theme/ocean-sound-theme6.spec
2026-03-16 18:04:08 +08:00

40 lines
912 B
RPMSpec

%define kf6_version 6.18.0
# Full Plasma 6 version (e.g. 6.0.0)
%{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
Name: ocean-sound-theme
Version: 6.5.5
Release: 0
Summary: Ocean sound theme
License: CC-BY-SA-4.0
URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(Qt6CoreTools)
BuildArch: noarch
%description
This package contains the Ocean sound theme for KDE Plasma.
%prep
%autosetup -p1 -n %{name}-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%files
%license LICENSES/*
%{_kf6_sharedir}/sounds/*
%changelog