1
0
2021-01-19 00:08:59 +01:00
2019-10-27 21:13:31 +01:00
2021-01-04 23:06:03 +01:00
2021-01-19 00:08:59 +01:00

Create patch

  • diff -ruN path/to/original.file patch/to/changed.file > patch.patch
  • Open resulting patch and change header ** --- a/path/file.extension ** +++ b/path/file.extension

PKGBUILD changes

  • Add to source array
  • Add to checksum array ('SKIP')
  • Add applying of patch to build()/prepare() ** patch -p1 -i ../patch.patch

Also add package to /etc/pacman.conf -> IgnorePkg directive, as otherwise it gets overwritten during update

Upstream stats

Successfully upstreamed the following patches:

Description
Patches for stuff I didn't bother upstreaming yet or because upstream would reject them
Readme 33 KiB
Languages
Diff 100%