mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 01:44:36 +02:00
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
maintainer="Aster Boese <asterboese@mailbox.org>"
|
|
pkgname=lomiri-indicator-location
|
|
pkgver=25.4.22
|
|
pkgrel=0
|
|
pkgdesc="Indicator controlling access to physical location data"
|
|
url="https://gitlab.com/ubports/development/core/indicator-location"
|
|
arch="all !armhf" # blocked by qt5-qtdeclarative
|
|
license="GPL-3.0-only"
|
|
source="https://gitlab.com/ubports/development/core/indicator-location/-/archive/$pkgver/lomiri-indicator-location-$pkgver.tar.gz"
|
|
makedepends="
|
|
cmake-extras
|
|
glib-dev
|
|
gmenuharness-dev
|
|
gmock
|
|
gtest-dev
|
|
intltool
|
|
libqtdbusmock
|
|
libqtdbustest
|
|
lomiri-api-dev
|
|
lomiri-app-launch-dev
|
|
lomiri-url-dispatcher-dev
|
|
qt5-qtdeclarative-dev
|
|
qt5-qttools
|
|
samurai
|
|
"
|
|
checkdepends="py3-dbusmock"
|
|
subpackages="$pkgname-lang"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
-DBUILD_SHARED_LIBS=ON \
|
|
-DCMAKE_BUILD_TYPE=None
|
|
cmake --build build
|
|
}
|
|
|
|
check() {
|
|
ctest --test-dir build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
421131a16608a3fe61bf8ffb34de16fe37933224f12195998a684a7c65c89a14b235757688a1c61b9096f14b37837db37f4763d1838e379613aca3d335e9b643 lomiri-indicator-location-25.4.22.tar.gz
|
|
"
|