20 lines
799 B
Bash
20 lines
799 B
Bash
# Template file for 'gnome-todo'
|
|
pkgname=gnome-todo
|
|
version=3.28.0
|
|
revision=2
|
|
build_style=meson
|
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
|
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
|
makedepends="gtk+3-devel gnome-online-accounts-devel evolution-data-server-devel
|
|
libical-devel libpeas-devel rest-devel"
|
|
short_desc="Task manager designed to perfectly fit the GNOME desktop"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Apps/Todo"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=bda9c62c52880011930a37b779e846b5d90f08c3b358d491f69fb6e5a255487f
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|