Date: Thursday, March 29, 2018 @ 16:03:22 Author: svenstaro Revision: 320614
upgpkg: qbs 1.11.0-2 Install missing headers Modified: qbs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-29 14:22:51 UTC (rev 320613) +++ PKGBUILD 2018-03-29 16:03:22 UTC (rev 320614) @@ -5,7 +5,7 @@ pkgname=qbs pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc='Cross platform build tool' arch=(x86_64) url='https://wiki.qt.io/Qbs' @@ -26,4 +26,8 @@ package() { cd $pkgname-src-$pkgver INSTALL_ROOT="$pkgdir" make install + + # For some reason they don't install all the headers so we'll have to do that + # by hand. + cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/ }
