PKGNAME=seahorse
PKGSEC=gnome
PKGDEP="avahi dconf desktop-file-utils gcc-runtime gcr-3 gdk-pixbuf glib \
        gpgme gtk-3 libhandy libpwquality libsecret libsoup-3 openldap"
BUILDDEP="appstream appstream-glib gobject-introspection intltool vala \
          yelp-tools"
PKGDES="GPG key manager for GNOME"

MESON_AFTER=(
    '-Dhelp=true'
    '-Dpgp-support=true'
    '-Dcheck-compatible-gpg=false'
    '-Dpkcs11-support=true'
    '-Dkeyservers-support=true'
    '-Dhkp-support=true'
    '-Dldap-support=true'
    '-Dkey-sharing=true'
    '-Dmanpage=true'
)
