aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qt5-x11extras/APKBUILD
blob: 3fe60ad2fd233d95b8fa0716995e7a288be60916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=qt5-x11extras
pkgver=5.6.2
pkgrel=1
pkgdesc="Provides platform-specific APIs for X11"
url="http://qt-project.org/"
arch="all"
license="GPL3"
depends=""
depends_dev=""
makedepends="$depends_dev qt5-qtbase-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"