description="GNOME calendar" url="http://www.gnome.org/" license="GPL3" packager="spiky " contributors="Jayce,Remy,Tnut" makedepends=(libdazzle meson intltool libhandy evolution-data-server python) run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache libgweather-4 libadwaita geoclue2) set=(gnome) name=gnome-calendar version=45.1 source=(https://download.gnome.org/sources/${name}/${version:0:2}/${name}-$version.tar.xz) build() { cd $name-$version mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=$PKG ninja install install -Dm644 ../COPYING $PKG/usr/share/licenses/$name/COPYING }