mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt6-base to 6.2.2-2
This commit is contained in:
parent
4550a9a9c6
commit
79bb129695
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgname=qt6-base
|
||||
_qtver=6.2.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -63,6 +63,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
depends+=(qt6-translations)
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
|
||||
install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
|
||||
|
|
Loading…
Reference in a new issue