mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/qt5-qtwebview: take over maintainership
This commit is contained in:
parent
1e79dbc40a
commit
bea5aba87d
@ -1,8 +1,8 @@
|
||||
# Contributor: Danct12 <danct12@disroot.org>
|
||||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=qt5-qtwebview
|
||||
pkgver=5.14.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
# ppc64le and s390x blocked by qt5-qtwebengine
|
||||
# armhf blocked by qt5-qtdeclarative
|
||||
arch="all !ppc64le !s390x !armhf"
|
||||
@ -34,6 +34,10 @@ check() {
|
||||
package() {
|
||||
make INSTALL_ROOT="$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…
x
Reference in New Issue
Block a user