Go to file
Tk-Glitch fac1555d11 Sync
> community-patches: wine-tkg-git: Add FL Studio 20.8 crash fix - https://bugs.winehq.org/show_bug.cgi?id=50362
  > community-patches: added OpenRGB.patch to linux510 and linux511 (#48)
  > dxvk-tools: Allow changing repo url from .cfg
  > linux-tkg: 5.4.106, 5.10.24, 5.11.7
  > linux-tkg: Fix _cpusched for RC kernels (#202)
  > linux-tkg: 5.12 RC3
  > linux-tkg: Add WINESYNC-MODULE and winesync-header provides
  > linux-tkg: Partial revert of be3eead636013b0a000167c55cfce240d0484f89 . We still need to offer the header file for -complete- wine builds 🐸
  > linux-tkg: linux511-tkg: Remove the header workaround as it should now be fixed, and sync
  > linux-tkg: linux511-tkg: winesync: Add changes talked about on Discord regarding the patchset, that should help with/fix performance problems and add QoL improvements:
  > linux-tkg: linux511-tkg: Add an udev rule for winesync
  > linux-tkg: linux511-tkg: Add a patch for winesync support - https://repo.or.cz/linux/zf.git/shortlog/refs/heads/winesync
  > linux-tkg: Add "MuQSS" to the allowed CPU scheds arrays.
  > linux-tkg: We have a graceful fallback handling now, so we don't need the CFS fallback anymore. However, we want to exit when _nofallback is enabled, so restore that.
  > linux-tkg: 5.4.105, 5.10.23, 5.11.6
  > linux-tkg: readme: anbox-support: Make sure /dev/binderfs exists through /etc/tmpfiles.d
  > linux-tkg: linux-5(7-12): Get rid of the anbox modules patch. It actually cannot work as building the modules will fail (but we never turned that on, thankfully).
  > wine-tkg-git: Allow enabling the ffxiv launcher hack. Some want to use it for some reason.
  > wine-tkg-git: Update fastsync mainline patchset - https://repo.or.cz/wine/zf.git/shortlog/refs/heads/fastsync2
  > wine-tkg-git: Update fastsync-mainline patchset - https://repo.or.cz/wine/zf.git/shortlog/refs/heads/fastsync2
  > wine-tkg-git: Update fastsync-mainline patchset - https://repo.or.cz/wine/zf.git/shortlog/refs/heads/fastsync2
  > wine-tkg-git: Warn the user when attempting to use fastsync with staging enabled
  > wine-tkg-git: Disable clock_monotonic when use_fastsync is enabled.
  > wine-tkg-git: Typo
  > wine-tkg-git: Add a patch for wine fastsync, an experiemental replacement for esync/fsync.
  > wine-tkg-git: deps: Add libxi-dev to the 64-bit debuntu dependencies
  > wine-tkg-git: Update esync-unix-mainline for 3c9b537 and move previous version to legacy
2021-03-17 23:33:10 +07:00
amdgpu-pro-vulkan-only@ff279f2b84 Sync 2021-02-03 15:39:17 +07:00
amdvlk-opt@9253aca715 Sync 2021-02-27 18:09:59 +07:00
community-patches@b64583a133 Sync 2021-03-17 23:33:10 +07:00
dxvk-tools@65eae05876 Sync 2021-03-17 23:33:10 +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@dc110c9fe3 Sync 2021-03-17 23:33:10 +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@f2113d48e4 Sync 2021-03-10 01:59:15 +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@1b4ac4bb61 Sync 2021-03-17 23:33:10 +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