[packages/phantomjs/dev-2.1] disable more qt features

glen glen at pld-linux.org
Fri Mar 25 08:50:21 CET 2016


commit 48083e57d27f001d80b82c9981d21bd31d0ec733
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Mar 25 00:03:28 2016 +0200

    disable more qt features
    
    ... which i think are not needed. it stil compiles.

 phantomjs.spec | 37 ++++++++++++++++++++++++++++---------
 1 file changed, 28 insertions(+), 9 deletions(-)
---
diff --git a/phantomjs.spec b/phantomjs.spec
index a4a47b6..52f98ab 100644
--- a/phantomjs.spec
+++ b/phantomjs.spec
@@ -9,7 +9,7 @@
 Summary:	Headless WebKit with a JavaScript API
 Name:		phantomjs
 Version:	2.1.1
-Release:	0.5
+Release:	0.6
 License:	BSD
 Group:		Applications/Networking
 Source0:	https://github.com/ariya/phantomjs/archive/%{version}/%{name}-%{version}.tar.gz
@@ -147,15 +147,22 @@ qtconfig() {
 }
 qtconfig=" \
 	-v \
+	-accessibility \
+	-fontconfig \
 	-force-pkg-config \
-	-system-freetype \
-	-system-libjpeg \
-	-system-libpng \
-	-system-pcre \
-	-system-sqlite \
-	-system-xcb \
-	-system-xkbcommon \
-	-system-zlib \
+	-gtkstyle \
+	-largefile \
+	-libproxy \
+	-no-directfb \
+	-no-eglfs \
+	-no-glib \
+	-no-gstreamer \
+	-no-gtkstyle \
+	-no-icu \
+	-no-journald \
+	-no-kms \
+	-no-linuxfb \
+	-no-mtdev \
 	-no-sql-db2 \
 	-no-sql-ibase \
 	-no-sql-mysql \
@@ -165,6 +172,18 @@ qtconfig=" \
 	-no-sql-sqlite \
 	-no-sql-sqlite2 \
 	-no-sql-tds \
+	-openssl \
+	-system-freetype \
+	-system-harfbuzz \
+	-system-libjpeg \
+	-system-libpng \
+	-system-pcre \
+	-system-proxies \
+	-system-sqlite \
+	-system-xcb \
+	-system-xkbcommon-x11 \
+	-system-zlib \
+	-xkbcommon-evdev \
 "
 %{__python} build.py \
 	$(qtconfig $qtconfig) \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phantomjs.git/commitdiff/48083e57d27f001d80b82c9981d21bd31d0ec733



More information about the pld-cvs-commit mailing list