mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 06:30:38 +00:00
48816a9344
* bump(nightly): flameshot-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly types-colorama ipu6-camera-hal intel-ipu6-drivers nvidia-patch graftcp-nightly natscli rpi-utils
* bump(nightly): mpv-nightly rpcc ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly opentabletdriver-nightly scx-scheds-nightly glasgow
* bump(nightly): mpv-nightly rpcc ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama stardust-server-nightly intel-ipu6-drivers scx-scheds-nightly HeadsetControl-nightly
* bump(nightly): mpv-nightly zed-nightly nim-nightly types-colorama qdl
* bump(nightly): flameshot-nightly goofcord-nightly mpv-nightly ghostty-nightly micro-nightly zed-nightly nim-nightly types-colorama stardust-server-nightly stardust-solar-sailer-nightly scx-scheds-nightly HeadsetControl-nightly glasgow
* bump(nightly): goofcord-nightly legcord-nightly mpv-nightly winetricks-git ghostty-nightly zed-nightly nim-nightly types-colorama nvidia-patch scx-scheds-nightly glasgow rpi-utils
* bump(nightly): goofcord-nightly legcord-nightly mpv-nightly rasputin rp-appset winetricks-git ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama nvidia-patch opentabletdriver-nightly scx-scheds-nightly glasgow qdl rpi-utils spotx-bash
* bump(nightly): legcord-nightly winetricks-git gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly prismlauncher-nightly types-colorama stardust-comet-nightly scx-scheds-nightly HeadsetControl-nightly natscli qdl raindrop
* bump(nightly): legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly types-colorama astal openbangla-keyboard-nightly nvidia-patch scx-scheds-nightly natscli
* bump(nightly): legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama opentabletdriver-nightly scx-scheds-nightly glasgow
* bump(nightly): ghostty-nightly zed-nightly prismlauncher-nightly types-colorama stardust-comet-nightly stardust-flatland-nightly stardust-server-nightly scx-scheds-nightly
---------
(cherry picked from commit 720db0fbca)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: Raboneko <raboneko@fyralabs.com>
56 lines
2.4 KiB
RPMSpec
56 lines
2.4 KiB
RPMSpec
%global commit 6c3206b7a7f5241fbd12bfe30cc78a4593e582cd
|
|
%global commit_date 20260203
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
# Exclude input files from mangling
|
|
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
|
|
|
Name: stardust-xr-server-nightly
|
|
Version: 0~%{commit_date}git.%{shortcommit}
|
|
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/%commit/server-%commit.tar.gz
|
|
License: GPL-2.0-only AND (Apache-2.0 OR MIT) AND BSD-3-Clause AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR GPL-2.0-only) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 GPL-2.0-only AND ISC AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MIT-0 AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (MIT OR Apache-2.0) AND (Zlib OR Apache-2.0 OR MIT)
|
|
|
|
BuildRequires: cargo
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: mold
|
|
BuildRequires: anda-srpm-macros
|
|
BuildRequires: cargo-rpm-macros
|
|
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: glibc
|
|
BuildRequires: openxr-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: wayland-devel
|
|
|
|
Provides: stardust-server-nightly
|
|
Conflicts: stardust-xr-server
|
|
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
%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-%commit
|
|
%cargo_prep_online
|
|
|
|
%build
|
|
%cargo_build
|
|
|
|
%install
|
|
install -Dm755 target/rpm/stardust-xr-server %{buildroot}%{_bindir}/stardust-xr-server
|
|
%{cargo_license_online} > LICENSE.dependencies
|
|
|
|
%files
|
|
%{_bindir}/stardust-xr-server
|
|
%license LICENSE
|
|
%license LICENSE.dependencies
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Sun Jan 11 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
- Initial commit (port from stable)
|