gnome-recipes: update to 2.0.2.

Closes #9119.
This commit is contained in:
maxice8 2017-11-12 09:38:25 -02:00 committed by Enno Boland
parent 609826ab09
commit a500d5889a

View file

@ -1,9 +1,10 @@
# Template file for 'gnome-recipes'
pkgname=gnome-recipes
version=2.0.0
version=2.0.2
revision=1
_libgd_hash=97a852cdf3d37776f9c98f730d7dcbbe995bdeb7
build_style=meson
configure_args="-Ddo-post-install=false"
hostmakedepends="glib intltool itstool pkg-config meson git"
makedepends="gtk+3-devel gnome-autoar-devel gspell-devel libcanberra-devel
libsoup-devel gnome-online-accounts-devel rest-devel json-glib-devel"
@ -12,11 +13,9 @@ 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=a853f46add4454b3bec984fbcff83c2f32b2b488eb817dc8249f7906b2d9af71
checksum=1be9d2fcb7404a97aa029d2409880643f15071c37039247a6a4320e7478cd5fb
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
do_check() {
ninja -C build test
}