nix-config/.PKGBUILDs
Donovan Glover a6687d45e0
PKGBUILDs: Add sources
Here are the source files I package with my PKGBUILDs. The tari-scripts
directory features some color scripts from around the web. tari-urxvt
contains patches for urxvt, tari-util houses launch.c, and tari-web is
where my mozilla.cfg is located.
2018-11-12 22:03:37 -05:00
..
tari-core meta: Add PKGBUILDs 2018-11-12 21:32:28 -05:00
tari-dev meta: Add PKGBUILDs 2018-11-12 21:32:28 -05:00
tari-scripts PKGBUILDs: Add sources 2018-11-12 22:03:37 -05:00
tari-urxvt PKGBUILDs: Add sources 2018-11-12 22:03:37 -05:00
tari-util PKGBUILDs: Add sources 2018-11-12 22:03:37 -05:00
tari-web PKGBUILDs: Add sources 2018-11-12 22:03:37 -05:00
README.md meta: Add PKGBUILDs 2018-11-12 21:32:28 -05:00

PKGBUILDs

Here are the PKGBUILDs I use to replicate my Arch Linux rice. muya.spec is used to mimmic my entire Fedora setup. Change it as you see fit, or simply use what I use.

Troubleshooting

dnf: Remove unused dependencies

Unlike pacman, dnf will only remove unused dependencies if you use dnf autoremove.

pacman: Invalid or corrupted package (PGP signature)

This happens when the keys used to sign packages have changed. Use pacman-key --populate to fetch new keys, followed by --refresh-keys to update any existing keys.