Go to file
Tk-Glitch 80eebf7166 Sync
> amdvlk-opt: 2021.Q1.3
  > community-patches: Add a dbghelp patch for FakePDB and a Shell32 patch for WryeBash (#46)
  > community-patches: linux511-tkg: Update futex2 patch (#45)
  > dxvk-tools: Make Proton's DXVK DLLs writable before copying (#8)
  > gst-libav: Update to 1.18.3 - It finally builds for both 64 and 32-bit
  > linux-tkg: 5.4.97, 5.10.15
  > linux-tkg: 5.11 RC7
  > linux-tkg: 5.4.96, 5.10.14
  > linux-tkg: 5.4.95
  > linux-tkg: 5.10.13 (#174)
  > nvidia-all: Suggested solution for #30, only update if newer driver (#31)
  > wine-tkg-git: Hotfixer: Revive the mfplat fix and add steamhelper fix for proton-tkg on 0c19e2e+
  > wine-tkg-git: Update proton-tkg meta-patchsets for 50798b1 and move previous versions to legacy
  > wine-tkg-git: Update proton-steam-bits patchset for 5b362f0 and move previous version to legacy
  > wine-tkg-git: Hotfixer: Only revert 1fceb12 on staging, and disable on current staging (41e1551) due to mfplat patchset being disabled
  > wine-tkg-git: Update proton-cpu-topology-overrides patchset for a3c92a0 and move previous version to legacy
  > wine-tkg-git: Only remove proton_tkg_token when _NUKR is set to true
  > wine-tkg-git: NUKR fixes
  > wine-tkg-git: Update esync/fsync -unix patchsets and server_Abort_waiting_on_a_completion_port_when_closing_it addon patches for d6ef940 and move previous versions to legacy
  > wine-tkg-git: Update proton-tkg meta patchsets for 0027827 and move previous versions to legacy
  > wine-tkg-git: Update esync/fsync -unix patchsets and server_Abort_waiting_on_a_completion_port_when_closing_it addon patches for c6f2aac and move previous versions to legacy
  > wine-tkg-git: Update proton-tkg meta patchsets for c6d85fc and move previous versions to legacy
2021-02-11 15:41:16 +07:00
amdgpu-pro-vulkan-only@ff279f2b84 Sync 2021-02-03 15:39:17 +07:00
amdvlk-opt@bf6317e1bb Sync 2021-02-11 15:41:16 +07:00
community-patches@ea1f94b70d Sync 2021-02-11 15:41:16 +07:00
dxvk-tools@b9291394b1 Sync 2021-02-11 15:41:16 +07:00
faudio-git@0e0b637dbf Thank you Sasamus! Let's frog 🐸 2020-09-19 18:13:55 +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@dbb5315dc9 Sync 2021-02-11 15:41:16 +07:00
llvm-git@8b36eefc7b Sync 2020-11-30 15:25:37 +07:00
mesa-git@9d454b9825 Welcome to the Froges, Sigge 🐸 2020-12-11 21:42:25 +07:00
mostlyportable-gcc@1165c047d2 Sync 2020-12-05 08:00:43 +07:00
nvidia-all@5ccee5d449 Sync 2021-02-11 15:41:16 +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@aa8db77466 Sync 2020-06-03 02:34:34 +07:00
wine-tkg-git@377d2c5831 Sync 2021-02-11 15:41:16 +07:00
.gitmodules Remove mingw-on-arch-automator submodule. 2020-08-10 13:40:15 +07:00
README.md Thank you William for your frogging support since almost a year now! Greatly appreciated ❤️ 🐸 2021-01-05 16:19:33 +07:00
TkgThingy TkgThingy: Add an option to reset trees in case of conflict 2021-01-05 16:20:32 +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 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