summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
5 daysUpdate pkgver and srcinfoRaidriar
5 daysUndo IPC fixRaidriar
The PR has been merged, so there's no need for this anymore.
6 daysUpdate pkgver and srcinfoRaidriar
6 daysTemporary IPC fixRaidriar
An existing pull request to fix the breaking changes to the IPC is pulled to keep the package working. This will be removed once the PR is merged or an equivalent fix is made.
6 daysChange maintainer/contributor formattingRaidriar
I noticed that this seemed to have a different formatting than just the email, so I referenced the wiki page for this change.
2026-06-16Update pkgver and srcinfoRaidriar
2026-06-16Update identifier patchRaidriar
The targeted string was moved.
2026-06-12Update pkgver and srcinfoRaidriar
2026-06-12Install shadersRaidriar
Shaders are now not included in the bin to allow for loading shaders at runtime. This means the shaders need to be installed separately now.
2026-06-11Update pkgver and srcinfoRaidriar
2026-06-11Invoke sccache manuallyRaidriar
Since sccache was made not required, it needs to be invoked manually now.
2026-05-31Update pkgver and srcinfoRaidriar
2026-05-31Add sccache as a make depRaidriar
Recent versions now use sccache in the build process, so it has been added as a make dep
2026-05-25Remove LICENSERaidriar
I guess I misunderstood the documentation related to aur packages, since it seems as though no other packages I can find include a license. I was under the assumption that you should license the package itself, but I guess not?
2026-05-24Update pkgver and srcinfoRaidriar
2026-05-24Make install message more obviousRaidriar
2026-05-23Apply tweak to asset installRaidriar
Anonymously submitted patch that includes changes to how assets are installed. Includes openxr as an optional dependancy.
2026-05-18Update pkgver and srcinfoRaidriar
2026-05-18Add Zenity as a dependancyRaidriar
The initial dialogue for selecting VR or Desktop requires zenity.
2026-05-14Update pkgrel to fix issueRaidriar
pkgrel was updated to force an update to prevent renderide from being built with tracy support.
2026-05-14Limit features to just video-texturesRaidriar
Originally, --all-features was applied based on the arch wiki's recommendation for rust packages, but that includes tracy for renderide, which adds overhead even when not in use.
2026-05-14Sha and file tweaksRaidriar
This are from a patch submitted anonymously that changes the following: - Add gstreamer as a dependancy - Sha256sums for the patch and .desktop file - Replace usage of "../../" with "$srcdir/"
2026-05-14Update pkgverRaidriar
2026-05-14Improve install scriptRaidriar
This includes the following changes: - Change the symlink creation to "force" to ensure it's created, even if it already exists. - A post install message making it clear that Resonite is not included and needs to be downloaded separately. - A post upgrade re-running the post install.
2026-05-14Update .SRCINFORaidriar
2026-05-14git: add gitignorebredo
Avoid source files / files generated during build
2026-05-14Add bredo as a contributorRaidriar
I forgot to add them the first time around, so I'm adding them now.
2026-05-14Add emailRaidriar
Added an email to the maintainer line.
2026-05-13Fix indentationRaidriar
While it looked fine on my end, the indentation is apparently very messed up for others, so I applied a patch that was sent to me fixing the indentation.
2026-05-13Prepare with patchRaidriar
The prepare stage now applies the Identifer patch.
2026-05-13Add identifier patchRaidriar
This patches the RENDERER_IDENTIFIER to self identify that the version if from the AUR. This is a precaution to help isolate this package being an issue compared to official releases.
2026-05-13Update pkgverRaidriar
2026-05-13Add missing action manifestRaidriar
This fixes hands not working at all in VR.
2026-05-13Include maintainerRaidriar
Added myself as a maintainer.
2026-05-13Tweak packagingRaidriar
Included more usage of the _pkgname variable.
2026-05-13Update buildRaidriar
Updated the build part based on the recommended build function from the arch wiki.
2026-05-13Add prepareRaidriar
Added the prepare template based on the recommendation from the arch wiki's rust packaging guidelines.
2026-05-12Update bin namesRaidriar
Bin names have been changed for easier CLI usage and packaging, this change reflects the new bin names.
2026-05-12Add SRCINFORaidriar
2026-05-12Add licenseRaidriar
Added the 0BSD license as per the aur submission guidelines recommendation.
2026-05-12Install bin to /usr/binRaidriar
Given some complications that have been sorted out, the bin is now installed to /usr/bin instead of /opt/Renderide.
2026-05-12Tweak desktop fileRaidriar
Change desktop file to auto assign to the Game category and look for the binary in /usr/bin.
2026-05-01Add basic desktop fileRaidriar
Given Renderide's abnormal structure, a .desktop file is provided to be able to launch it easier, but it is very minimal.
2026-05-01Initial CommitRaidriar
First working version