extra/qt5-webkit-ng to tp5-2

This commit is contained in:
Kevin Mihelich 2017-02-12 15:27:35 +00:00
parent 0c95a71006
commit 59b4c02d1b

View file

@ -6,7 +6,7 @@
pkgname=qt5-webkit-ng pkgname=qt5-webkit-ng
_qtver=tp5 _qtver=tp5
pkgver=${_qtver/-/} pkgver=${_qtver/-/}
pkgrel=1 pkgrel=2
arch=(i686 x86_64) arch=(i686 x86_64)
url='https://github.com/annulen/webkit/wiki' url='https://github.com/annulen/webkit/wiki'
license=(GPL3 LGPL3 FDL custom) license=(GPL3 LGPL3 FDL custom)
@ -16,11 +16,17 @@ makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
optdepends=('gst-plugins-good: Webm codec support') optdepends=('gst-plugins-good: Webm codec support')
conflicts=(qt5-webkit) conflicts=(qt5-webkit)
provides=(qt5-webkit) provides=(qt5-webkit)
source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz") source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz"
sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719') qtwebkit-ng-export-cmake-variables.patch::"https://github.com/annulen/webkit/commit/1467a945.patch")
sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719'
'e7839c2eb2d4f998a6c7f6316f408bb8a948c769f8d987903368b0fe689558c6')
prepare() { prepare() {
mkdir -p build mkdir -p build
# Correctly export all needed cmake variables
cd webkit-qtwebkit-$pkgver
patch -p1 -i ../qtwebkit-ng-export-cmake-variables.patch
} }
build() { build() {