1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
9 url='https://www.qt.io'
10 license=('GPL3' 'LGPL3' 'FDL' 'custom')
11 pkgdesc='Provides access to hardware and virtual serial ports'
15 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
16 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
17 sha256sums=('59c559d748417306bc1b2cf2315c1e63eed011ace38ad92946af71f23e2ef79d')
32 make INSTALL_ROOT="$pkgdir" install
34 # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
35 find "$pkgdir/usr/lib" -type f -name '*.prl' \
36 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
38 install -d "$pkgdir"/usr/share/licenses
39 ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}