mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-webkit-ng to tp5-1
This commit is contained in:
parent
c1f24b9934
commit
2f06e6ceb2
1 changed files with 4 additions and 10 deletions
|
@ -1,14 +1,12 @@
|
|||
# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable jit on v5/v6
|
||||
|
||||
pkgname=qt5-webkit-ng
|
||||
_qtver=tp4
|
||||
_qtver=tp5
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url='https://github.com/annulen/webkit/wiki'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -19,7 +17,7 @@ optdepends=('gst-plugins-good: Webm codec support')
|
|||
conflicts=(qt5-webkit)
|
||||
provides=(qt5-webkit)
|
||||
source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz")
|
||||
md5sums=('d923032e9edc86e2adef389d86f52e7f')
|
||||
sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -41,10 +39,6 @@ package() {
|
|||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
|
||||
find "$pkgdir/usr/lib" -type f -name '*.prl' \
|
||||
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
||||
|
||||
install -d "$pkgdir"/usr/share/licenses
|
||||
ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue