ae69000001
* arduino and antiword 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 ```
9 lines
248 B
Diff
9 lines
248 B
Diff
--- a/actiona.pro 2015-06-22 17:22:46.000000000 +0200
|
|
+++ b/actiona.pro 2015-10-08 12:08:09.582973444 +0200
|
|
@@ -1,5 +1,6 @@
|
|
TEMPLATE = subdirs
|
|
CONFIG = ordered
|
|
+DEFINES = ACT_NO_UPDATER
|
|
|
|
unix:!mac {
|
|
!system(pkg-config --exists 'x11') {
|