From 344a93722265afabe64db1717946a34e7e1abb67 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 May 2018 11:21:24 +0000 Subject: community/qt5-qt[various]: move from testing --- community/qt5-qtlocation/APKBUILD | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 community/qt5-qtlocation/APKBUILD (limited to 'community/qt5-qtlocation') diff --git a/community/qt5-qtlocation/APKBUILD b/community/qt5-qtlocation/APKBUILD new file mode 100644 index 0000000000..783e094797 --- /dev/null +++ b/community/qt5-qtlocation/APKBUILD @@ -0,0 +1,43 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=qt5-qtlocation +_pkgname=${pkgname/qt5-//}-everywhere-src +pkgver=5.10.1 +_ver=${pkgver/_/-} +_ver=${_ver/beta0/beta} +_ver=${_ver/rc0/rc} +_V=${_ver/rc/RC} +pkgrel=0 +pkgdesc="Qt5 - Location component" +url="http://qt-project.org/" +arch="all" +license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" +options="!check" # upstream does not provide check +makedepends="qt5-qtbase-dev" +subpackages="$pkgname-dev" + +case $pkgver in +*_beta*|*_rc*) _rel=development_releases;; +*) _rel=official_releases;; +esac +source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/$_pkgname-$_V.tar.xz" + +builddir="$srcdir"/$_pkgname-${_V%-*} + +prepare() { + default_prepare + cd "$builddir" + mkdir -p build +} + +build() { + cd "$builddir"/build + qmake-qt5 .. + make +} + +package() { + cd "$builddir"/build + make INSTALL_ROOT="$pkgdir" install +} +sha512sums="c804de1026d8fd1d98aae2d8ac9e9383414f3d3316637463a059c2ed56e39d66d48126a2ad421df1a747cb4629fa4520a0ff18f56a5597fb6f73e8da7352fa0d qtlocation-everywhere-src-5.10.1.tar.xz" -- cgit v1.2.3