[packages/kdetoys] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:31:54 CEST 2025


commit 802bb143e27c798c805d11a795153da3a27afb68
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:31:38 2025 +0200

    Fix applying patches.

 kdetoys.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kdetoys.spec b/kdetoys.spec
index 2fc576c..d488f89 100644
--- a/kdetoys.spec
+++ b/kdetoys.spec
@@ -207,10 +207,10 @@ Aplikacja i aplet kickera pokazująca długość dnia na całym świecie.
 
 %prep
 %setup -q
-%patch100 -p0
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P100 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 for f in $(find . -name '*.desktop'); do
 	if grep -q '\[ven\]' $f; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kdetoys.git/commitdiff/802bb143e27c798c805d11a795153da3a27afb68



More information about the pld-cvs-commit mailing list