Skip to content
Snippets Groups Projects
Verified Commit fd53531d authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 6.7.0-2: Add geoclue2 optdepend

parent 9cd71d86
No related branches found
No related tags found
No related merge requests found
pkgbase = qt6-positioning
pkgdesc = Provides access to position, satellite and area monitoring classes
pkgver = 6.7.0
pkgrel = 1
pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
......@@ -17,6 +17,7 @@ pkgbase = qt6-positioning
depends = gcc-libs
depends = glibc
depends = qt6-base
optdepends = geoclue: geoclue2 plugin
optdepends = qt6-declarative: QML bindings
optdepends = qt6-serialport: NMEA plugin
source = git+https://code.qt.io/qt/qtpositioning#tag=v6.7.0
......
......@@ -4,7 +4,7 @@
pkgname=qt6-positioning
_qtver=6.7.0
pkgver=${_qtver/-/}
pkgrel=1
pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
......@@ -17,7 +17,8 @@ makedepends=(cmake
ninja
qt6-declarative
qt6-serialport)
optdepends=('qt6-declarative: QML bindings'
optdepends=('geoclue: geoclue2 plugin'
'qt6-declarative: QML bindings'
'qt6-serialport: NMEA plugin')
groups=(qt6)
_pkgfn=${pkgname/6-/}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment