49cb564d14
* par 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 ```
10 lines
429 B
Diff
10 lines
429 B
Diff
--- a/login-sessions/plasmax11.desktop.cmake 2020-05-14 12:53:54.000000000 +0200
|
|
+++ b/login-sessions/plasmax11.desktop.cmake 2020-05-14 12:53:54.000000000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
[Desktop Entry]
|
|
Type=XSession
|
|
-Exec=${CMAKE_INSTALL_FULL_BINDIR}/startplasma-x11
|
|
+Exec=dbus-launch --exit-with-session ${CMAKE_INSTALL_FULL_BINDIR}/startplasma-x11
|
|
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasma-x11
|
|
DesktopNames=KDE
|
|
Name=Plasma
|