49cb564d14
* par is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
13 lines
519 B
Bash
13 lines
519 B
Bash
# Template file for 'pokoy'
|
|
pkgname=pokoy
|
|
version=0.2.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
|
short_desc="Daemon that helps prevent RSI and other computer related stress"
|
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/ttygde/pokoy"
|
|
distfiles="https://github.com/ttygde/pokoy/archive/v${version}.tar.gz"
|
|
checksum=ae3ee5935e503d1f48f7fc8e4df2071e9d4586a52dfe778ef643deb28ca6a22f
|