New package: gnome-calendar-3.22.1

This commit is contained in:
Enno Boland 2017-03-14 16:40:02 +01:00
parent c156816bed
commit 17613dde56

View file

@ -0,0 +1,21 @@
# Template file for 'gnome-calendar'
pkgname=gnome-calendar
version=3.22.1
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=e6a3670c63122c4b37fbe243a54486e019c1bfd9a27c709234fb81b9e0c13360
LDFLAGS="-ledataserver-1.2 -lgoa-1.0 -ledataserverui-1.2"
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi