#!/bin/bash
#
# Copyright 2012 Eugene Wissner <belka.ew@gmail.com>
# Copyright 2014 John Truex <apolluwn@gmail.com>
# Copyright 2012-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="gnome-online-accounts"
VERSION="3.58.1"
REVISION="1"

PKG_SOURCEURL='${DLG_GNOMEMIRROR}/${NAME}/${VER_MAJ}.${VER_MIN}/${NAME}-${VERSION}.tar.xz'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
prepare
analyzesource

configure	-Dexchange=true \
	-Dgoogle=true \
	-Dimap_smtp=true \
	-Downcloud=true \
	-Dkerberos=true \
	-Dgoabackend=true \
	-Dvapi=true

make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
