[packages/splay] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:05:38 CEST 2025
commit fcd0ae01a969787f83dc9adb7df794eab0b6c8b4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:05:22 2025 +0200
Fix applying patches.
splay.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/splay.spec b/splay.spec
index 80ee436..7d3138b 100644
--- a/splay.spec
+++ b/splay.spec
@@ -39,9 +39,9 @@ Oparty o Qt interfejs pod X do programu splay.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# MOC files for old qt - need regeneration
rm -f apps/moc_*.cc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/splay.git/commitdiff/fcd0ae01a969787f83dc9adb7df794eab0b6c8b4
More information about the pld-cvs-commit
mailing list