[packages/kdebindings] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:30:18 CEST 2025
commit 94025f0771c6c819a10f2cc7ebb7997e3690a93a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:30:01 2025 +0200
Fix applying patches.
kdebindings.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/kdebindings.spec b/kdebindings.spec
index 096818d..64bbbd5 100644
--- a/kdebindings.spec
+++ b/kdebindings.spec
@@ -404,11 +404,11 @@ Przykładowe wykorzystanie technologii XParts: notatnik.
%prep
%setup -q
#%patch100 -p1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
# dont build pyQt and pyKDE since we build it from a separate spec
echo 'DO_NOT_COMPILE="$DO_NOT_COMPILE python"' > python/configure.in.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kdebindings.git/commitdiff/94025f0771c6c819a10f2cc7ebb7997e3690a93a
More information about the pld-cvs-commit
mailing list