# Contributor: Rasmus Thomsen # Maintainer: team/gnome pkgname=gnome-maps pkgver=44.3 pkgrel=0 pkgdesc="simple map client" url="https://wiki.gnome.org/Apps/Maps" arch="all !armhf !s390x !riscv64" # limited by gjs license="GPL-2.0-or-later" depends=" geoclue gfbgraph gjs libadwaita libgweather4 " makedepends=" folks-dev geoclue-dev geocode-glib-dev>=3.26.4-r1 gjs-dev glib-dev gobject-introspection-dev gtk4.0-dev libadwaita-dev libgee-dev libgweather4-dev libshumate-dev>=1.0.1-r1 libxml2-dev meson rest1-dev " checkdepends=" appstream-glib desktop-file-utils " subpackages="$pkgname-lang" source="https://download.gnome.org/sources/gnome-maps/${pkgver%.*}/gnome-maps-$pkgver.tar.xz" build() { abuild-meson . output meson compile -C output } check() { meson test --no-rebuild --print-errorlogs -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" a193b27474a3b62b3dc5ddbe082ea9718c5225d4939d939cf0050c46016fa1c173091d7a6087aa7be53e8369867b200de793a91f87971b8696207a12ec50c682 gnome-maps-44.3.tar.xz "