mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5-webkit to 5.7.0-3
This commit is contained in:
parent
1a3c8ea895
commit
2375628164
1 changed files with 5 additions and 4 deletions
|
@ -10,13 +10,13 @@
|
|||
pkgname=qt5-webkit
|
||||
_qtver=5.7.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
|
||||
depends=('qt5-location' 'qt5-sensors' 'qt5-webchannel' 'libwebp' 'libxslt' 'libxcomposite' 'gst-plugins-base')
|
||||
makedepends=('ruby' 'gperf' 'python2' 'icu')
|
||||
makedepends=('ruby' 'gperf' 'python2' 'icu' 'qt5-doc' 'qt5-tools')
|
||||
optdepends=('gst-plugins-good: Webm codec support')
|
||||
conflicts=('qt')
|
||||
groups=('qt' 'qt5')
|
||||
|
@ -47,11 +47,12 @@ build() {
|
|||
export PATH="${srcdir}/bin:$PATH"
|
||||
qmake ../${_pkgfqn}
|
||||
make
|
||||
make docs
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make INSTALL_ROOT="$pkgdir" install
|
||||
make INSTALL_ROOT="$pkgdir" install install_docs
|
||||
|
||||
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
|
||||
find "$pkgdir/usr/lib" -type f -name '*.prl' \
|
||||
|
|
Loading…
Reference in a new issue