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

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


    Date: Sunday, July 12, 2009 @ 10:08:50
  Author: pierre
Revision: 45520

upgpkg: qt 4.5.2-3
    add gtk2 makedepends; enable optional features explicitly; fixes FS#15485

Modified:
  qt/trunk/PKGBUILD

----------+
 PKGBUILD |   33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-12 14:03:35 UTC (rev 45519)
+++ PKGBUILD	2009-07-12 14:08:50 UTC (rev 45520)
@@ -3,16 +3,16 @@
 
 pkgname=qt
 pkgver=4.5.2
-pkgrel=2
-_kdeqtver=766bf1d15ff245e186aae19b9152c0506125ec2f
+pkgrel=3
+_kdeqtver=2d1727e396d5dca24ae0fb6a45d35ffc1abd0c12
 pkgdesc='A cross-platform application and UI framework'
 arch=('i686' 'x86_64')
 url='http://www.qtsoftware.com/'
 license=('GPL3' 'LGPL')
-depends=('libpng' 'mesa' 'fontconfig' 'libtiff>=3.8.2-5' 'libmng>=1.0.10-2' 'sqlite3' \
+depends=('libpng' 'mesa' 'fontconfig' 'libtiff>=3.8.2-5' 'libmng>=1.0.10-2' 'sqlite3'
          'libxrandr' 'glib2' 'libxi' 'dbus' 'libxcursor' 'libxinerama' 'libxrender')
 optdepends=('postgresql-libs' 'libmysqlclient' 'unixodbc')
-makedepends=('inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'libxfixes')
+makedepends=('inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'libxfixes' 'gtk2')
 provides=("qt4=${pkgver}")
 replaces=('qt4')
 conflicts=('qt4')
@@ -23,7 +23,7 @@
         'assistant.desktop' 'designer.desktop' 'linguist.desktop' 'qtconfig.desktop'
         'qdoc3.patch')
 md5sums=('28a7e8ac9805a6f614d2a27ee1a6ac9d'
-         '69f190301a06e87b77d00da6422e0ba5'
+         '4b333add3031f59538629b35858178d9'
          'b352b4b70faba2571af3fce5d119580a'
          '491a96682faa03407f768a53cca71db5'
          'cda7ed7e132689991dc2968a0043b4b0'
@@ -64,7 +64,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 \
@@ -73,16 +72,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 \
+		-no-phonon \
+		-svg \
+		-webkit \
+		-scripttools \
+		-system-zlib \
+		-system-libtiff \
+		-system-libpng \
+		-system-libmng \
+		-system-libjpeg \
 		-openssl-linked \
 		-nomake demos \
 		-nomake examples \
 		-nomake docs \
-		-no-phonon \
+		-no-rpath \
+		-silent \
 		-optimized-qmake \
-		-reduce-relocations
+		-dbus \
+		-reduce-relocations \
+		-no-separate-debug-info \
+		-gtkstyle \
+		-opengl \
+		-glib
 
 	make
 	make INSTALL_ROOT=$pkgdir install




More information about the arch-commits mailing list