[trunk] -> [testing] 'qt6-positioning-6.4.0-1' add
packagesQ/qt6-positioning/pipeline/head This commit looks good
Details
packagesQ/qt6-positioning/pipeline/head This commit looks good
Details
parent
95db6058fb
commit
b2e41af6ba
@ -0,0 +1,35 @@
|
||||
# Maintainer: artist <artist@artixlinux.org>
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=qt6-positioning
|
||||
_qtver=6.4.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
pkgdesc='Provides access to position, satellite and area monitoring classes'
|
||||
depends=(qt6-base)
|
||||
makedepends=(cmake ninja qt6-declarative qt6-serialport)
|
||||
optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
|
||||
conflicts=(qt6-location)
|
||||
provides=(qt6-location)
|
||||
replaces=(qt6-location)
|
||||
groups=(qt6)
|
||||
options=(debug)
|
||||
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
|
||||
sha256sums=('2d1b5c5f6dab0108396fea37ca28ebfad21a48fa11d8c5d17622d6f6e5fba834')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $_pkgfn -G Ninja -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
|
||||
install -d "$pkgdir"/usr/share/licenses
|
||||
ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
Loading…
Reference in new issue