Commit Graph

7551 Commits

Author SHA1 Message Date
Raboneko b6085386ad bump: ruffle-nightly 2025-05-25 01:46:13 +00:00
Raboneko 0b02c8d7b8 bump: discord-canary-openasar discord-canary 2025-05-24 21:23:38 +00:00
Raboneko bb7f26f6ac bump: rpcs3 2025-05-24 18:45:36 +00:00
Raboneko 30ff7461dd fix(heroic-games-launcher): Electron builder needs NPM now (#5027) (#5031)
aarch64 still broken. Sad.


(cherry picked from commit f4fb7f1e37)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-24 12:36:18 -05:00
Raboneko c9d506c1a6 bump: rpcs3 2025-05-24 16:55:40 +00:00
Raboneko 2006138e25 fix(bun): use baseline instead (#5003) (#5012)
* fix(bun): use baseline instead

The normal version requires avx2 support. Switching to the baseline
removes the requirement.

* bump rel

(cherry picked from commit 8a7f86b092)

Co-authored-by: madomado <madonuko@outlook.com>
2025-05-24 20:46:10 +08:00
Raboneko 6acd0a18ef feat(andax): helpers for parsing spec files (#4994) (#5025)
* feat(andax): helpers for parsing spec files

* Update spec.rhai



---------


(cherry picked from commit 9768565ed6)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-05-24 20:45:48 +08:00
Raboneko 10b8a86b46 add: typst (#4945) (#5021)
* add: typst

* Update rust-typst.spec



* ?



* let's try this cursed way of packaging stuff

* Update rust-typst.spec

* a

* Update rust-typst.spec



* remove crate file

* no more devel



* no defasult devel



* Update rust-typst.spec



* Update rust-typst.spec



---------


(cherry picked from commit f38d938a2b)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-05-24 20:45:15 +08:00
Raboneko 140f308691 bump: rpcs3 2025-05-24 12:37:45 +00:00
Raboneko 0c076a859d bump(branch): zig-master 2025-05-24 12:25:12 +00:00
Raboneko 897919d4f6 add: rpcs3 (#3877) (#5016)
* add: rpcs3

Closes #3851

* Update rpcs3.spec



* gcc



* g++



* git clone?

* ???

* Update rpcs3.spec



* Update rpcs3.spec

* Update rpcs3.spec



* -include %_includedir/c++/*/cstdint



* Update rpcs3.spec



* Update rpcs3.spec



* Update rpcs3.spec



* wayland stuff



* Update rpcs3.spec



* Update rpcs3.spec



* ??



* Update rpcs3.spec



* Update rpcs3.spec



* Update rpcs3.spec



* Update anda/games/rpcs3/rpcs3.spec




* fix: I don't know if this will help builds but yay up to date RPCS3?

* fix: Imagine if projects didn't ignore compiler warnings

* C too?

* Why compiler flags so hard to guess aaaa

* Hmmmm

* ?

* ??

* Ah

* ?

* ?

* What is wrong with this thing

* ???

* This thing will be the death of me

* Why this

* IDK why that is missing

* Wow what an absolute disaster I am so sorry Mado

* This just seems to not be building for some reason??

* Ignore that it didn't get removed from testing output of something

* Absolute cinema if this works

* ?

* Ohhh

* Format

* See if this works now?

* Is aarch64 even worth it

* This is genuinely hexed

* Hope these work, worry about aarch64 later

* fix: Hey guess what builds on x86_64 AND aarch64 now

The rest is up to you Madooooo



* Update rpcs3.spec



---------




(cherry picked from commit 05b87105f5)

Signed-off-by: madomado <madonuko@outlook.com>
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: madomado <madonuko@outlook.com>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-24 20:24:11 +08:00
Raboneko de8538daab fix: do not run file triggers if installed on an atomic distro (#5004) (#5009)
* fix: do not run file triggers if installed on an atomic distro



* Update anda/tools/sbctl/sbctl.spec




* fix: bump release. Added changelog



---------




(cherry picked from commit 3df34c5c52)

Signed-off-by: Esteve Fernandez <esteve@apache.org>
Signed-off-by: Esteve Fernandez <33620+esteve@users.noreply.github.com>
Co-authored-by: Esteve Fernandez <33620+esteve@users.noreply.github.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-05-24 20:05:25 +08:00
Raboneko 6ae34c1b6c bump: zig-master-bootstrap 2025-05-24 11:19:34 +00:00
Raboneko 67669ab98e bump: golang-github-abenz1267-walker 2025-05-24 09:18:42 +00:00
Raboneko 80ea6fa3d9 bump: discord-canary-openasar discord-canary 2025-05-24 06:30:28 +00:00
Raboneko d34ef113ba bump: discord-canary-openasar discord-canary ruffle-nightly 2025-05-24 02:02:38 +00:00
Raboneko 1aab2efe9e bump(nightly): ghostty-nightly zed-nightly nim-nightly libva-nvidia-driver 2025-05-24 01:46:58 +00:00
Raboneko 67ae27f516 bump: discord-ptb-openasar discord-ptb 2025-05-23 21:15:51 +00:00
Raboneko af2c651555 bump: yt-dlp-git 2025-05-23 19:37:46 +00:00
Raboneko 5dc5844f81 bump: yt-dlp-git 2025-05-23 17:56:39 +00:00
Raboneko efaf0e69e1 bump: yt-dlp-git 2025-05-23 17:46:40 +00:00
Raboneko cd917f17e8 bump: rust-mise 2025-05-23 16:31:24 +00:00
Raboneko ace46e45dd fix(mise): include usage dep for completions subpkgs (#4988) (#4998)
resolves #4971

(cherry picked from commit 2c7c39d0de)

Co-authored-by: madomado <madonuko@outlook.com>
2025-05-23 23:51:17 +08:00
Raboneko f01ff77afb add: btdu (#4709) (#5002)
* add: btdu

* pretend to be c



* Update btdu.spec



* Update btdu.spec



* Update btdu.spec



---------


(cherry picked from commit b367dc15e5)

Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-05-23 23:51:00 +08:00
Raboneko a7800ca2bc bump: zed-preview 2025-05-23 15:48:08 +00:00
Raboneko 592aed1a25 bump: zed-preview zed 2025-05-23 15:19:55 +00:00
Raboneko 6cf57d5ec0 bump: zed-preview zed yt-dlp-git 2025-05-23 13:17:13 +00:00
Raboneko 9bd5c70b53 bump: golang-github-jesseduffield-lazygit 2025-05-23 10:44:59 +00:00
Raboneko 71e996b099 bump: ruffle-nightly chezmoi electron 2025-05-23 02:06:28 +00:00
Raboneko a0f3daa5b9 bump(nightly): mpv-nightly zed-nightly prismlauncher-nightly libva-nvidia-driver rpi-utils 2025-05-23 01:50:51 +00:00
Raboneko acaff2bd16 bump: yt-dlp-git 2025-05-22 23:00:17 +00:00
Raboneko 8c8fce2ed7 bump: discord-canary-openasar discord-canary 2025-05-22 22:19:19 +00:00
Raboneko be71153fcd bump: zed-preview 2025-05-22 21:33:03 +00:00
Raboneko faa13cd206 bump: discord-canary-openasar discord-canary zed-preview zed 2025-05-22 21:18:29 +00:00
Raboneko 887bfe0760 bump: heroic-games-launcher 2025-05-22 19:47:18 +00:00
Raboneko 0724759a41 bump: sheldon 2025-05-22 19:36:56 +00:00
Raboneko 47bf823569 bump: zed-preview electron 2025-05-22 19:22:08 +00:00
Raboneko 8736322514 bump: rust-mise 2025-05-22 16:48:25 +00:00
Raboneko de886cb9f2 bump: gradle 2025-05-22 14:41:59 +00:00
Raboneko 323193b1a1 bump: golang-github-jesseduffield-lazygit 2025-05-22 13:20:02 +00:00
Raboneko 1cedfcd314 add: usage (#4987) (#4993)
(cherry picked from commit 02c67351a6)

Co-authored-by: madomado <madonuko@outlook.com>
2025-05-22 18:43:42 +08:00
Raboneko 12b9c67ab1 bump: yt-dlp-git 2025-05-22 09:47:09 +00:00
Raboneko c7831b4a71 bump: yt-dlp-git 2025-05-22 09:39:04 +00:00
Raboneko a8d1e8cd68 fix(wine-dxvk): Rewrite scriptlets, fix deps (#4924) (#4986)
* fix(wine-dxvk): Rewrite scriptlets, fix deps



* chore: Bump release



* Update wine-dxvk.spec



---------


(cherry picked from commit 2b89b4f2d8)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-22 04:06:47 -05:00
Raboneko a8f6e26f2f fix(inputplumber): Makefile patch, update files (#4967) (#4983)
* Add files via upload



* Update inputplumber.spec



* Rename make-install-don't-build.patch to make-install-dont-build.patch



* Update inputplumber.spec



* Update make-install-dont-build.patch



* fix: Add new files



---------


(cherry picked from commit eed3af2b6a)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-22 04:03:32 -05:00
Raboneko f0c692465f add: Colorz (#4970) (#4975)
(cherry picked from commit f9c1fd2d42)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-22 03:58:49 -05:00
Raboneko 2e113cc634 add: Haishoku (#4968) (#4979)
(cherry picked from commit 1776fdbb7b)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-22 03:58:02 -05:00
Gilver d24e50b472 bump: rust-mise (#4966)
Co-authored-by: Raboneko <raboneko@fyralabs.com>
2025-05-22 16:57:30 +08:00
Raboneko f9248af9e8 add: pbpctrl (#4950) (#4963)
(cherry picked from commit a9d87c1eb8)

Co-authored-by: madomado <madonuko@outlook.com>
2025-05-22 16:56:53 +08:00
Gilver 50e2f3f9d7 feat: Make WINE dep on the compat package (#4923) (#4959)
* feat: Make WINE dep on the compat package

* refactor(update.rhai): For now this is what I got

---------


(cherry picked from commit 3a4078ed58)

Signed-off-by: Gilver <rockgrub@disroot.org>
Signed-off-by: RockGrub <RockGrub@users.noreply.github.com>
2025-05-22 16:55:50 +08:00