2017-03-14 15:34:36 +00:00
|
|
|
# Template file for 'gnome-todo'
|
|
|
|
pkgname=gnome-todo
|
2017-10-31 03:31:33 +00:00
|
|
|
version=3.26.2
|
2017-03-14 15:34:36 +00:00
|
|
|
revision=1
|
2017-10-14 08:17:06 +00:00
|
|
|
build_style=meson
|
|
|
|
configure_args="-Denable-introspection=$(vopt_if gir true false)"
|
2017-03-14 15:34:36 +00:00
|
|
|
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
|
|
|
makedepends="gtk+3-devel gnome-online-accounts-devel evolution-data-server-devel
|
2017-10-14 08:17:06 +00:00
|
|
|
libical-devel libpeas-devel rest-devel"
|
2017-03-14 15:34:36 +00:00
|
|
|
short_desc="Task manager designed to perfectly fit the GNOME desktop"
|
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://wiki.gnome.org/Apps/Todo"
|
2017-05-10 07:58:45 +00:00
|
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
2017-10-31 03:31:33 +00:00
|
|
|
checksum=c9b90048b62b4e6fe7cd7e9675be9a838d65e297584c308bacb25f1478e8dd80
|
2017-03-14 15:34:36 +00:00
|
|
|
|
|
|
|
build_options="gir"
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default+=" gir"
|
|
|
|
fi
|