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

Florian Pritz bluewind at archlinux.org
Sat Jun 6 08:30:11 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-06-06 08:19:20 UTC (rev 134896)
+++ PKGBUILD	2015-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
 



More information about the arch-commits mailing list