7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```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 ```
19 lines
542 B
Bash
19 lines
542 B
Bash
# Template file for 'gcolor2'
|
|
pkgname=gcolor2
|
|
version=0.4
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config perl-XML-Parser"
|
|
makedepends="gtk+-devel"
|
|
short_desc="Simple GTK+2 color selector"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://gcolor2.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=89bd6c6d27ba5a679ec60057de8497855072f520515b490e5986fc3509774f23
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_extract() {
|
|
sed -i 's/\[:space:\]/[&]/g' configure
|
|
}
|