diff --git a/srcpkgs/gnome-recipes/patches/gnome-recipes-fix-cross.patch b/srcpkgs/gnome-recipes/patches/gnome-recipes-fix-cross.patch new file mode 100644 index 00000000000..cbd239f7de8 --- /dev/null +++ b/srcpkgs/gnome-recipes/patches/gnome-recipes-fix-cross.patch @@ -0,0 +1,9 @@ +--- tools/meson.build ++++ tools/meson.build +@@ -1,3 +1,5 @@ + recipe_extract = executable('recipe-extract', 'recipe-extract.c', + include_directories : top_inc, +- dependencies: deps) ++ native: true, ++ dependencies: dependency('glib-2.0', native: true), ++) diff --git a/srcpkgs/gnome-recipes/template b/srcpkgs/gnome-recipes/template index 30355b50aca..1713b6f32c4 100644 --- a/srcpkgs/gnome-recipes/template +++ b/srcpkgs/gnome-recipes/template @@ -1,11 +1,10 @@ # Template file for 'gnome-recipes' pkgname=gnome-recipes version=2.0.2 -revision=2 +revision=3 _libgd_hash=97a852cdf3d37776f9c98f730d7dcbbe995bdeb7 build_style=meson -configure_args="-Ddo-post-install=false" -hostmakedepends="glib intltool itstool pkg-config meson git" +hostmakedepends="glib-devel itstool pkg-config git" makedepends="gtk+3-devel gnome-autoar-devel gspell-devel libcanberra-devel libsoup-devel gnome-online-accounts-devel rest-devel json-glib-devel" short_desc="GNOME app for sharing and finding recipes" @@ -14,4 +13,3 @@ license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/Recipes" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=1be9d2fcb7404a97aa029d2409880643f15071c37039247a6a4320e7478cd5fb -nocross=https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/2155/steps/shell_3/logs/stdio