[packages/kdegames] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:30:38 CEST 2025
commit dd5d8819612a6377ebeff3dfd5cdd5eacf4e3fc6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:30:21 2025 +0200
Fix applying patches.
kdegames.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kdegames.spec b/kdegames.spec
index 87269d8..0a9bc59 100644
--- a/kdegames.spec
+++ b/kdegames.spec
@@ -750,10 +750,10 @@ Jogo de cartas Lieutenant Skat para KDE
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
for f in $(find -name '*.desktop'); do
if grep -q '\[ven\]' $f; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kdegames.git/commitdiff/dd5d8819612a6377ebeff3dfd5cdd5eacf4e3fc6
More information about the pld-cvs-commit
mailing list