be5369a0cb
* fpc 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 ```
18 lines
457 B
Diff
18 lines
457 B
Diff
--- a/desktop/ida.desktop 2008-08-28 00:33:58.000000000 +0200
|
|
+++ b/desktop/ida.desktop 2008-08-28 00:33:58.000000000 +0200
|
|
@@ -1,9 +1,10 @@
|
|
[Desktop Entry]
|
|
Type=Application
|
|
-Encoding=UTF-8
|
|
Name=ida
|
|
GenericName=Image Viewer
|
|
+Comment=Image Viewer
|
|
Exec=ida %F
|
|
-Terminal=no
|
|
-Categories=Motif;Graphics;Viewer
|
|
-MimeType=image/jpeg;image/tiff;image/png
|
|
+Terminal=false
|
|
+Categories=Motif;Graphics;Viewer;
|
|
+MimeType=image/jpeg;image/tiff;image/png;
|
|
+Icon=ida
|
|
|