[packages/dotnet-gtksourceview-sharp] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:18:26 CEST 2025
commit c965bafc8938135dfb711fd8170b2ff443ffbcf0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:18:11 2025 +0200
Fix applying patches.
dotnet-gtksourceview-sharp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dotnet-gtksourceview-sharp.spec b/dotnet-gtksourceview-sharp.spec
index 8132de4..131a610 100644
--- a/dotnet-gtksourceview-sharp.spec
+++ b/dotnet-gtksourceview-sharp.spec
@@ -53,8 +53,8 @@ Część GtkSourceView# przeznaczona dla programistów.
%prep
%setup -q -n gtksourceview-sharp-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i -e 's/`monodoc --get-sourcesdir`/$(DESTDIR)&/' doc/Makefile.am
sed -i -e 's/apidir = $(DESTDIR)@gtk/apidir = @gtk/' gtksourceview/makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dotnet-gtksourceview-sharp.git/commitdiff/c965bafc8938135dfb711fd8170b2ff443ffbcf0
More information about the pld-cvs-commit
mailing list