Skip to content

Commit

Permalink
add: stardust-magnetar (#2062) (#2074)
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

* Initial package for stardust-atmosphere

* WIP

* Update anda.hcl

Remove empty space

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

* Update stardust-magnetar.spec

Lock cargo install

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

* Update stardust-magnetar.spec

Unify summaries

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

---------

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

Co-authored-by: Owen Zimmerman <[email protected]>
  • Loading branch information
raboneko and Owen-sz authored Sep 16, 2024
1 parent 8aacf59 commit 0ab8365
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
8 changes: 8 additions & 0 deletions anda/stardust/magnetar/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "stardust-magnetar.spec"
}
labels {
nightly = 1
}
}
41 changes: 41 additions & 0 deletions anda/stardust/magnetar/stardust-magnetar.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
%global commit 48064b84b71d27ceea00b5d2f19dcbf21d75f554
%global commit_date 20240831
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$

Name: stardust-magnetar
Version: %commit_date.%shortcommit
Release: 1%?dist
Summary: Workspaces client for Stardust XR.
URL: https://github.com/StardustXR/magnetar
Source0: %url/archive/%commit/magnetar-%commit.tar.gz
License: MIT
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold libudev-devel g++ libinput-devel libxkbcommon-x11-devel

Provides: magnetar
Packager: Owen Zimmerman <[email protected]>

%description
%summary

%prep
%autosetup -n magnetar-%commit
%cargo_prep_online

%build

%install
%define __cargo_common_opts %{?_smp_mflags} -Z avoid-dev-deps --locked
%cargo_install


%files
%_bindir/magnetar
%license LICENSE
%doc README.md

%changelog
* Wed Sep 11 2024 Owen-sz <[email protected]>
- Package StardustXR magnetar

5 changes: 5 additions & 0 deletions anda/stardust/magnetar/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rpm.global("commit", gh_commit("StardustXR/magnetar"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}

0 comments on commit 0ab8365

Please sign in to comment.