a03d116397
```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 ```
12 lines
283 B
Diff
12 lines
283 B
Diff
diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
|
|
index c142a7a..58fcf2e 100644
|
|
--- a/src/gtk/StockIcons.h
|
|
+++ b/src/gtk/StockIcons.h
|
|
@@ -18,7 +18,7 @@
|
|
#if !defined (__STOCK_ICONS_H__)
|
|
#define __STOCK_ICONS_H__
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|