void-packages/srcpkgs/QLC+/patches/include-types.patch
Đoàn Trần Công Danh ec4c2d75fa srcpkgs/[A-Z]*: convert patches to -Np1
```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
```
2021-06-20 13:17:29 +07:00

14 lines
333 B
Diff

--- a/plugins/velleman/src/velleman_mock.cpp 2020-07-05 16:57:25.002161999 -0700
+++ b/plugins/velleman/src/velleman_mock.cpp 2020-07-05 16:58:10.053165244 -0700
@@ -18,9 +18,7 @@
*/
#include <stdlib.h>
-#if defined(WIN32) || defined(Q_OS_WIN)
-# include <stdint.h> // int32_t
-#endif
+#include <stdint.h>
extern "C"
{