From 93e34a6fe4fe275b3ddfaa0b727ef6453eb6fd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 6 Apr 2020 09:22:04 +0700 Subject: [PATCH] cozy: cross compile --- srcpkgs/cozy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index cbdee97b781..085c14a83de 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -4,9 +4,10 @@ version=0.6.14 revision=1 archs=noarch build_style=meson -hostmakedepends="pkg-config glib-devel python3" +hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee + python3-mutagen python3-gobject-devel" makedepends="glib-devel python3-distro python3-peewee python3-mutagen -python3-gobject-devel" + python3-gobject-devel" depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3 python3-mutagen python3-distro" short_desc="Audio book player" @@ -15,4 +16,3 @@ license="GPL-3.0-only, LGPL-3.0-only" homepage="https://github.com/geigi/cozy" distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz" checksum=f8c848b9a261d476aa91d8cd4127f87174e5d11c3aa550c247ff12dc08cb35ac -nocross="requires python3-gobject"