[packages/kdeedu] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:30:34 CEST 2025
commit e14daa7aec8ba6d007daa4d6947ce447de3c9b48
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:30:18 2025 +0200
Fix applying patches.
kdeedu.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kdeedu.spec b/kdeedu.spec
index 616ea01..b822a40 100644
--- a/kdeedu.spec
+++ b/kdeedu.spec
@@ -588,9 +588,9 @@ Biblioteka Voctrain.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Education;Science;Chemistry;/' \
./kalzium/src/kalzium.desktop
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kdeedu.git/commitdiff/e14daa7aec8ba6d007daa4d6947ce447de3c9b48
More information about the pld-cvs-commit
mailing list