Name: sl-desktop-assets Version: 1.0.0 Release: 100.3%{?dist} Summary: Custom cursors, icons, sounds, fonts and Apple logo curated by Sl License: MIT URL: https://slsrepo.com BuildArch: noarch Source0: https://arch.slsrepo.com/sl-desktop-assets.zip BuildRequires: curl BuildRequires: unzip Requires: jq %description Custom cursors, icons, sounds, fonts and Apple logo from different sources, curated by Sl. %prep rm -rf sl-desktop-assets mkdir -p sl-desktop-assets unzip -q %{SOURCE0} -d sl-desktop-assets %build # Asset-only package. %install srcdir="$(find sl-desktop-assets -mindepth 1 -maxdepth 1 -type d ! -name "__MACOSX" | head -n 1)" if [ -z "$srcdir" ]; then srcdir="sl-desktop-assets" fi cd "$srcdir" 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