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

2017-02-08 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 07:49:01
  Author: arojas
Revision: 211395

Drop qtwebkit

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-09 07:39:28 UTC (rev 211394)
+++ PKGBUILD2017-02-09 07:49:01 UTC (rev 211395)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=6
+pkgrel=7
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -19,9 +19,8 @@
 'lib32-sni-qt: StatusNotifierItem (AppIndicators) support')
 makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2} clang)
 options=('staticlibs') # libQtUiTools builds as static only FS#36606
-provides=(lib32-qtwebkit)
-replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
-conflicts=(lib32-qtwebkit lib32-qt)
+replaces=('lib32-qt<=4.8.4')
+conflicts=(lib32-qt)
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 
source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";
 "kubuntu_14_systemtrayicon.diff"
@@ -83,7 +82,7 @@
 -system-sqlite \
 -no-phonon \
 -no-phonon-backend \
--webkit \
+-no-webkit \
 -graphicssystem raster \
 -openssl-linked \
 -nomake demos \


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

2016-10-24 Thread Laurent Carlier
Date: Monday, October 24, 2016 @ 14:58:21
  Author: lcarlier
Revision: 193221

upgpkg: lib32-qt4 4.8.7-5

update dependency from lib32-libdbus to lib32-dbus, from lib32-sqlite3 to 
lib32-sqlite

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-24 14:45:37 UTC (rev 193220)
+++ PKGBUILD2016-10-24 14:58:21 UTC (rev 193221)
@@ -6,12 +6,12 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=4
+pkgrel=5
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
-depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,libdbus,openssl}
+depends=(lib32-{fontconfig,sqlite,alsa-lib,glib2,dbus,openssl}
  lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi} $_pkgbasename)
 optdepends=('lib32-libxinerama: Xinerama support'
 'lib32-libxcursor: Xcursor support'


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

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 22:32:08
  Author: bpiotrowski
Revision: 164857

OpenSSL 1.0.2g rebuild

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 21:25:27 UTC (rev 164856)
+++ PKGBUILD2016-03-04 21:32:08 UTC (rev 164857)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'


[arch-commits] Commit in lib32-qt4/trunk (PKGBUILD disable-sslv3.patch)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 22:21:20
  Author: bpiotrowski
Revision: 164854

Disable SSLv3

Added:
  lib32-qt4/trunk/disable-sslv3.patch
Modified:
  lib32-qt4/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++--
 disable-sslv3.patch |   54 ++
 2 files changed, 62 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 21:16:25 UTC (rev 164853)
+++ PKGBUILD2016-03-04 21:21:20 UTC (rev 164854)
@@ -24,12 +24,15 @@
 conflicts=(lib32-qtwebkit lib32-qt)
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 
source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";
-"kubuntu_14_systemtrayicon.diff")
+"kubuntu_14_systemtrayicon.diff"
+"disable-sslv3.patch")
 md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
- 'a523644faa8f98a73f55c4aa23c114a6')
+ 'a523644faa8f98a73f55c4aa23c114a6'
+ '1803ab6313df762d807678e58fc85f53')
 
 export CC='clang'
 export CXX='clang++'
