[arch-commits] Commit in qt/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jul 12 14:12:52 UTC 2009


    Date: Sunday, July 12, 2009 @ 10:12:52
  Author: pierre
Revision: 45525

merge changes from trunk

Modified:
  qt/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-12 14:12:14 UTC (rev 45524)
+++ PKGBUILD	2009-07-12 14:12:52 UTC (rev 45525)
@@ -12,7 +12,7 @@
 depends=('libpng' 'mesa' 'fontconfig' 'libtiff>=3.8.2-5' 'libmng>=1.0.10-2' 'sqlite3' 'xdg-utils'
          'libxrandr' 'glib2' 'libxi' 'dbus' 'libxcursor' 'libxinerama' 'libxrender' 'gstreamer0.10-base-plugins')
 optdepends=('postgresql-libs' 'libmysqlclient' 'unixodbc')
-makedepends=('inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'libxfixes')
+makedepends=('inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'libxfixes' 'gtk2')
 install=qt.install
 provides=("qt4=${pkgver}" 'phonon')
 replaces=('qt4' 'phonon')
@@ -72,7 +72,6 @@
 	sed -i "/^QMAKE_RPATH/s| -Wl,-rpath,||g" mkspecs/common/g++.conf
 
 	./configure -confirm-license -opensource \
-		-silent \
 		-prefix /usr \
 		-sysconfdir /etc \
 		-plugindir /usr/lib/qt/plugins \
@@ -81,16 +80,32 @@
 		-docdir /usr/share/doc/qt \
 		-examplesdir /usr/share/doc/qt/examples \
 		-demosdir /usr/share/doc/qt/demos \
-		-no-separate-debug-info \
+		-largefile \
 		-plugin-sql-{psql,mysql,sqlite,odbc} \
 		-system-sqlite \
+		-xmlpatterns \
+		-phonon \
+		-svg \
+		-webkit \
+		-scripttools \
+		-system-zlib \
+		-system-libtiff \
+		-system-libpng \
+		-system-libmng \
+		-system-libjpeg \
 		-openssl-linked \
 		-nomake demos \
 		-nomake examples \
 		-nomake docs \
-		-phonon \
+		-no-rpath \
+		-silent \
 		-optimized-qmake \
-		-reduce-relocations
+		-dbus \
+		-reduce-relocations \
+		-no-separate-debug-info \
+		-gtkstyle \
+		-opengl \
+		-glib
 	make
 }
 




More information about the arch-commits mailing list