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

Antonio Rojas arojas at archlinux.org
Fri May 5 18:08:26 UTC 2017


    Date: Friday, May 5, 2017 @ 18:08:26
  Author: arojas
Revision: 295327

Workaround missing private include dirs in cmake files (FS#48786)

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-05 17:54:39 UTC (rev 295326)
+++ PKGBUILD	2017-05-05 18:08:26 UTC (rev 295327)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -42,6 +42,9 @@
   # Use python2 for Python 2.x
   find . -name '*.py' -exec sed -i \
     's|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
+  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i mkspecs/features/create_cmake.prf
 }
 
 build() {



More information about the arch-commits mailing list