%global debug_package %{nil} %global bgname aurora Name: backgrounds-aurora Version: 2026.04.1 Release: 1%{?dist} License: CC-BY-NC-SA-4.0 Summary: Aurora Time of Day backgrounds URL: https://github.com/lukasgierth/fedora-packages VCS: git+https://github.com/lukasgierth/fedora-packages#9839374679eafae43a0790ada4b4e01547e7900b:image-branding/backgrounds-aurora Source: fedora-packages-image-branding-backgrounds-aurora-98393746.tar.gz BuildArch: noarch %description This package provides the Aurora Time of Day backgrounds. The dynamic backgrounds updates according to the time of day. I could not find the original owner of the images. Although this package will install the backgrounds in all Desktop Environments, the dynamic feature is only available in GNOME (and Budgie). %prep %setup -T -b 0 -q -n fedora-packages-image-branding-backgrounds-aurora %install mkdir -p -m0755 \ %{buildroot}%{_datadir}/backgrounds/%{bgname} \ %{buildroot}%{_datadir}/gnome-background-properties install -Dpm 0644 images/*.jxl -t %{buildroot}%{_datadir}/backgrounds/%{bgname} install -Dpm 0644 aurora-dynamic.xml -t %{buildroot}%{_datadir}/backgrounds/%{bgname} install -Dpm 0644 aurora-gnome.xml -t %{buildroot}%{_datadir}/gnome-background-properties %files %{_datadir}/backgrounds/%{bgname}/* %{_datadir}/gnome-background-properties/aurora-gnome.xml %changelog %autochangelog