aports/community/gnome-maps/APKBUILD
psykose c76155ebfb community/*: rebuild against libxml2
for some reason some symbols are weird in this release.

keep it, but just rebuild everything
https://gitlab.gnome.org/GNOME/libxml2/-/issues/526
2023-04-28 23:13:10 +02:00

56 lines
1.1 KiB
Plaintext

# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-maps
pkgver=44.1
pkgrel=1
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 ${JOBS:+-j ${JOBS}} -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
918a490491b86aa2648dae844dd910be5e4dff339544a6286d35c341bb11acfa1587de04fe2f2b3aff46c57c4175fc0bad50c28a253ffea8bacf274c0ca42f72 gnome-maps-44.1.tar.xz
"