New package: gnome-calendar-3.22.1
This commit is contained in:
parent
c156816bed
commit
17613dde56
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gnome-calendar/template
Normal file
21
srcpkgs/gnome-calendar/template
Normal 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
|
Loading…
Reference in a new issue