mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt6-tools to 6.0.2-2
This commit is contained in:
parent
06eb3e772f
commit
4fefda9a07
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
pkgname=qt6-tools
|
pkgname=qt6-tools
|
||||||
_qtver=6.0.2
|
_qtver=6.0.2
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL3 LGPL3 FDL custom)
|
||||||
|
@ -32,8 +32,8 @@ package() {
|
||||||
|
|
||||||
# Symlinks for backwards compatibility
|
# Symlinks for backwards compatibility
|
||||||
mkdir "$pkgdir"/usr/bin
|
mkdir "$pkgdir"/usr/bin
|
||||||
for b in "${pkgdir}"/usr/lib/qt6/bin/*; do
|
for _b in "${pkgdir}"/usr/lib/qt6/bin/*; do
|
||||||
ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt6
|
ln -rs "$pkgdir"/usr/lib/qt6/bin/$(basename $_b) "$pkgdir"/usr/bin/$(basename $_b)6
|
||||||
done
|
done
|
||||||
|
|
||||||
install -d "$pkgdir"/usr/share/licenses
|
install -d "$pkgdir"/usr/share/licenses
|
||||||
|
|
Loading…
Reference in a new issue