[packages/wxWidgets] - fixed gtk2 bcond, unified bcon descriptions

qboosh qboosh at pld-linux.org
Fri Sep 29 17:43:00 CEST 2023


commit 13b8037531c4d359e89799f4d75d3ead96c98190
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Sep 29 17:12:08 2023 +0200

    - fixed gtk2 bcond, unified bcon descriptions

 wxWidgets.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/wxWidgets.spec b/wxWidgets.spec
index 490dadd..aafd6e1 100644
--- a/wxWidgets.spec
+++ b/wxWidgets.spec
@@ -1,13 +1,13 @@
 #
 # Conditional build:
-%bcond_with	ansi		# only unicode packages
-%bcond_with	directfb	# build wxDFB packages
-%bcond_without	gtk2		# don't build wxGTK2 packages
-%bcond_without	gtk3		# don't build wxGTK3 packages
-%bcond_with	motif		# build wxMotif packages
-%bcond_without	x11		# don't build wxX11 packages
+%bcond_with	ansi		# non-unicode packages
+%bcond_with	directfb	# wxDFB packages
+%bcond_without	gtk2		# wxGTK2 packages
+%bcond_without	gtk3		# wxGTK3 packages
+%bcond_with	motif		# wxMotif packages
+%bcond_without	x11		# wxX11 packages
 %bcond_without	sdl		# SDL sound support
-%bcond_with	debug		# build with \--enable-debug (binary incompatible with non-debug)
+%bcond_with	debug		# debug version of libraries (binary incompatible with non-debug)
 #
 Summary:	wxWidgets library
 Summary(pl.UTF-8):	Biblioteka wxWidgets
@@ -823,7 +823,7 @@ args="PYTHON=%{__python3} \
 	%{?with_sdl:--with-sdl} \
 	--with-opengl"
 
-for gui in %{?with_gtk2'--with-gtk=2'} %{?with_gtk3:'--with-gtk=3'} %{?with_motif:'--with-motif'} ; do
+for gui in %{?with_gtk2:'--with-gtk=2'} %{?with_gtk3:'--with-gtk=3'} %{?with_motif:'--with-motif'} ; do
 for unicode in %{?with_ansi:'--disable-unicode'} '--enable-unicode' ; do
 	objdir=`echo obj${gui}${unicode}|sed 's/ /_/g'`
 	mkdir -p $objdir
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/13b8037531c4d359e89799f4d75d3ead96c98190



More information about the pld-cvs-commit mailing list