mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 08:37:20 +08:00
lib32-qt: rollback to 4.8.7-1.
This commit is contained in:
parent
754e81f25d
commit
97845bf240
@ -1,7 +1,7 @@
|
||||
_pkgbasename=qt
|
||||
pkgname="lib32-${_pkgbasename}"
|
||||
pkgver=4.8.7
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='A cross-platform application and UI framework. (ELF32)'
|
||||
arch=('x86_64')
|
||||
url='http://www.qt.io'
|
||||
@ -79,7 +79,7 @@ package() {
|
||||
find "${pkgdir}/usr/lib32" -type f -name '*.prl' \
|
||||
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} \;
|
||||
|
||||
rm -rf "${pkgdir}/usr"/{include,share,bin,tests}
|
||||
rm -rf "${pkgdir}/usr"/{include,share,bin}
|
||||
mkdir -p "${pkgdir}/usr/share/licenses"
|
||||
ln -s "${_pkgbasename}" "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user