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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 4 15:00:44 UTC 2016


    Date: Friday, March 4, 2016 @ 16:00:43
  Author: bpiotrowski
Revision: 260812

OpenSSL 1.0.2g rebuild

Modified:
  qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 11:34:16 UTC (rev 260811)
+++ PKGBUILD	2016-03-04 15:00:43 UTC (rev 260812)
@@ -30,7 +30,7 @@
          'qt5-x11extras'
          'qt5-xmlpatterns')
 pkgver=5.5.1
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -72,6 +72,10 @@
   sed -e 's/contains(WEBENGINE_CONFIG, proprietary_codecs): //' \
       -e '/use_system_ffmpeg=0"/a GYP_ARGS += "-Duse_system_yasm=1"' \
       -i qtwebengine/src/core/gyp_run.pro
+
+  sed -i 's/libsystemd-journal/libsystemd/g' \
+    qtbase/src/corelib/global/global.pri \
+    qtbase/config.tests/unix/journald/journald.pro
 }
 
 build() {



More information about the arch-commits mailing list