# Template file for 'gnome-recipes' pkgname=gnome-recipes version=1.6.2 revision=1 _libgd_hash=97a852cdf3d37776f9c98f730d7dcbbe995bdeb7 build_style=meson hostmakedepends="glib intltool itstool pkg-config meson git" makedepends="gtk+3-devel gnome-autoar-devel gspell-devel libcanberra-devel libsoup-devel" short_desc="GNOME puzzle game where you locate mines in the ocean" maintainer="Enno Boland " license="GPL-2" homepage="https://wiki.gnome.org/Apps/Recipes" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=8a11ed483b422dbbedb10237dac8b47fe94d76d40cac87ae6d19292942c94f9c nocross=https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/2155/steps/shell_3/logs/stdio pre_configure() { # meson_post_install.py updates icon cache, desktop database etc. # nothing that we need. It fails in this setup, so make it a nop ln -sf /bin/true meson_post_install.py }