diff --git a/README.md b/README.md index e02fe63..e83a7f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # oxygen-sounds +Oxygen sound theme for KDE Plasma. diff --git a/oxygen-sounds.spec b/oxygen-sounds.spec new file mode 100644 index 0000000..8c19428 --- /dev/null +++ b/oxygen-sounds.spec @@ -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 +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 5.26.1-1mamba +- package created using the webbuild interface