21 lines
747 B
Bash
21 lines
747 B
Bash
# Template file for 'gnome-todo'
|
|
pkgname=gnome-todo
|
|
version=3.28.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
|
hostmakedepends="glib-devel intltool itstool pkg-config
|
|
$(vopt_if gir 'gobject-introspection')"
|
|
makedepends="evolution-data-server-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=c7571fc040d8901dd0e528282ef0655687f23f29d304057c72548ab3e2c2cf23
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|