package created using the webbuild interface [release 5.26.1-1mamba;Sat Oct 22 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:21:37 +01:00
parent 5bb9b48a50
commit 388a494d40
2 changed files with 47 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# oxygen-sounds
Oxygen sound theme for KDE Plasma.

46
oxygen-sounds.spec Normal file
View File

@ -0,0 +1,46 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: oxygen-sounds
Version: 5.26.1
Release: 1mamba
Summary: Oxygen sound theme for KDE Plasma
Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org
Source: https://download.kde.org/stable/plasma/%{version}/oxygen-sounds-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
%description
Oxygen sound theme for KDE Plasma.
#% debug_package
%prep
%setup -q
%build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/sounds/Oxygen-*.ogg
%doc LICENSES
%changelog
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
- package created using the webbuild interface