2fd8d4df94
```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 ```
15 lines
467 B
Diff
15 lines
467 B
Diff
--- a/OpenEXR/OpenEXR.pc.in 2019-09-18 03:02:06.000000000 +0200
|
|
+++ b/OpenEXR/OpenEXR.pc.in 2019-12-01 17:30:08.680721453 +0100
|
|
@@ -6,8 +6,8 @@
|
|
prefix=@prefix@
|
|
-exec_prefix=@exec_prefix@
|
|
-libdir=@libdir@
|
|
-includedir=@includedir@
|
|
-OpenEXR_includedir=@includedir@/OpenEXR
|
|
+exec_prefix=${prefix}/@exec_prefix@
|
|
+libdir=${prefix}/@libdir@
|
|
+includedir=${prefix}/@includedir@
|
|
+OpenEXR_includedir=${prefix}/@includedir@/OpenEXR
|
|
libsuffix=@LIB_SUFFIX_DASH@
|
|
|
|
Name: OpenEXR
|