dd9d4a1979
```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 ```
10 lines
297 B
Diff
10 lines
297 B
Diff
--- a/src/start_kdeinit/start_kdeinit.c.orig 2016-12-05 13:14:54.587791669 +0400
|
|
+++ b/src/start_kdeinit/start_kdeinit.c 2016-12-05 13:15:35.196844455 +0400
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <config-kdeinit.h>
|
|
|
|
+#define _POSIX_SOURCE
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <signal.h>
|