-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial package for stardust-atmosphere
- Loading branch information
Showing
5 changed files
with
48 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
project pkg { | ||
rpm { | ||
spec = "stardust-atmosphere.spec" | ||
} | ||
labels { | ||
nightly = 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
%global commit 0c8bfb91e8ca32a4895f858067334ed265517309 | ||
%global commit_date 20242224 | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
# Exclude input files from mangling | ||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ | ||
|
||
Name: stardust-atmosphere | ||
Version: %commit_date.%shortcommit | ||
Release: 1%?dist | ||
Summary: Environment, homespace, and setup client for Stardust XR. | ||
URL: https://github.com/StardustXR/atmosphere | ||
Source0: %url/archive/%commit/atmosphere-%commit.tar.gz | ||
License: MIT | ||
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold libudev-devel g++ libinput-devel libxkbcommon-x11-devel | ||
|
||
Provides: atmosphere | ||
Packager: Owen Zimmerman <[email protected]> | ||
|
||
%description | ||
%summary | ||
|
||
%prep | ||
%autosetup -n atmosphere-%commit | ||
%cargo_prep_online | ||
|
||
%build | ||
|
||
%install | ||
%cargo_install | ||
|
||
%files | ||
%_bindir/atmosphere | ||
%license LICENSE | ||
%doc README.md | ||
|
||
%changelog | ||
* Tue Sep 10 2024 Owen-sz <[email protected]> | ||
- Package StardustXR atmosphere |
4 changes: 2 additions & 2 deletions
4
anda/stardust/server/update.rhai → anda/stardust/atmosphere/update.rhai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
rpm.global("commit", gh_commit("StardustXR/server")); | ||
rpm.global("commit", gh_commit("StardustXR/atmosphere")); | ||
if rpm.changed() { | ||
rpm.release(); | ||
rpm.global("commit_date", date()); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.