PKGBUILDS/README.md

52 lines
3.1 KiB
Markdown

2020-03-26 09:36:04 +07:00
# PKGBUILDS and other scripts made for random people & frogs
<p align="center">
<img src="https://cdn.discordapp.com/attachments/472158720399245323/501778941913202708/tkgfrogu.png">
</p>
Thanks to Kassin for the meme-worthy banner
2020-03-26 09:36:04 +07:00
## 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) :
2020-03-26 09:36:04 +07:00
```
git clone --recurse-submodules https://github.com/Tk-Glitch/PKGBUILDS.git
2020-03-26 09:36:04 +07:00
```
* You can also choose to clone only the repos you need. All submodules can be found here: https://github.com/Frogging-Family
2020-03-26 09:36:04 +07:00
* Build packages :
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`
2020-03-26 09:36:04 +07:00
## 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):
2020-03-26 09:36:04 +07:00
- http://lonewolf-builder.duckdns.org/chaotic-aur - Thanks Pedro !
- Mirror (Germany) : http://chaotic.bangl.de/chaotic-aur/x86_64/ - Thanks to BangL
- Mirror (USA) : https://repo.kitsuna.net/ - Thanks to LordKitsuna
2020-03-26 09:36:04 +07:00
**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 new redgloboli frog! Sync: > amdvlk-opt: 2020.Q3.4 > community-patches: linux57/58-tkg: Add OpenRGB patch (#23) > community-patches: Update readme. > community-patches: linux57/58-tkg: Fix async_buffered_reads patch application on 5.7.16 and 5.8.2 > linux-tkg: linux59-rc-tkg: RC2 > linux-tkg: linux58-tkg: Update config > linux-tkg: linux54-tkg: Comment out the sync with 16a91d2987f9c6b46818ccf71af03b36ba93d536 > linux-tkg: linux58-tkg: 5.8.3 > linux-tkg: linux57-tkg: 5.7.17 > linux-tkg: linux54-tkg: 5.4.60 > linux-tkg: linux58/59-tkg: non-makepkg: Update versions in install.sh > linux-tkg: linux-tkg: Set CONFIG_DEBUG_INFO=n by default on non-Arch > linux-tkg: Install the TkG configuration used to the system (#49) > linux-tkg: Accept default config w/ modprobed-db. (#47) > linux-tkg: linux54/58-tkg: Config sync > mostlyportable-gcc: Fix missing _mingw_lang_args on the mingw path > mostlyportable-gcc: Update mostlyportable-gcc.sh (#8) > nvidia-all: Typo + add a "recommended" note about the dkms choice > nvidia-all: Update readme > nvidia-all: Only allow 450 series to be valid options for kernel 5.9 patch > nvidia-all: Fix 5.8-legacy patch application > vkd3d-git: Default to _fork_disable_meson="false" and remove deprecated hack > wine-tkg-git: Set mingw-w64 as make dependency > wine-tkg-git: Hotfixer: Import hotfix-rebased 8622eb326fb8120fc038e27947e61677d4124f15 (ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call.) > wine-tkg-git: Hotfixer: Update rules and custom patch for ab94abb1 and staging 663c3ba4 > wine-tkg-git: Hotfixer: Update rules and custom patch for staging 4242749b > wine-tkg-git: Hotfixer: Update rules for 13ea90d8 > wine-tkg-git: Hotfixer: Update rules for 3076d37a > wine-tkg-git: Hotfixer: Update rules
2020-08-24 06:32:01 +07:00
## Thanks to 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
2020-03-26 09:36:04 +07:00
**You can also donate to me via https://www.paypal.me/TkGlitch**