23 lines
932 B
Bash
23 lines
932 B
Bash
# Template file for 'gnome-recipes'
|
|
pkgname=gnome-recipes
|
|
version=1.4.6
|
|
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 <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://wiki.gnome.org/Apps/Recipes"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=792585df5cb77ee670ca9eb8e6b0fceb823fe092805c026466f01d153f3e9833
|
|
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
|
|
}
|