Go to file
Tk-Glitch 7350c08f5e Sync
> faudio-git: Fix breakage due to upstream fixes we don't need to workaround anymore
  > linux-tkg: 5.12 RC7 (#219)
  > linux-tkg: 5.4.111, 5.10.29, 5.11.13
  > linux-tkg: 5.4.110, 5.10.27, 5.11.12
  > linux-tkg: Fix failure to extract kernel patch when srcdest is set in Arch (#218)
  > linux-tkg: linux512-rc-tkg: Enable CONFIG_I2C_HID_ACPI
  > linux-tkg: Fix Debian / Ubuntu compile due to .config (#217)
  > linux-tkg: 5.12 RC6
  > linux-tkg: Some extra features for convenience  (#209)
  > linux-tkg: Tighten the sub check to also skip RCs
  > mesa-git: cfg: Update PGO comment
  > nvidia-all: Add 455.45 to the kernel 5.11 patch candidates
  > nvidia-all: Fixed cleanup when using "only update if newer" (#32)
  > wine-tkg-git: Update and re-enable proton fullscreen hack patchset
  > wine-tkg-git: Update proton-sdl-joy patchset and move previous version to legacy, and make the compositor bypass selectors more robust
  > wine-tkg-git: Hotfixer: Update the steamclient swap fix selective revert patchset
  > wine-tkg-git: Hotfixer: Revert 4f787812 on proton-tkg as it breaks building steam_helper with winegcc due to interfering local stdlib.h
  > wine-tkg-git: Update LAA-unix patchsets and move previous versions to legacy
  > wine-tkg-git: Update proton meta patchsets and add the new LD_PRELOAD fix to the steamclient swap patchset
  > wine-tkg-git: Update fastsync mainline patchset - https://repo.or.cz/wine/zf.git/shortlog/refs/heads/fastsync2
  > wine-tkg-git: Hotfixer: Add a patch to strip start.exe's invincibility shield so Death can take what it has to
  > wine-tkg-git: Hotfixer: Disable _sdl_joy_support on the legacy staging 2e42e7d-4e2dc89 gap until rebased.
  > wine-tkg-git: Add AC Odyssey desync workaround for esync/fsync
  > wine-tkg-git: Bring Proton FS hack back for 6.3-6.5 (up to 4e2dc89 staging, broken after that due to staging disabling rawinput patchset).
  > wine-tkg-git: Update fsync-unix-staging patchset and move previous version to legacy
  > wine-tkg-git: Update proton-sdl-joy patchset en move previous version to legacy
  > wine-tkg-git: Minor update to proton-tkg meta patchsets
  > wine-tkg-git: Hotfixer: Protonify staging's syscall emu patchset
  > wine-tkg-git: Hotfixer: Proton: Selective reverts to fix steamclient swap
  > wine-tkg-git: Update proton-sdl-joy patchset for b71cea7 and move previous version to legacy
  > wine-tkg-git: Fix steamhelper_revert_openvr_support patch path
  > wine-tkg-git: PRoton-tkg: Add support and default to proton_6.3 branch
2021-04-12 18:13:10 +07:00
amdgpu-pro-vulkan-only@bb376d160a Sync 2021-03-29 01:48:33 +07:00
amdvlk-opt@df803ba6ea Sync 2021-03-29 01:48:33 +07:00
community-patches@73481691ab Sync 2021-03-29 01:48:33 +07:00
dxvk-tools@65eae05876 Sync 2021-03-17 23:33:10 +07:00
faudio-git@ef36bcc6f3 Sync 2021-04-12 18:13:10 +07:00
gamescope-git@4994740755 Sync 2020-06-03 02:34:34 +07:00
gst-libav@173605384d Sync 2021-02-11 15:41:16 +07:00
linux-tkg@79e8f42ea7 Sync 2021-04-12 18:13:10 +07:00
llvm-git@8b36eefc7b Sync 2020-11-30 15:25:37 +07:00
mesa-git@3baf26069a Sync 2021-04-12 18:13:10 +07:00
mostlyportable-gcc@1165c047d2 Sync 2020-12-05 08:00:43 +07:00
nvidia-all@57e9a93635 Sync 2021-04-12 18:13:10 +07:00
spirv-tools-git@38199d4820 Sync 2021-01-15 20:22:36 +07:00
vkd3d-git@da11441031 Sync & update TkgThingy 2020-10-12 12:09:10 +07:00
vulkan-headers-git@5086ae91ed Sync 2020-06-03 02:34:34 +07:00
vulkan-icd-loader-git@fcb9512ff3 Sync 2021-02-27 18:09:59 +07:00
wine-tkg-git@380f519157 Sync 2021-04-12 18:13:10 +07:00
.gitmodules Remove mingw-on-arch-automator submodule. 2020-08-10 13:40:15 +07:00
README.md Thank you Thomas! Welcome to the FROGE 🐸 ❤️ 2021-04-09 23:56:51 +07:00
TkgThingy TkgThingy: Deeper cleanup when using choice 3 2021-04-12 18:10:08 +07:00

README.md

PKGBUILDS and other scripts made for random people & frogs

Thanks to Kassin for the meme-worthy banner

How-to use that mess :

While some of the scripts might work fine on any distro, the PKGBUILDs will only work on distros with access to pacman and makepkg.

If you need to access pacman and makepkg outside of Arch-linux and distros based on it (like Antergos or Manjaro), you can "hijack" your current distro with Bedrock Linux at your own risk: https://bedrocklinux.org

  • Clone the whole thing (that enables you to use git submodule update --remote to get updates) :
git clone --recurse-submodules https://github.com/Tk-Glitch/PKGBUILDS.git

From the directory of the package you want to build (where the PKGBUILD is located), run

makepkg -si

That will grab the required dependencies, build, then install the newly created package(s).

  • For bash scripts, just run them from their respective directory - You might find additional details in the readme dedicated to the tool you want to build.

  • For your convenience, a script is available in the root of PKGBUILDS to pull updates and create external configuration files easily: ./TkgThingy

Why aren't the PKGBUILDs on AUR ?! :

While some are already available there without userpatches or lib32 support, the most interesting ones aren't (namely linux kernels, nvidia-all and wine-tkg-git) because of the way they are working. You're prompted for options or even config file editing to get the package customized the way you want it to be. For nvidia-all, there's no way around it so I'd consider that non-AUR compliant by default. For linux kernels and wine-tkg-git, I could indeed provide a fixed preset and remove all prompts. That would work. But then, are these still as interesting without customization? I strongly believe they aren't.

Daily builds (pacman packages) for most packages are available on chaotic-aur (https://wiki.archlinux.org/index.php/Unofficial_user_repositories#chaotic-aur):

Wanna talk about it? Need help? Feel free to join the Frogging Family discord server : https://discord.gg/jRy3Nxk

If you like my work, consider visiting my patreon page : https://www.patreon.com/tkglitch

Thanks to Thomas, liq, Amy, William, Sigge, Varris, nvaert1986, Eduard, Justin, Oscar, frankbaier, Jon, Sasamus, darkmaster879, redgloboli, flightlessmango, IroAlexis, gardotd426, Gabe E, Vitalwonhyo, Glorious Eggroll, Hans-Kristian, Anisan, Jonny Teronni, Zs. Cs. Sz., JudgeVanadium, Lutris, Oli, Fábio, Bill, Kristoffer, Typhoon, Ole Erik, Stephan, contributors, and all anonymous Patrons, supporters and curious minds! You're giving driving energy and purpose to my work. Much frog love to all of you guys <3

You can also donate to me via https://www.paypal.me/TkGlitch