+
 prepare() {
   cd $srcdir/$_pkgfqn
 
@@ -40,6 +43,9 @@
   # http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
   patch -p1 -i "${srcdir}"/kubuntu_14_systemtrayicon.diff
 
+  # disable SSLv3
+  patch -p1 -i "${srcdir}"/disable-sslv3.patch
+
   # some of those are likely unnecessary, but I'm too lazy to find and remove 
them
   sed -i "/^QMAKE_LINK\s/s|g++|g++ -m32|g" mkspecs/common/g++-base.conf
   sed -i "s|-O2|${CXXFLAGS} -m32|" mkspecs/common/g++-base.conf

Added: disable-sslv3.patch
===
--- disable-sslv3.patch (rev 0)
+++ disable-sslv3.patch 2016-03-04 21:21:20 UTC (rev 164854)
@@ -0,0 +1,54 @@
+diff -u -r 
qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl.cpp 
qt-everywhere-opensource-src-4.8.7-nossl3/src/network/ssl/qsslsocket_openssl.cpp
+--- qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl.cpp  
2015-05-07 16:14:44.0 +0200
 
qt-everywhere-opensource-src-4.8.7-nossl3/src/network/ssl/qsslsocket_openssl.cpp
   2016-03-04 11:29:17.119300898 +0100
+@@ -267,7 +267,11 @@
+ #endif
+ break;
+ case QSsl::SslV3:
++#ifndef OPENSSL_NO_SSL3
+ ctx = q_SSL_CTX_new(client ? q_SSLv3_client_method() : 
q_SSLv3_server_method());
++#else
++ctx = 0; // SSL 3 not supported by the system, but chosen 
deliberately -> error
++#endif
+ break;
+ case QSsl::SecureProtocols: // SslV2 will be disabled below
+ case QSsl::TlsV1SslV3: // SslV2 will be disabled below
+diff -u -r 
qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols.cpp
 
qt-everywhere-opensource-src-4.8.7-nossl3/src/network/ssl/qsslsocket_openssl_symbols.cpp
+--- 
qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols.cpp
  2015-05-07 16:14:44.0 +0200
 
qt-everywhere-opensource-src-4.8.7-nossl3/src/network/ssl/qsslsocket_openssl_symbols.cpp
   2016-03-04 11:28:52.806050135 +0100
+@@ -228,13 +228,17 @@
+ #ifndef OPENSSL_NO_SSL2
+ DEFINEFUNC(const SSL_METHOD *, SSLv2_client_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ #endif
++#ifndef OPENSSL_NO_SSL3
+ DEFINEFUNC(const SSL_METHOD *, SSLv3_client_method, DUMMYARG, DUMMYARG, 
return 0, return)
++#endif
+ DEFINEFUNC(const SSL_METHOD *, SSLv23_client_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ DEFINEFUNC(const SSL_METHOD *, TLSv1_client_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ #ifndef OPENSSL_NO_SSL2
+ DEFINEFUNC(const SSL_METHOD *, SSLv2_server_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ #endif
++#ifndef OPENSSL_NO_SSL3
+ DEFINEFUNC(const SSL_METHOD *, SSLv3_server_method, DUMMYARG, DUMMYARG, 
return 0, return)
++#endif
+ DEFINEFUNC(const SSL_METHOD *, SSLv23_server_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ DEFINEFUNC(const SSL_METHOD *, TLSv1_server_method, DUMMYARG, DUMMYARG, 
return 0, return)
+ #else
+@@ -822,13 +826,17 @@
+ #ifndef OPENSSL_NO_SSL2
+ RESOLVEFUNC(SSLv2_client_method)
+ #endif
++#ifndef OPENSSL_NO_SSL3
+ RESOLVEFUNC(SSLv3_client_method)
++#endif
+ RESOLVEFUNC(SSLv23_client_method)
+ RESOLVEFUNC(TLSv1_client_method)
+ #ifndef OPENSSL_NO_SSL2
+ RESOLVEFUNC(SSLv2_server_method)
+ #endif
++#ifndef OPENSSL_NO_SSL3
+ RESOLVEFUNC(SSLv3_server_method)
++#endif
+ RESOLVEFUNC(SSLv23_server_method)
+ RESOLVEFUNC(TLSv1_server_method)
+ RESOLVEFUNC(X509_NAME_entry_count)


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:13:33
  Author: foutrelis
Revision: 149869

C++11 ABI rebuild

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:12:18 UTC (rev 149868)
+++ PKGBUILD2015-12-07 13:13:33 UTC (rev 149869)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'


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

2015-06-06 Thread Florian Pritz
Date: Saturday, June 6, 2015 @ 10:30:10
  Author: bluewind
Revision: 134897

upgpkg: lib32-qt4 4.8.7-2

build with clang to fix skype crash FS#45204

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 08:19:20 UTC (rev 134896)
+++ PKGBUILD2015-06-06 08:30:10 UTC (rev 134897)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -17,7 +17,7 @@
 'lib32-libxcursor: Xcursor support'
 'lib32-libxfixes: Xfixes support'
 'lib32-sni-qt: StatusNotifierItem (AppIndicators) support')
-makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
+makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2} clang)
 options=('staticlibs') # libQtUiTools builds as static only FS#36606
 provides=(lib32-qtwebkit)
 replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
@@ -28,6 +28,8 @@
 md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a523644faa8f98a73f55c4aa23c114a6')
 
+export CC='clang'
+export CXX='clang++'
 prepare() {
   cd $srcdir/$_pkgfqn
 


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

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 17:11:32
  Author: bluewind
Revision: 134797

upgpkg: lib32-qt4 4.8.7-1

upstream update

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:46:06 UTC (rev 134796)
+++ PKGBUILD2015-06-04 15:11:32 UTC (rev 134797)
@@ -5,8 +5,8 @@
 
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
-pkgver=4.8.6
-pkgrel=4
+pkgver=4.8.7
+pkgrel=1
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -25,7 +25,7 @@
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 
source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";
 "kubuntu_14_systemtrayicon.diff")
-md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
+md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a523644faa8f98a73f55c4aa23c114a6')
 
 prepare() {


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:16:26
  Author: bluewind
Revision: 130839

upgpkg: lib32-qt4 4.8.6-4

lib32-libtiff rebuild

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:56:34 UTC (rev 130838)
+++ PKGBUILD2015-04-06 16:16:26 UTC (rev 130839)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.6
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:46:24
  Author: bluewind
Revision: 126852

upgpkg: lib32-qt4 4.8.6-3

fix optdep

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:30:14 UTC (rev 126851)
+++ PKGBUILD2015-01-31 11:46:24 UTC (rev 126852)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -16,7 +16,7 @@
 optdepends=('lib32-libxinerama: Xinerama support'
 'lib32-libxcursor: Xcursor support'
 'lib32-libxfixes: Xfixes support'
-'sni-qt: StatusNotifierItem (AppIndicators) support')
+'lib32-sni-qt: StatusNotifierItem (AppIndicators) support')
 makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
 options=('staticlibs') # libQtUiTools builds as static only FS#36606
 provides=(lib32-qtwebkit)


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

2014-04-28 Thread Florian Pritz
Date: Monday, April 28, 2014 @ 21:29:04
  Author: bluewind
Revision: 110393

upgpkg: lib32-qt4 4.8.6-1

upstream update

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-28 19:17:32 UTC (rev 110392)
+++ PKGBUILD2014-04-28 19:29:04 UTC (rev 110393)
@@ -5,8 +5,8 @@
 
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
-pkgver=4.8.5
-pkgrel=6
+pkgver=4.8.6
+pkgrel=1
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -23,7 +23,7 @@
 conflicts=(lib32-qtwebkit lib32-qt)
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 
source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";)
-md5sums=('1864987bdbb2f58f8ae8b350dfdbe133')
+md5sums=('2edbe4d6c2eff33ef91732602f3518eb')
 
 prepare() {
   cd $srcdir/$_pkgfqn



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

2013-11-11 Thread Florian Pritz
Date: Monday, November 11, 2013 @ 20:09:14
  Author: bluewind
Revision: 100839

upgpkg: lib32-qt4 4.8.5-6

readd static libs

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 19:09:12 UTC (rev 100838)
+++ PKGBUILD2013-11-11 19:09:14 UTC (rev 100839)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.5
-pkgrel=4
+pkgrel=6
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -17,7 +17,7 @@
 'lib32-libxcursor: Xcursor support'
 'lib32-libxfixes: Xfixes support')
 makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
-options=('!libtool')
+options=('staticlibs') # libQtUiTools builds as static only FS#36606
 provides=(lib32-qtwebkit)
 replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
 conflicts=(lib32-qtwebkit lib32-qt)



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

2013-11-02 Thread Florian Pritz
Date: Saturday, November 2, 2013 @ 12:08:28
  Author: bluewind
Revision: 100331

upgpkg: lib32-qt4 4.8.5-4

icu rebuild; remove static libs

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:06:06 UTC (rev 100330)
+++ PKGBUILD2013-11-02 11:08:28 UTC (rev 100331)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'



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

2013-08-24 Thread Florian Pritz
Date: Saturday, August 24, 2013 @ 22:48:09
  Author: bluewind
Revision: 96311

upgpkg: lib32-qt4 4.8.5-3

fix FS#36606

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-24 20:06:01 UTC (rev 96310)
+++ PKGBUILD2013-08-24 20:48:09 UTC (rev 96311)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -69,7 +69,6 @@
 -nomake demos \
 -nomake examples \
 -nomake docs \
--nomake tools \
 -optimized-qmake \
 -no-rpath \
 -dbus-linked \



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

2013-08-17 Thread Florian Pritz
Date: Saturday, August 17, 2013 @ 15:00:03
  Author: bluewind
Revision: 95830

libmng rebuild

upgpkg: lib32-qt4 4.8.5-2

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-17 12:17:24 UTC (rev 95829)
+++ PKGBUILD2013-08-17 13:00:03 UTC (rev 95830)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'



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

2013-07-07 Thread Florian Pritz
Date: Sunday, July 7, 2013 @ 18:18:30
  Author: bluewind
Revision: 93626

upgpkg: lib32-qt4 4.8.5-1

upstream update

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-07 16:14:57 UTC (rev 93625)
+++ PKGBUILD2013-07-07 16:18:30 UTC (rev 93626)
@@ -5,8 +5,8 @@
 
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
-pkgver=4.8.4
-pkgrel=5
+pkgver=4.8.5
+pkgrel=1
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -22,10 +22,10 @@
 replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
 conflicts=(lib32-qtwebkit lib32-qt)
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";)
-md5sums=('89c5ecba180cae74c66260ac732dc5cb')
+source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";)
+md5sums=('1864987bdbb2f58f8ae8b350dfdbe133')
 
-build() {
+prepare() {
   cd $srcdir/$_pkgfqn
 
   export QT4DIR=$srcdir/$_pkgfqn
@@ -44,7 +44,14 @@
   -e "/^QMAKE_LINK\s/s|g++|g++ -m32|g" \
   -e "/^QMAKE_LFLAGS\s/s|+=|+= $LDFLAGS|g" \
   -i mkspecs/common/g++.conf
+}
 
+build() {
+  cd $srcdir/$_pkgfqn
+  export QT4DIR=$srcdir/$_pkgfqn
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
   ./configure -confirm-license -opensource -v -platform linux-g++-32 \
 -prefix /usr \
 -libdir /usr/lib32 \



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

2013-04-30 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 18:12:37
  Author: foutrelis
Revision: 89630

upgpkg: lib32-qt4 4.8.4-5

libpng 1.6 rebuild.

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 15:37:06 UTC (rev 89629)
+++ PKGBUILD2013-04-30 16:12:37 UTC (rev 89630)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.4
-pkgrel=4
+pkgrel=5
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:35:20
  Author: bluewind
Revision: 85182

upgpkg: lib32-qt4 4.8.4-4

sync with extra qt

Modified:
  lib32-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:22:27 UTC (rev 85181)
+++ PKGBUILD2013-02-27 15:35:20 UTC (rev 85182)
@@ -21,7 +21,7 @@
 provides=(lib32-qtwebkit)
 replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
 conflicts=(lib32-qtwebkit lib32-qt)
-_pkgfqn="${_pkgbasename}-everywhere-opensource-src-${pkgver}"
+_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";)
 md5sums=('89c5ecba180cae74c66260ac732dc5cb')