[packages/gdome2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:41:14 CEST 2025
commit 86f1b1fc6337ee0cbb4289a3e47655ac717913e6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:40:59 2025 +0200
Fix applying patches.
gdome2.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdome2.spec b/gdome2.spec
index eb828ec..1095ee8 100644
--- a/gdome2.spec
+++ b/gdome2.spec
@@ -138,11 +138,11 @@ Dokumentacja API biblioteki gdome2.
%prep
%setup -q
-%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
# disable glib 1.x in order to force 2.x
echo 'AM_DEFUN([AM_PATH_GLIB], [$3])' >> acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gdome2.git/commitdiff/86f1b1fc6337ee0cbb4289a3e47655ac717913e6
More information about the pld-cvs-commit
mailing list