aports/testing/geoclue-stumbler/APKBUILD
Sertonix 6bd45b53fb */*: remove --no-rebuild from meson test
meson 1.7.0 and later don't include test build targets in the default
build target. With --no-rebuild the test targets aren't build at all.
Removing --no-rebuild shouldn't cause any false rebuilds since the files
aren't changed between the build() and check() step.

Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891
Ref https://github.com/mesonbuild/meson/pull/10413
2025-05-09 20:48:14 +00:00

36 lines
843 B
Text

maintainer="Bart Ribbers <bribbers@disroot.org>"
pkgname=geoclue-stumbler
pkgver=0.2.0
pkgrel=0
pkgdesc="Application for collecting wireless networks to geolocation services"
url="https://gitlab.com/kop316/geoclue-stumbler"
arch="all"
license="GPL-3.0-or-later"
makedepends="
desktop-file-utils
geoclue-dev
gettext-dev
gtk4.0-dev
libadwaita-dev
libshumate-dev
meson
"
source="https://gitlab.com/kop316/geoclue-stumbler/-/archive/$pkgver/geoclue-stumbler-$pkgver.tar.gz"
build() {
abuild-meson \
output .
meson compile -C output
}
check() {
meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
a52d207486211e6b2e32eaf53408079c1f5e90680d7718ee9cdcec3b4ef80a763f1a382c9a47f2e087499fd5c4467ba92ee328093cb8ae18b7236b94de659966 geoclue-stumbler-0.2.0.tar.gz
"