summaryrefslogblamecommitdiff
path: root/user/qt5-qtpositioning/APKBUILD
blob: b25f7df99d7f51f8888e9d69b4cc0129d75e9a6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                  

                              
        
                                       
                        

                
                                                                                            
          
                                    
                          

                                                                                                                            

         

                           
                                                   






                         


                                           
                                                                                                                                                                                                 
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtpositioning
_pkgname=qtlocation-everywhere
pkgver=5.15.4
pkgrel=0
pkgdesc="Geolocation services for Qt 5"
url="https://www.qt.io/"
arch="all"
options="!check"
license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends=""
makedepends="icu-dev qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-src-$pkgver

build() {
	qmake
	# too memory hungry
	if [ -z "$JOBS" ] || [ $JOBS -gt 16 ]; then
		make -j16
	else
		make
	fi
}

package() {
	make install INSTALL_ROOT="$pkgdir"
}

sha512sums="6208052d6ac173d19dc77496d8108558e7f31696dc5792fcbbeef2029539db76a60c5a51a7d198f54ea6c0ec23977a57cd8c8f8fa80fe5eac9528d2510c3dbb3  qtlocation-everywhere-opensource-src-5.15.4.tar.xz"