From 6fd253d8132bdfa55e4bbb0053ef2fc162efd77e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:38:46 -0600 Subject: [PATCH] fix: stardust-xr-telescope (#8446) * fix: stardust-xr-telescope Upstream added/changed files Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * omg hicolordir real Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/telescope/stardust-telescope.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/anda/stardust/telescope/stardust-telescope.spec b/anda/stardust/telescope/stardust-telescope.spec index 8bf147d903..b821572ba4 100644 --- a/anda/stardust/telescope/stardust-telescope.spec +++ b/anda/stardust/telescope/stardust-telescope.spec @@ -35,13 +35,15 @@ See the stars! Easy stardust setups to run on your computer. %build %install -install -Dm755 scripts/telescope %buildroot%_bindir/telescope -install -Dm755 scripts/_telescope_startup %buildroot%_bindir/_telescope_startup -install -Dm644 org.stardustxr.png %buildroot%_iconsdir/hicolor/512x512/apps/org.stardustxr.png +install -Dm755 scripts/telescope %buildroot%_bindir/telescope +install -Dm755 scripts/_telescope_startup %buildroot%_bindir/_telescope_startup +install -Dm644 org.stardustxr.Telescope.desktop %buildroot%_appsdir/org.stardustxr.Telescope.desktop +install -Dm644 org.stardustxr.Telescope.png %buildroot%_hicolordir/512x512/apps/org.stardustxr.Telescope.png %files %doc README.md %license LICENSE %_bindir/telescope %_bindir/_telescope_startup -%_iconsdir/hicolor/512x512/apps/org.stardustxr.png +%_appsdir/org.stardustxr.Telescope.desktop +%_hicolordir/512x512/apps/org.stardustxr.Telescope.png