[packages/guake] - use patch -P

baggins baggins at pld-linux.org
Tue Mar 11 14:09:23 CET 2025


commit 74d9169a953ef8fcbff8e6e783ded72a5387a8a3
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Mar 11 13:21:13 2025 +0100

    - use patch -P

 guake.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index d4dfc7f..3d9e9a8 100644
--- a/guake.spec
+++ b/guake.spec
@@ -12,24 +12,24 @@ Patch1:		dont_try_compile_schemas.patch
 Patch2:		dont_use_pip_to_build.patch
 Patch3:		fix_manpage_name.patch
 URL:		http://guake.org/
-BuildRequires:	glib2
 BuildRequires:	gettext-tools
+BuildRequires:	glib2
 BuildRequires:	intltool >= 0.35
 BuildRequires:	pkgconfig
-BuildRequires:	python3-pygobject3-devel
-BuildRequires:	python3-setuptools
 BuildRequires:	python3-pbr
 BuildRequires:	python3-pip
+BuildRequires:	python3-pygobject3-devel
 BuildRequires:	python3-reno
+BuildRequires:	python3-setuptools
 BuildRequires:	python3-sphinxcontrib-programoutput
 BuildRequires:	python3-wheel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sed >= 4.0
 Requires(post,postun):	desktop-file-utils
 Requires:	dbus(org.freedesktop.Notifications)
-Requires:	python3-pygobject3
 Requires:	python3-notify2
 Requires:	python3-pbr
+Requires:	python3-pygobject3
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,10 +43,10 @@ przycisk aby go wywołać i nacisnąć ponownie by schować.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
+%patch -P 2 -p1
+%patch -P 3 -p1
 
 %build
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guake.git/commitdiff/74d9169a953ef8fcbff8e6e783ded72a5387a8a3



More information about the pld-cvs-commit mailing list