[Pkg-kde-commits] rev 1291 - trunk/packages/qt-x11-free/debian

Adeodato Simó adeodato@costa.debian.org
Wed, 13 Jul 2005 14:26:29 +0000


Author: adeodato
Date: 2005-07-13 14:26:23 +0000 (Wed, 13 Jul 2005)
New Revision: 1291

Modified:
   trunk/packages/qt-x11-free/debian/rules
Log:
Resort the configure options, and add some of them. Configure output
remains constant. Double checked.


Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2005-07-13 14:07:56 UTC (rev 1290)
+++ trunk/packages/qt-x11-free/debian/rules	2005-07-13 14:26:23 UTC (rev 1291)
@@ -38,11 +38,34 @@
 		-docdir		"/usr/share/qt3/doc"		\
 		-plugindir	"/usr/lib/qt3/plugins"		\
 		-translationdir	"/usr/share/qt3/translations"	\
-								\
+						\
+		-release			\
+		-shared				\
+		-fast				\
+		-no-exceptions			\
+		-platform linux-g++		\
+						\
+		-nis				\
+		-no-pch				\
+		-cups				\
+		-stl				\
+		-ipv6				\
+						\
+		-sm				\
+		-xshape				\
+		-xinerama			\
+		-xcursor			\
+		-xrandr				\
+		-xrender			\
+		-xft				\
+		-no-tablet			\
+		-xkb				\
+						\
 		-system-zlib			\
 		-system-libpng			\
 		-system-libmng			\
 		-system-libjpeg			\
+		-system-nas-sound		\
 						\
 		-qt-gif				\
 		-qt-imgfmt-png			\
@@ -60,19 +83,8 @@
 		-I`pg_config --includedir`	\
 						\
 		-lfontconfig			\
-						\
-		-stl				\
-		-xinerama			\
-		-xrandr				\
-		-system-nas-sound		\
-		-cups				\
-		-xft				\
-		-xcursor			\
-		-sm				\
-		-no-exceptions			\
-		-platform linux-g++		\
-		-fast				\
 		# End of CONFIGURE_OPTS
+		# TODO: Styles as plugins?
 
 ifneq ($(DEB_BUILD_GNU_CPU),i386)
 	CONFIGURE_OPTS += -no-sql-ibase