# Contributor: Carlo Landmeter # Maintainer: pkgname=qt5-x11extras pkgver=5.6.2 pkgrel=0 pkgdesc="Provides platform-specific APIs for X11" url="http://qt-project.org/" arch="all" license="GPL3" depends="qt5-qtbase-dev" depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" source="http://download.qt.io/official_releases/qt/5.6/$pkgver/submodules/qtx11extras-opensource-src-$pkgver.tar.xz" builddir="$srcdir/qtx11extras-opensource-src-$pkgver" build() { cd "$builddir" mkdir build && cd build qmake-qt5 .. || return 1 make || return 1 } package() { cd "$builddir"/build make INSTALL_ROOT="$pkgdir" install || return 1 } md5sums="0975dc74a5b8ea9e74f31a9aae36e340 qtx11extras-opensource-src-5.6.2.tar.xz" sha256sums="71ffde1cfaeec310677b69ecd16cb5992e8885cf3e73b4cec7d6e7a115b40ced qtx11extras-opensource-src-5.6.2.tar.xz" sha512sums="52158b0de2d30ad629e066b34dff0665a70cb9ab895773f3bc129c15ca8072b82ec6759f4d7b9f5d893355e28f1a916a015c6726db289845d1854f9544336f31 qtx11extras-opensource-src-5.6.2.tar.xz"