diff --git a/anda/stardust/solar-sailer/anda.hcl b/anda/stardust/solar-sailer/anda.hcl new file mode 100644 index 0000000000..74c19c817d --- /dev/null +++ b/anda/stardust/solar-sailer/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "stardust-solar-sailer.spec" + } +} diff --git a/anda/stardust/solar-sailer/stardust-solar-sailer.spec b/anda/stardust/solar-sailer/stardust-solar-sailer.spec new file mode 100644 index 0000000000..fdb3633038 --- /dev/null +++ b/anda/stardust/solar-sailer/stardust-solar-sailer.spec @@ -0,0 +1,41 @@ +# Exclude input files from mangling +%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ + +Name: stardust-xr-solar-sailer +Version: 0.50.0 +Release: 1%?dist +Summary: Glide through space! This play space mover allows you to fly by dragging the space with momentum! +URL: https://github.com/StardustXR/solar-sailer +Source0: %url/archive/refs/tags/%version.tar.gz +License: MIT +BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold python3-devel + +Provides: solar-sailer stardust-solar-sailer +Packager: Owen Zimmerman + +%description +%summary + +%prep +%autosetup -n solar-sailer-%version +%cargo_prep_online + +%build +%cargo_build + +%install +mkdir -p %{buildroot}%{_datadir}/%{name}/solar_sailer +%cargo_install +install -Dm644 res/solar_sailer/move_icon.glb %{buildroot}%{_datadir}/%{name}/solar_sailer/move_icon.glb +%{cargo_license_online} > LICENSE.dependencies + +%files +%doc README.md +%license LICENSE +%license LICENSE.dependencies +%_bindir/solar-sailer +%{_datadir}/%{name}/solar_sailer/move_icon.glb + +%changelog +* Sat Jan 03 2026 Owen Zimmerman +- Initial commit diff --git a/anda/stardust/solar-sailer/update.rhai b/anda/stardust/solar-sailer/update.rhai new file mode 100644 index 0000000000..e68539b6aa --- /dev/null +++ b/anda/stardust/solar-sailer/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("StardustXR/solar-sailer")); diff --git a/anda/stardust/telescope/stardust-telescope.spec b/anda/stardust/telescope/stardust-telescope.spec index b140348230..6ecfcbe6db 100644 --- a/anda/stardust/telescope/stardust-telescope.spec +++ b/anda/stardust/telescope/stardust-telescope.spec @@ -4,7 +4,7 @@ Name: stardust-xr-telescope Version: %commit_date.git~%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: See the stars! Easy stardust setups to run on your computer License: MIT URL: https://github.com/StardustXR/telescope @@ -22,6 +22,7 @@ Requires: stardust-xr-magnetar Requires: stardust-xr-non-spatial-input Requires: stardust-xr-protostar Requires: stardust-xr-server +Requires: stardust-xr-solar-sailer BuildArch: noarch Provides: telescope stardust-telescope diff --git a/comps.xml b/comps.xml index f342006245..441cd66c10 100644 --- a/comps.xml +++ b/comps.xml @@ -1,4 +1,4 @@ - + @@ -16,7 +16,8 @@ stardust-xr Stardust XR - All Stardust XR packages needed to run the Stardust server + All Stardust XR packages needed to run the Stardust server false true @@ -30,6 +31,7 @@ stardust-xr-non-spatial-input stardust-xr-protostar stardust-xr-server + stardust-xr-solar-sailer stardust-xr-telescope