7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```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
835 B
Diff
20 lines
835 B
Diff
--- a/Makefile 2019-05-13 11:17:56.000000000 +0200
|
|
+++ b/Makefile 2019-05-13 11:17:56.000000000 +0200
|
|
@@ -86,7 +86,7 @@
|
|
|
|
@if [ -f guake/paths.py.dev ]; then rm -f guake/paths.py.dev; fi
|
|
@if [ -f guake/paths.py ]; then mv guake/paths.py guake/paths.py.dev; fi
|
|
- @cp -f guake/paths.py.in guake/paths.py
|
|
+ -@cp -f guake/paths.py.in guake/paths.py
|
|
@sed -i -e 's|{{ LOCALE_DIR }}|"$(localedir)"|g' guake/paths.py
|
|
@sed -i -e 's|{{ IMAGE_DIR }}|"$(IMAGE_DIR)"|g' guake/paths.py
|
|
@sed -i -e 's|{{ GLADE_DIR }}|"$(GLADE_DIR)"|g' guake/paths.py
|
|
@@ -397,7 +397,7 @@
|
|
|
|
generate-paths:
|
|
@echo "Generating path.py..."
|
|
- @cp -f guake/paths.py.in guake/paths.py
|
|
+ -@cp -f guake/paths.py.in guake/paths.py
|
|
@# Generic
|
|
@sed -i -e 's|{{ LOGIN_DESTOP_PATH }}|""|g' guake/paths.py
|
|
@sed -i -e 's|{{ AUTOSTART_FOLDER }}|""|g' guake/paths.py
|