From acbaea5e24410969c363d4732a4dca1635cf2ce3 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 10 Sep 2024 23:47:35 -0500 Subject: [PATCH] actually fix directories error --- anda/stardust/black-hole/anda.hcl | 8 ---- .../black-hole/stardust-black-hole.spec | 42 ------------------- anda/stardust/black-hole/update.rhai | 5 --- 3 files changed, 55 deletions(-) delete mode 100644 anda/stardust/black-hole/anda.hcl delete mode 100644 anda/stardust/black-hole/stardust-black-hole.spec delete mode 100644 anda/stardust/black-hole/update.rhai diff --git a/anda/stardust/black-hole/anda.hcl b/anda/stardust/black-hole/anda.hcl deleted file mode 100644 index 2da1dd957b..0000000000 --- a/anda/stardust/black-hole/anda.hcl +++ /dev/null @@ -1,8 +0,0 @@ -project pkg { - rpm { - spec = "stardust-server.spec" - } - labels { - nightly = 1 - } -} diff --git a/anda/stardust/black-hole/stardust-black-hole.spec b/anda/stardust/black-hole/stardust-black-hole.spec deleted file mode 100644 index fb801c2237..0000000000 --- a/anda/stardust/black-hole/stardust-black-hole.spec +++ /dev/null @@ -1,42 +0,0 @@ -Name: stardust-server -Version: 0.44.1 -Release: 1%?dist -Summary: Usable Linux display server that reinvents human-computer interaction for all kinds of XR. -URL: https://github.com/StardustXR/server -Source0: %url/archive/refs/tags/0.44.1.tar.gz -License: GPLv2 - -BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold g++ -BuildRequires: glx-utils fontconfig-devel glibc libxcb-devel wayland-devel -BuildRequires: openxr-devel libglvnd-devel libglvnd-gles mesa-libgbm-devel -BuildRequires: libwayland-egl libX11-devel libXfixes-devel lld clang -BuildRequires: mesa-libEGL-devel libxkbcommon-devel - -Requires: libxkbcommon libstdc++ openxr-libs libX11 libXfixes -Requires: libglvnd-egl mesa-libgbm fontconfig libgcc glibc jsoncpp libxcb libglvnd -Requires: libwayland-server libdrm expat libxcb freetype libxml2 libXau libXau -Requires: libffi zlib-ng-compat bzip2-libs libpng harfbuzz libbrotli xz-libs -Requires: glib2 graphite2 libbrotli pcre2 - -Packager: Owen Zimmerman - -%description -Usable Linux display server that reinvents human-computer interaction for all kinds of XR, from putting 2D/XR apps into various 3D shells for varying uses to SDF-based interaction. - -%prep -%autosetup -n server-%version -%cargo_prep_online - -%build - -%install -%cargo_install - -%files -/usr/bin/stardust-server -%license LICENSE -%doc README.md - -%changelog -* Tue Sep 10 2024 Owen-sz -- Package StardustXR Server diff --git a/anda/stardust/black-hole/update.rhai b/anda/stardust/black-hole/update.rhai deleted file mode 100644 index 16db710969..0000000000 --- a/anda/stardust/black-hole/update.rhai +++ /dev/null @@ -1,5 +0,0 @@ -rpm.global("commit", gh_commit("StardustXR/server")); -if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); -}