# Depends on: libdazzle meson gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache evolution-data-server desktop-file-utils intltool python

description="GNOME calendar"
url="http://www.gnome.org/"
packager="tnut <tnut@nutyx.org>"
contributors="Tnut, jayce, Remy"
run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache)

name=gnome-calendar
version=3.30.1

source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version%.*}/${name}-$version.tar.xz null-icaltime.diff)

build() {
cd $name-$version
patch -Np1 -i ../null-icaltime.diff
mkdir build
cd    build
meson --prefix=/usr
ninja
DESTDIR=$PKG ninja install
}
