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 ```
14 lines
308 B
Diff
14 lines
308 B
Diff
They are in the wrong order.
|
|
|
|
--- a/libappstream-glib/as-utils.c
|
|
+++ b/libappstream-glib/as-utils.c
|
|
@@ -34,8 +34,8 @@
|
|
|
|
#include <fnmatch.h>
|
|
#include <string.h>
|
|
-#include <archive_entry.h>
|
|
#include <archive.h>
|
|
+#include <archive_entry.h>
|
|
#include <libsoup/soup.h>
|
|
#include <stdlib.h>
|
|
#include <uuid.h>
|