mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
34 lines
948 B
Plaintext
34 lines
948 B
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=gnome-tour
|
|
pkgver=44.0
|
|
pkgrel=0
|
|
pkgdesc="GNOME Tour & Greeter"
|
|
url="https://gitlab.gnome.org/GNOME/gnome-tour"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="meson cargo glib-dev gtk4.0-dev libadwaita-dev desktop-file-utils"
|
|
checkdepends="appstream-glib desktop-file-utils"
|
|
subpackages="$pkgname-lang"
|
|
source="https://download.gnome.org/sources/gnome-tour/${pkgver%.*}/gnome-tour-$pkgver.tar.xz"
|
|
|
|
[ "$CARCH" = "riscv64" ] && options="$options textrels"
|
|
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
27937b3dbe9f227229b4feaf78f61cb6492c79635b34890ebb2384cbe999901c5b126162beb15d7d920b2619b7c1cef4a1c1430091aaa602d7ed4875608364c2 gnome-tour-44.0.tar.xz
|
|
"
|