21 lines
821 B
Bash
21 lines
821 B
Bash
# Template file for 'gnome-calendar'
|
|
pkgname=gnome-calendar
|
|
version=3.24.3
|
|
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 gsettings-desktop-schemas-devel"
|
|
short_desc="Calendar application designed to perfectly fit the GNOME desktop"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://wiki.gnome.org/Apps/Calendar"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=3ecb4074f44cb6c883f81f93ebde2fa3890107f8e06740495be9f942190ff3ec
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|