Name: sl-desktop-assets Version: 1.0.0 Release: 3%{?dist} Summary: Custom cursors, icons, sounds, fonts and Apple logo curated by Sl License: MIT URL: https://slsrepo.com BuildArch: noarch BuildRequires: curl BuildRequires: unzip Requires: jq Requires: dms-shell %description Custom cursors, icons, sounds, fonts and Apple logo from different sources, curated by Sl. %prep curl -fL https://arch.slsrepo.com/sl-desktop-assets.zip -o sl-desktop-assets.zip rm -rf sl-desktop-assets-src mkdir sl-desktop-assets-src unzip -q sl-desktop-assets.zip -d sl-desktop-assets-src %build # Asset-only package. %install cd sl-desktop-assets-src/* install -d %{buildroot}%{_datadir}/icons install -d %{buildroot}%{_datadir}/sounds install -d %{buildroot}%{_datadir}/fonts if [ -d cursors ]; then cp -a cursors/. %{buildroot}%{_datadir}/icons/ fi if [ -d icons ]; then cp -a icons/. %{buildroot}%{_datadir}/icons/ fi if [ -d sounds ]; then cp -a sounds/. %{buildroot}%{_datadir}/sounds/ fi if [ -d fonts ]; then cp -a fonts/. %{buildroot}%{_datadir}/fonts/ fi %files %{_datadir}/icons/* %{_datadir}/sounds/* %{_datadir}/fonts/* %changelog * Sat Jun 20 2026 Sl (Shahaf Levi) - 1.0.0-3 - Initial COPR package for Slash