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


                                                  
                                   
             
        
                                        
                        
          
                
                                                                                            

                            
                          

                                                                                                             
 
         

             


           


                                           
                                                                                                                                                                                       
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtx11extras
_pkgname=qtx11extras-everywhere-src
pkgver=5.12.9
pkgrel=0
pkgdesc="Qt 5 libraries for X11 support"
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="qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	qmake
	make
}

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

sha512sums="54f8c63b87cf91da8feb23ee4d5913dd678f5fa6a4232e776e2b9016c047960860997be9a63f04b5c9c4c753aca860b964d5e43c2b1d86c7695844ee98b19c1a  qtx11extras-everywhere-src-5.12.9.tar.xz"