Skip to content

Commit

Permalink
add: stardust-server (#2048) (#2306)
Browse files Browse the repository at this point in the history
* initial package for stardust-server

* add missing build deps

* move to stardust folder

* inisital package for stardust-black-hole

* RPM bug workaround stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove conflicts

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/stardust-black-hole.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Add packager

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda.hcl

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Fix name

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

fix deps

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-black-hole.spec

Fix files

Signed-off-by: Owen Zimmerman <[email protected]>

* Update update.rhai

Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>

* Update anda/stardust/black-hole/update.rhai

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* fix directories issue

* actually fix directories error

* Update anda/stardust/server/stardust-server.spec

Co-authored-by: madomado <[email protected]>
Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Lock cargo install

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Add %global

Signed-off-by: Owen Zimmerman <[email protected]>

* Update stardust-server.spec

Fix files

* Update stardust-server.spec

Add %_bindir

Signed-off-by: Owen Zimmerman <[email protected]>

* it works now
switched to the new release

* switch to 0.45.1

* Update update.rhai

Update update.rhai to track versions instead of commits

Signed-off-by: Owen Zimmerman <[email protected]>

* Add __strip /bin/true

Signed-off-by: Owen Zimmerman <[email protected]>

* Remove %cargo_prep_online and %cargo_build, replace with 'cargo build'

Signed-off-by: Owen Zimmerman <[email protected]>

* add cargo install path and remove %define line

Signed-off-by: Owen Zimmerman <[email protected]>

* add --locked

Signed-off-by: Owen Zimmerman <[email protected]>

* Fix cargo install to install to buildroot

Signed-off-by: Owen Zimmerman <[email protected]>

* Add back --path

Signed-off-by: Owen Zimmerman <[email protected]>

* Move --path

Signed-off-by: Owen Zimmerman <[email protected]>

* --path in the wrong spot lol

Signed-off-by: Owen Zimmerman <[email protected]>

* --path .

Signed-off-by: Owen Zimmerman <[email protected]>

* add toml and json files

Signed-off-by: Owen Zimmerman <[email protected]>

* feat: this works. this works. this works. this works.

* feat: a;slkdjfl;sjfkal;j

---------

Signed-off-by: Owen Zimmerman <[email protected]>
Co-authored-by: june-fish <[email protected]>
Co-authored-by: madomado <[email protected]>
(cherry picked from commit 170d8b9)

Co-authored-by: Owen Zimmerman <[email protected]>
  • Loading branch information
raboneko and Owen-sz authored Oct 23, 2024
1 parent 78d61c7 commit 345951e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions anda/stardust/server/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "stardust-server.spec"
}
labels {
nightly = 1
}
}
41 changes: 41 additions & 0 deletions anda/stardust/server/stardust-server.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$

Name: stardust-server
Version: 0.45.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/%version.tar.gz
License: GPL-2.0-only

BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros gcc-c++ mold
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
BuildRequires: mesa-libEGL-devel libxkbcommon-devel

Packager: Owen Zimmerman <[email protected]>

%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
export CXXFLAGS=""
%cargo_build

%install
install -Dm755 target/rpm/stardust-xr-server %buildroot%_bindir/stardust-xr-server


%files
%_bindir/stardust-xr-server
%license LICENSE
%doc README.md

%changelog
* Sat Sep 14 2024 Owen-sz <[email protected]>
- Package StardustXR Server
1 change: 1 addition & 0 deletions anda/stardust/server/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("StardustXR/server"));

0 comments on commit 345951e

Please sign in to comment.