4b97cd2fb4
```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 ```
20 lines
520 B
Diff
20 lines
520 B
Diff
--- a/src/gui/src/ScreenSetupView.h 2019-06-09 19:16:38.358110544 +0200
|
|
+++ b/src/gui/src/ScreenSetupView.h 2019-06-09 19:16:53.268001862 +0200
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <QTableView>
|
|
#include <QFlags>
|
|
+#include <QHeaderView>
|
|
|
|
#include "Screen.h"
|
|
|
|
--- a/src/gui/src/ActionDialog.h 2019-06-09 19:17:32.518715748 +0200
|
|
+++ b/src/gui/src/ActionDialog.h 2019-06-09 19:17:50.508584615 +0200
|
|
@@ -21,6 +21,7 @@
|
|
#define ACTIONDIALOG_H
|
|
|
|
#include <QDialog>
|
|
+#include <QButtonGroup>
|
|
|
|
#include "ui_ActionDialogBase.h"
|
|
|