765e304c4b
```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 ```
11 lines
336 B
Diff
11 lines
336 B
Diff
--- a/src/ui/theme.c 2015-05-13 18:52:13.340057387 +0200
|
|
+++ b/src/ui/theme.c 2015-05-13 18:55:30.469306867 +0200
|
|
@@ -60,7 +60,8 @@
|
|
#include <gtk/gtk.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#define __USE_XOPEN
|
|
+#define _XOPEN_SOURCE
|
|
#include <math.h>
|
|
|
|
#define GDK_COLOR_RGBA(color) \
|