XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update copyright info

Signed-off-by: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o>

+14 -12
+2
Casks/lovr-playspace.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 1 3 cask "lovr-playspace" do 2 4 version "0.2.1" 3 5 sha256 "996e863b6d4d725d3d18fd3a27b5ea503d55d281c2f15332c2556a1484f503fa"
+1 -1
Casks/wayvr-dashboard.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 cask "wayvr-dashboard" do 4 4 version "0.3.7" 5 5 sha256 "3e5227f95497037c9ecdc03320fb943f2db0ad492e75d7702de6301a7baf0286"
+1 -1
Formula/atomicxr-cli.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class AtomicxrCli < Formula 4 4 desc "Utilities for XR on Fedora Atomic Desktops and Universal Blue" 5 5 homepage "https://tangled.org/matrixfurry.com/atomic-xr"
+1 -1
Formula/index-camera-passthrough.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class IndexCameraPassthrough < Formula 4 4 desc "Experimental Valve Index camera passthrough for Linux" 5 5 homepage "https://github.com/yshui/index_camera_passthrough"
+1 -1
Formula/libpipewire.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class Libpipewire < Formula 4 4 desc "User space API to deal with multimedia pipelines (libraries only)" 5 5 homepage "https://pipewire.org/"
+1 -1
Formula/motoc.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class Motoc < Formula 4 4 desc "Monado Tracking Origin Calibrator" 5 5 homepage "https://github.com/galister/motoc"
+1 -1
Formula/openxr-generated.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class OpenxrGenerated < Formula 4 4 desc "Generated headers and sources for OpenXR loader" 5 5 homepage "https://khronos.org/openxr"
+1 -1
Formula/oscavmgr.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class Oscavmgr < Formula 4 4 desc "Face tracking & utilities for Resonite and VRC" 5 5 homepage "https://github.com/galister/oscavmgr"
+1 -1
Formula/vrc-advert.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class VrcAdvert < Formula 4 4 desc "Advertise your OSC app through OSCQuery" 5 5 homepage "https://github.com/galister/VrcAdvert"
+1 -1
Formula/wlx-overlay-s.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 - # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 2 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 class WlxOverlayS < Formula 4 4 desc "Access your Wayland desktop from Monado/WiVRn" 5 5 homepage "https://github.com/galister/wlx-overlay-s"
+1 -1
scripts/bottle.nu
··· 1 1 #!/usr/bin/env nu 2 2 # SPDX-License-Identifier: AGPL-3.0-only 3 - # SPDX-FileCopyrightText: 2025 @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o> 3 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 4 4 5 5 # TODO: Rewrite this in Ruby or Bash so CI doesn't have to install Nushell 6 6 def main [
+1 -1
scripts/ci/bottle.sh
··· 1 1 #!/usr/bin/env bash 2 2 # SPDX-License-Identifier: AGPL-3.0-only 3 - # SPDX-FileCopyrightText: 2025 @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o> 3 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 4 4 5 5 set -euo pipefail 6 6
+1 -1
scripts/containerized-bottle.nu
··· 1 1 #!/usr/bin/env nu 2 2 # SPDX-License-Identifier: AGPL-3.0-only 3 - # SPDX-FileCopyrightText: 2025 @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o> 3 + # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 4 4 5 5 const tap_dir = path self .. 6 6