aports/community/slick-greeter/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

31 lines
866 B
Text

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: Jakko <jahau@rocketmail.com>
pkgname=slick-greeter
pkgver=2.0.9
pkgrel=0
pkgdesc="a slick-looking LightDM greeter"
url="https://github.com/linuxmint/slick-greeter"
# s390x: mainframe
arch="all !s390x"
license="GPL-3.0-only"
makedepends="libcanberra-dev lightdm-dev meson vala xapp-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/slick-greeter/archive/refs/tags/$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="
ca7aeaf008f76e25f9b29b0437683ddb122975a43d9f46c693ed6ac0a0663d80b010e6cf98e710fcd86ecdc8509e4a194c5ea744f3a540bcdb29f439c4796c7e slick-greeter-2.0.9.tar.gz
"