16 lines
657 B
Bash
16 lines
657 B
Bash
# Template file for 'california'
|
|
pkgname="california"
|
|
version="0.4.0"
|
|
revision=3
|
|
build_style=gnu-configure
|
|
short_desc="A new calendar application for GNOME 3"
|
|
maintainer="Luca - <elroncio@gmx.it>"
|
|
license="LGPL-2.1"
|
|
patch_args="-p1"
|
|
homepage="https://wiki.gnome.org/Apps/California"
|
|
hostmakedepends="pkg-config intltool itstool vala xdg-utils yelp-tools gobject-introspection"
|
|
makedepends="libgee08-devel evolution-data-server-devel gtk+3-devel"
|
|
distfiles="$GNOME_SITE/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum="b25f356363a9f8f8f93c7ab78af02de39f9c3b71964663129ac9904de9147eb6"
|
|
nocross="gobject-introspection cannot be cross compiled"
|