├── .editorconfig ├── .github └── workflows │ ├── build.yml │ ├── check.yml │ └── versions.yml ├── .gitignore ├── FEX-Emu ├── FEX-Emu.install ├── PKGBUILD ├── build-fex-sysroot.sh ├── cmake.patch ├── fedora-specs │ ├── fex-emu-aarch64-0-original.spec │ ├── fex-emu-aarch64-1-fedora.spec │ └── fex-emu-aarch64-2-alarm.spec ├── fex-sysroot-macros.inc ├── toolchain_x86_32.cmake └── toolchain_x86_64.cmake ├── README.md ├── alsa-ucm-conf-asahi ├── PKGBUILD └── fedora-specs │ ├── alsa-ucm-asahi-aarch64-0-original.spec │ ├── alsa-ucm-asahi-aarch64-1-fedora.spec │ └── alsa-ucm-asahi-aarch64-2-alarm.spec ├── asahi-alarm-keyring ├── PKGBUILD └── asahi-alarm-keyring.install ├── asahi-audio ├── PKGBUILD └── fedora-specs │ ├── asahi-audio-aarch64-0-original.spec │ ├── asahi-audio-aarch64-1-fedora.spec │ └── asahi-audio-aarch64-2-alarm.spec ├── asahi-bless ├── PKGBUILD ├── fedora-specs │ ├── rust-asahi-bless-aarch64-0-original.spec │ ├── rust-asahi-bless-aarch64-1-fedora.spec │ └── rust-asahi-bless-aarch64-2-alarm.spec └── rust-toolchain.toml ├── asahi-btsync ├── PKGBUILD └── asahi-btsync.install ├── asahi-calamares-configs ├── PKGBUILD └── fedora-specs │ ├── calamares-firstboot-config-aarch64-0-original.spec │ ├── calamares-firstboot-config-aarch64-1-fedora.spec │ └── calamares-firstboot-config-aarch64-2-alarm.spec ├── asahi-configs ├── 20-natural-scrolling.conf ├── 30-modeset.conf ├── PKGBUILD ├── asahi.sh ├── baloofilerc ├── kcminputrc └── kwinrc ├── asahi-desktop-meta ├── PKGBUILD └── asahi-desktop-meta.install ├── asahi-fwextract ├── PKGBUILD └── asahi-fwextract.install ├── asahi-meta └── PKGBUILD ├── asahi-nvram ├── PKGBUILD └── rust-toolchain.toml ├── asahi-scripts ├── 0001-update-m1n1-Expand-DTBS-if-it-is-a-directory.patch ├── 0002-fedora-update-m1n1-handle-dangling-boot-dtb-symlinks.patch ├── 15-update-m1n1.install ├── PKGBUILD ├── asahi-scripts.install ├── fedora-specs │ ├── asahi-scripts-aarch64-0-original.spec │ ├── asahi-scripts-aarch64-1-fedora.spec │ └── asahi-scripts-aarch64-2-alarm.spec └── update-m1n1.sysconfig ├── asahi-wifisync └── PKGBUILD ├── bankstown ├── PKGBUILD ├── fedora-specs │ ├── rust-bankstown-lv2-aarch64-0-original.spec │ ├── rust-bankstown-lv2-aarch64-1-fedora.spec │ └── rust-bankstown-lv2-aarch64-2-alarm.spec └── rust-toolchain.toml ├── binfmt-dispatcher ├── PKGBUILD ├── fedora-specs │ ├── rust-binfmt-dispatcher-aarch64-0-original.spec │ ├── rust-binfmt-dispatcher-aarch64-1-fedora.spec │ └── rust-binfmt-dispatcher-aarch64-2-alarm.spec └── rust-toolchain.toml ├── calamares └── PKGBUILD ├── check-version.sh ├── fex-emu-rootfs-arch ├── PKGBUILD └── fedora-specs │ ├── fex-emu-rootfs-fedora-aarch64-0-original.spec │ ├── fex-emu-rootfs-fedora-aarch64-1-fedora.spec │ └── fex-emu-rootfs-fedora-aarch64-2-alarm.spec ├── libkrun ├── PKGBUILD ├── fedora-specs │ ├── libkrun-aarch64-0-original.spec │ ├── libkrun-aarch64-1-fedora.spec │ └── libkrun-aarch64-2-alarm.spec ├── libkrun-relax-bindgen-dep.diff ├── libkrun-remove-nitro-deps.diff ├── libkrun-remove-sev-deps.diff ├── libkrun-remove-tdx-deps.diff ├── libkrun-remove-unused-deps.diff └── rust-toolchain.toml ├── libkrunfw ├── PKGBUILD └── fedora-specs │ ├── libkrunfw-aarch64-0-original.spec │ ├── libkrunfw-aarch64-1-fedora.spec │ └── libkrunfw-aarch64-2-alarm.spec ├── linux-asahi ├── PKGBUILD ├── config ├── fedora-specs │ ├── kernel-aarch64-0-original.spec │ ├── kernel-aarch64-1-fedora.spec │ ├── kernel-aarch64-16k-fedora.config │ └── kernel-aarch64-2-alarm.spec └── rust-toolchain.toml ├── lzfse └── PKGBUILD ├── m1n1 ├── PKGBUILD └── fedora-specs │ ├── m1n1-aarch64-0-original.spec │ ├── m1n1-aarch64-1-fedora.spec │ └── m1n1-aarch64-2-alarm.spec ├── mesa ├── Mesa-MLAA-License-Clarification-Email.txt ├── PKGBUILD ├── cross_x86 ├── do_not_use_wl_display_dispatch_queue_timeout.diff ├── fedora-specs │ ├── mesa-aarch64-0-original.spec │ ├── mesa-aarch64-1-fedora.spec │ ├── mesa-aarch64-2-alarm.spec │ ├── mesa-i386-0-original.spec │ ├── mesa-i386-1-fedora.spec │ ├── mesa-i386-2-alarm.spec │ ├── mesa-x86_64-0-original.spec │ ├── mesa-x86_64-1-fedora.spec │ └── mesa-x86_64-2-alarm.spec ├── gnome-shell-glthread-disable.patch ├── mesa_mr_38149_asahi_virtio-memleak.patch ├── mesa_mr_38160_asahi_fix_multiplane.patch ├── mesa_mr_38200_hk_fix_multiplane.patch └── rust-toolchain.toml ├── muvm ├── LICENSE ├── PKGBUILD ├── fedora-specs │ ├── rust-muvm-aarch64-0-original.spec │ ├── rust-muvm-aarch64-1-fedora.spec │ └── rust-muvm-aarch64-2-alarm.spec └── rust-toolchain.toml ├── release.sh ├── speakersafetyd ├── PKGBUILD ├── fedora-specs │ ├── rust-speakersafetyd-aarch64-0-original.spec │ ├── rust-speakersafetyd-aarch64-1-fedora.spec │ └── rust-speakersafetyd-aarch64-2-alarm.spec └── rust-toolchain.toml ├── startup-disk └── PKGBUILD ├── steam ├── LICENSE ├── PKGBUILD ├── fedora-specs │ ├── steam-aarch64-0-original.spec │ ├── steam-aarch64-1-fedora.spec │ └── steam-aarch64-2-alarm.spec ├── io.pagure.fedora_asahi.steam.metainfo.xml ├── shim.py ├── sources ├── steam.desktop └── steam.svg ├── tiny-dfr ├── PKGBUILD ├── fedora-specs │ ├── rust-tiny-dfr-aarch64-0-original.spec │ ├── rust-tiny-dfr-aarch64-1-fedora.spec │ └── rust-tiny-dfr-aarch64-2-alarm.spec └── rust-toolchain.toml ├── triforce-lv2 ├── PKGBUILD ├── fedora-specs │ ├── rust-triforce-lv2-aarch64-0-original.spec │ ├── rust-triforce-lv2-aarch64-1-fedora.spec │ └── rust-triforce-lv2-aarch64-2-alarm.spec └── rust-toolchain.toml ├── uboot-asahi ├── Initial-MNT-Reform2-support.patch ├── PKGBUILD ├── Rebase-to-upstream-6.15.5-rockchip-DTs.patch ├── USB-PD-TCPM-improvements.patch ├── disable-VBE-by-default.patch ├── disk-efi-Move-logic-to-get-a-GPT-entry-into-a-helper.patch ├── disk-efi-expose-the-part_get_gpt_pte-helper-function.patch ├── efi_loader-disk-add-EFI_PARTITION_INFO_PROTOCOL-supp.patch ├── efi_selftest-Add-basic-partition-info-check-to-block.patch ├── enable-bootmenu-by-default.patch ├── fedora-specs │ ├── uboot-tools-aarch64-0-original.spec │ ├── uboot-tools-aarch64-1-fedora.spec │ └── uboot-tools-aarch64-2-alarm.spec ├── openssl-no-engine.patch ├── p3450-fix-board.patch ├── rockchip-Enable-preboot-start-for-pci-usb.patch ├── tools-termios_linux.h-Fix-build-error-on-ppc64.patch ├── uefi-Add-all-options-for-EFI-System-Partitions.patch ├── uefi-distro-load-FDT-from-any-partition-on-boot-device.patch ├── uefi-enable-SetVariableRT-with-volotile-storage.patch ├── uefi-enable-https-boot-by-default.patch └── uefi-initial-find_fdt_location-for-finding-the-DT-on-disk.patch ├── update-spec-files.sh ├── versions.txt ├── virglrenderer ├── PKGBUILD └── fedora-specs │ ├── virglrenderer-aarch64-0-original.spec │ ├── virglrenderer-aarch64-1-fedora.spec │ └── virglrenderer-aarch64-2-alarm.spec └── widevine ├── PKGBUILD ├── README.md ├── widevine.install ├── widevine_fixup.py └── widevine_fixup_32.py /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/.github/workflows/check.yml -------------------------------------------------------------------------------- /.github/workflows/versions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/.github/workflows/versions.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/.gitignore -------------------------------------------------------------------------------- /FEX-Emu/FEX-Emu.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/FEX-Emu.install -------------------------------------------------------------------------------- /FEX-Emu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/PKGBUILD -------------------------------------------------------------------------------- /FEX-Emu/build-fex-sysroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/build-fex-sysroot.sh -------------------------------------------------------------------------------- /FEX-Emu/cmake.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/cmake.patch -------------------------------------------------------------------------------- /FEX-Emu/fedora-specs/fex-emu-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/fedora-specs/fex-emu-aarch64-0-original.spec -------------------------------------------------------------------------------- /FEX-Emu/fedora-specs/fex-emu-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/fedora-specs/fex-emu-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /FEX-Emu/fedora-specs/fex-emu-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/fedora-specs/fex-emu-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /FEX-Emu/fex-sysroot-macros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/fex-sysroot-macros.inc -------------------------------------------------------------------------------- /FEX-Emu/toolchain_x86_32.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/toolchain_x86_32.cmake -------------------------------------------------------------------------------- /FEX-Emu/toolchain_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/FEX-Emu/toolchain_x86_64.cmake -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/README.md -------------------------------------------------------------------------------- /alsa-ucm-conf-asahi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/alsa-ucm-conf-asahi/PKGBUILD -------------------------------------------------------------------------------- /alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-0-original.spec -------------------------------------------------------------------------------- /alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/alsa-ucm-conf-asahi/fedora-specs/alsa-ucm-asahi-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /asahi-alarm-keyring/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-alarm-keyring/PKGBUILD -------------------------------------------------------------------------------- /asahi-alarm-keyring/asahi-alarm-keyring.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-alarm-keyring/asahi-alarm-keyring.install -------------------------------------------------------------------------------- /asahi-audio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-audio/PKGBUILD -------------------------------------------------------------------------------- /asahi-audio/fedora-specs/asahi-audio-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-audio/fedora-specs/asahi-audio-aarch64-0-original.spec -------------------------------------------------------------------------------- /asahi-audio/fedora-specs/asahi-audio-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-audio/fedora-specs/asahi-audio-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /asahi-audio/fedora-specs/asahi-audio-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-audio/fedora-specs/asahi-audio-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /asahi-bless/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-bless/PKGBUILD -------------------------------------------------------------------------------- /asahi-bless/fedora-specs/rust-asahi-bless-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-bless/fedora-specs/rust-asahi-bless-aarch64-0-original.spec -------------------------------------------------------------------------------- /asahi-bless/fedora-specs/rust-asahi-bless-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-bless/fedora-specs/rust-asahi-bless-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /asahi-bless/fedora-specs/rust-asahi-bless-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-bless/fedora-specs/rust-asahi-bless-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /asahi-bless/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-bless/rust-toolchain.toml -------------------------------------------------------------------------------- /asahi-btsync/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-btsync/PKGBUILD -------------------------------------------------------------------------------- /asahi-btsync/asahi-btsync.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-btsync/asahi-btsync.install -------------------------------------------------------------------------------- /asahi-calamares-configs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-calamares-configs/PKGBUILD -------------------------------------------------------------------------------- /asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-0-original.spec -------------------------------------------------------------------------------- /asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-calamares-configs/fedora-specs/calamares-firstboot-config-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /asahi-configs/20-natural-scrolling.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-configs/20-natural-scrolling.conf -------------------------------------------------------------------------------- /asahi-configs/30-modeset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-configs/30-modeset.conf -------------------------------------------------------------------------------- /asahi-configs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-configs/PKGBUILD -------------------------------------------------------------------------------- /asahi-configs/asahi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-configs/asahi.sh -------------------------------------------------------------------------------- /asahi-configs/baloofilerc: -------------------------------------------------------------------------------- 1 | [General] 2 | only basic indexing=true 3 | -------------------------------------------------------------------------------- /asahi-configs/kcminputrc: -------------------------------------------------------------------------------- 1 | [Libinput][Defaults][Touchpad] 2 | NaturalScroll=true 3 | -------------------------------------------------------------------------------- /asahi-configs/kwinrc: -------------------------------------------------------------------------------- 1 | [Plugins] 2 | blurEnabled=false 3 | -------------------------------------------------------------------------------- /asahi-desktop-meta/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-desktop-meta/PKGBUILD -------------------------------------------------------------------------------- /asahi-desktop-meta/asahi-desktop-meta.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-desktop-meta/asahi-desktop-meta.install -------------------------------------------------------------------------------- /asahi-fwextract/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-fwextract/PKGBUILD -------------------------------------------------------------------------------- /asahi-fwextract/asahi-fwextract.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-fwextract/asahi-fwextract.install -------------------------------------------------------------------------------- /asahi-meta/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-meta/PKGBUILD -------------------------------------------------------------------------------- /asahi-nvram/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-nvram/PKGBUILD -------------------------------------------------------------------------------- /asahi-nvram/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-nvram/rust-toolchain.toml -------------------------------------------------------------------------------- /asahi-scripts/0001-update-m1n1-Expand-DTBS-if-it-is-a-directory.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/0001-update-m1n1-Expand-DTBS-if-it-is-a-directory.patch -------------------------------------------------------------------------------- /asahi-scripts/0002-fedora-update-m1n1-handle-dangling-boot-dtb-symlinks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/0002-fedora-update-m1n1-handle-dangling-boot-dtb-symlinks.patch -------------------------------------------------------------------------------- /asahi-scripts/15-update-m1n1.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/15-update-m1n1.install -------------------------------------------------------------------------------- /asahi-scripts/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/PKGBUILD -------------------------------------------------------------------------------- /asahi-scripts/asahi-scripts.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/asahi-scripts.install -------------------------------------------------------------------------------- /asahi-scripts/fedora-specs/asahi-scripts-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/fedora-specs/asahi-scripts-aarch64-0-original.spec -------------------------------------------------------------------------------- /asahi-scripts/fedora-specs/asahi-scripts-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/fedora-specs/asahi-scripts-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /asahi-scripts/fedora-specs/asahi-scripts-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/fedora-specs/asahi-scripts-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /asahi-scripts/update-m1n1.sysconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-scripts/update-m1n1.sysconfig -------------------------------------------------------------------------------- /asahi-wifisync/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/asahi-wifisync/PKGBUILD -------------------------------------------------------------------------------- /bankstown/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/bankstown/PKGBUILD -------------------------------------------------------------------------------- /bankstown/fedora-specs/rust-bankstown-lv2-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/bankstown/fedora-specs/rust-bankstown-lv2-aarch64-0-original.spec -------------------------------------------------------------------------------- /bankstown/fedora-specs/rust-bankstown-lv2-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/bankstown/fedora-specs/rust-bankstown-lv2-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /bankstown/fedora-specs/rust-bankstown-lv2-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/bankstown/fedora-specs/rust-bankstown-lv2-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /bankstown/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/bankstown/rust-toolchain.toml -------------------------------------------------------------------------------- /binfmt-dispatcher/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/binfmt-dispatcher/PKGBUILD -------------------------------------------------------------------------------- /binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-0-original.spec -------------------------------------------------------------------------------- /binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/binfmt-dispatcher/fedora-specs/rust-binfmt-dispatcher-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /binfmt-dispatcher/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/binfmt-dispatcher/rust-toolchain.toml -------------------------------------------------------------------------------- /calamares/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/calamares/PKGBUILD -------------------------------------------------------------------------------- /check-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/check-version.sh -------------------------------------------------------------------------------- /fex-emu-rootfs-arch/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/fex-emu-rootfs-arch/PKGBUILD -------------------------------------------------------------------------------- /fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-0-original.spec -------------------------------------------------------------------------------- /fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/fex-emu-rootfs-arch/fedora-specs/fex-emu-rootfs-fedora-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /libkrun/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/PKGBUILD -------------------------------------------------------------------------------- /libkrun/fedora-specs/libkrun-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/fedora-specs/libkrun-aarch64-0-original.spec -------------------------------------------------------------------------------- /libkrun/fedora-specs/libkrun-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/fedora-specs/libkrun-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /libkrun/fedora-specs/libkrun-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/fedora-specs/libkrun-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /libkrun/libkrun-relax-bindgen-dep.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/libkrun-relax-bindgen-dep.diff -------------------------------------------------------------------------------- /libkrun/libkrun-remove-nitro-deps.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/libkrun-remove-nitro-deps.diff -------------------------------------------------------------------------------- /libkrun/libkrun-remove-sev-deps.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/libkrun-remove-sev-deps.diff -------------------------------------------------------------------------------- /libkrun/libkrun-remove-tdx-deps.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/libkrun-remove-tdx-deps.diff -------------------------------------------------------------------------------- /libkrun/libkrun-remove-unused-deps.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/libkrun-remove-unused-deps.diff -------------------------------------------------------------------------------- /libkrun/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrun/rust-toolchain.toml -------------------------------------------------------------------------------- /libkrunfw/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrunfw/PKGBUILD -------------------------------------------------------------------------------- /libkrunfw/fedora-specs/libkrunfw-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrunfw/fedora-specs/libkrunfw-aarch64-0-original.spec -------------------------------------------------------------------------------- /libkrunfw/fedora-specs/libkrunfw-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrunfw/fedora-specs/libkrunfw-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /libkrunfw/fedora-specs/libkrunfw-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/libkrunfw/fedora-specs/libkrunfw-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /linux-asahi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/PKGBUILD -------------------------------------------------------------------------------- /linux-asahi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/config -------------------------------------------------------------------------------- /linux-asahi/fedora-specs/kernel-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/fedora-specs/kernel-aarch64-0-original.spec -------------------------------------------------------------------------------- /linux-asahi/fedora-specs/kernel-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/fedora-specs/kernel-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /linux-asahi/fedora-specs/kernel-aarch64-16k-fedora.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/fedora-specs/kernel-aarch64-16k-fedora.config -------------------------------------------------------------------------------- /linux-asahi/fedora-specs/kernel-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/fedora-specs/kernel-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /linux-asahi/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/linux-asahi/rust-toolchain.toml -------------------------------------------------------------------------------- /lzfse/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/lzfse/PKGBUILD -------------------------------------------------------------------------------- /m1n1/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/m1n1/PKGBUILD -------------------------------------------------------------------------------- /m1n1/fedora-specs/m1n1-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/m1n1/fedora-specs/m1n1-aarch64-0-original.spec -------------------------------------------------------------------------------- /m1n1/fedora-specs/m1n1-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/m1n1/fedora-specs/m1n1-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /m1n1/fedora-specs/m1n1-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/m1n1/fedora-specs/m1n1-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /mesa/Mesa-MLAA-License-Clarification-Email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/Mesa-MLAA-License-Clarification-Email.txt -------------------------------------------------------------------------------- /mesa/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/PKGBUILD -------------------------------------------------------------------------------- /mesa/cross_x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/cross_x86 -------------------------------------------------------------------------------- /mesa/do_not_use_wl_display_dispatch_queue_timeout.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/do_not_use_wl_display_dispatch_queue_timeout.diff -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-aarch64-0-original.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-i386-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-i386-0-original.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-i386-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-i386-1-fedora.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-i386-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-i386-2-alarm.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-x86_64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-x86_64-0-original.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-x86_64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-x86_64-1-fedora.spec -------------------------------------------------------------------------------- /mesa/fedora-specs/mesa-x86_64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/fedora-specs/mesa-x86_64-2-alarm.spec -------------------------------------------------------------------------------- /mesa/gnome-shell-glthread-disable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/gnome-shell-glthread-disable.patch -------------------------------------------------------------------------------- /mesa/mesa_mr_38149_asahi_virtio-memleak.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/mesa_mr_38149_asahi_virtio-memleak.patch -------------------------------------------------------------------------------- /mesa/mesa_mr_38160_asahi_fix_multiplane.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/mesa_mr_38160_asahi_fix_multiplane.patch -------------------------------------------------------------------------------- /mesa/mesa_mr_38200_hk_fix_multiplane.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/mesa_mr_38200_hk_fix_multiplane.patch -------------------------------------------------------------------------------- /mesa/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/mesa/rust-toolchain.toml -------------------------------------------------------------------------------- /muvm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/LICENSE -------------------------------------------------------------------------------- /muvm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/PKGBUILD -------------------------------------------------------------------------------- /muvm/fedora-specs/rust-muvm-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/fedora-specs/rust-muvm-aarch64-0-original.spec -------------------------------------------------------------------------------- /muvm/fedora-specs/rust-muvm-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/fedora-specs/rust-muvm-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /muvm/fedora-specs/rust-muvm-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/fedora-specs/rust-muvm-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /muvm/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/muvm/rust-toolchain.toml -------------------------------------------------------------------------------- /release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/release.sh -------------------------------------------------------------------------------- /speakersafetyd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/speakersafetyd/PKGBUILD -------------------------------------------------------------------------------- /speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-0-original.spec -------------------------------------------------------------------------------- /speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/speakersafetyd/fedora-specs/rust-speakersafetyd-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /speakersafetyd/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/speakersafetyd/rust-toolchain.toml -------------------------------------------------------------------------------- /startup-disk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/startup-disk/PKGBUILD -------------------------------------------------------------------------------- /steam/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/LICENSE -------------------------------------------------------------------------------- /steam/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/PKGBUILD -------------------------------------------------------------------------------- /steam/fedora-specs/steam-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/fedora-specs/steam-aarch64-0-original.spec -------------------------------------------------------------------------------- /steam/fedora-specs/steam-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/fedora-specs/steam-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /steam/fedora-specs/steam-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/fedora-specs/steam-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /steam/io.pagure.fedora_asahi.steam.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/io.pagure.fedora_asahi.steam.metainfo.xml -------------------------------------------------------------------------------- /steam/shim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/shim.py -------------------------------------------------------------------------------- /steam/sources: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /steam/steam.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/steam.desktop -------------------------------------------------------------------------------- /steam/steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/steam/steam.svg -------------------------------------------------------------------------------- /tiny-dfr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/tiny-dfr/PKGBUILD -------------------------------------------------------------------------------- /tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-0-original.spec -------------------------------------------------------------------------------- /tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/tiny-dfr/fedora-specs/rust-tiny-dfr-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /tiny-dfr/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/tiny-dfr/rust-toolchain.toml -------------------------------------------------------------------------------- /triforce-lv2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/triforce-lv2/PKGBUILD -------------------------------------------------------------------------------- /triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-0-original.spec -------------------------------------------------------------------------------- /triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/triforce-lv2/fedora-specs/rust-triforce-lv2-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /triforce-lv2/rust-toolchain.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/triforce-lv2/rust-toolchain.toml -------------------------------------------------------------------------------- /uboot-asahi/Initial-MNT-Reform2-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/Initial-MNT-Reform2-support.patch -------------------------------------------------------------------------------- /uboot-asahi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/PKGBUILD -------------------------------------------------------------------------------- /uboot-asahi/Rebase-to-upstream-6.15.5-rockchip-DTs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/Rebase-to-upstream-6.15.5-rockchip-DTs.patch -------------------------------------------------------------------------------- /uboot-asahi/USB-PD-TCPM-improvements.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/USB-PD-TCPM-improvements.patch -------------------------------------------------------------------------------- /uboot-asahi/disable-VBE-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/disable-VBE-by-default.patch -------------------------------------------------------------------------------- /uboot-asahi/disk-efi-Move-logic-to-get-a-GPT-entry-into-a-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/disk-efi-Move-logic-to-get-a-GPT-entry-into-a-helper.patch -------------------------------------------------------------------------------- /uboot-asahi/disk-efi-expose-the-part_get_gpt_pte-helper-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/disk-efi-expose-the-part_get_gpt_pte-helper-function.patch -------------------------------------------------------------------------------- /uboot-asahi/efi_loader-disk-add-EFI_PARTITION_INFO_PROTOCOL-supp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/efi_loader-disk-add-EFI_PARTITION_INFO_PROTOCOL-supp.patch -------------------------------------------------------------------------------- /uboot-asahi/efi_selftest-Add-basic-partition-info-check-to-block.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/efi_selftest-Add-basic-partition-info-check-to-block.patch -------------------------------------------------------------------------------- /uboot-asahi/enable-bootmenu-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/enable-bootmenu-by-default.patch -------------------------------------------------------------------------------- /uboot-asahi/fedora-specs/uboot-tools-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/fedora-specs/uboot-tools-aarch64-0-original.spec -------------------------------------------------------------------------------- /uboot-asahi/fedora-specs/uboot-tools-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/fedora-specs/uboot-tools-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /uboot-asahi/fedora-specs/uboot-tools-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/fedora-specs/uboot-tools-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /uboot-asahi/openssl-no-engine.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/openssl-no-engine.patch -------------------------------------------------------------------------------- /uboot-asahi/p3450-fix-board.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/p3450-fix-board.patch -------------------------------------------------------------------------------- /uboot-asahi/rockchip-Enable-preboot-start-for-pci-usb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/rockchip-Enable-preboot-start-for-pci-usb.patch -------------------------------------------------------------------------------- /uboot-asahi/tools-termios_linux.h-Fix-build-error-on-ppc64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/tools-termios_linux.h-Fix-build-error-on-ppc64.patch -------------------------------------------------------------------------------- /uboot-asahi/uefi-Add-all-options-for-EFI-System-Partitions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/uefi-Add-all-options-for-EFI-System-Partitions.patch -------------------------------------------------------------------------------- /uboot-asahi/uefi-distro-load-FDT-from-any-partition-on-boot-device.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/uefi-distro-load-FDT-from-any-partition-on-boot-device.patch -------------------------------------------------------------------------------- /uboot-asahi/uefi-enable-SetVariableRT-with-volotile-storage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/uefi-enable-SetVariableRT-with-volotile-storage.patch -------------------------------------------------------------------------------- /uboot-asahi/uefi-enable-https-boot-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/uefi-enable-https-boot-by-default.patch -------------------------------------------------------------------------------- /uboot-asahi/uefi-initial-find_fdt_location-for-finding-the-DT-on-disk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/uboot-asahi/uefi-initial-find_fdt_location-for-finding-the-DT-on-disk.patch -------------------------------------------------------------------------------- /update-spec-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/update-spec-files.sh -------------------------------------------------------------------------------- /versions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/versions.txt -------------------------------------------------------------------------------- /virglrenderer/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/virglrenderer/PKGBUILD -------------------------------------------------------------------------------- /virglrenderer/fedora-specs/virglrenderer-aarch64-0-original.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/virglrenderer/fedora-specs/virglrenderer-aarch64-0-original.spec -------------------------------------------------------------------------------- /virglrenderer/fedora-specs/virglrenderer-aarch64-1-fedora.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/virglrenderer/fedora-specs/virglrenderer-aarch64-1-fedora.spec -------------------------------------------------------------------------------- /virglrenderer/fedora-specs/virglrenderer-aarch64-2-alarm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/virglrenderer/fedora-specs/virglrenderer-aarch64-2-alarm.spec -------------------------------------------------------------------------------- /widevine/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/widevine/PKGBUILD -------------------------------------------------------------------------------- /widevine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/widevine/README.md -------------------------------------------------------------------------------- /widevine/widevine.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/widevine/widevine.install -------------------------------------------------------------------------------- /widevine/widevine_fixup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/widevine/widevine_fixup.py -------------------------------------------------------------------------------- /widevine/widevine_fixup_32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asahi-alarm/PKGBUILDs/HEAD/widevine/widevine_fixup_32.py --------------------------------------------------------------------------------