21 lines
827 B
Bash
21 lines
827 B
Bash
# Template file for 'gnome-todo'
|
|
pkgname=gnome-todo
|
|
version=3.24.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
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"
|
|
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"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=6985c75b9dd5883ed03af2b9ab9aa004152401ce455feb916248337e8077f8d4
|
|
LDFLAGS="-ledataserver-1.2 -lgoa-1.0 -ledataserverui-1.2"
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|