# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
set branch [join [lrange [split ${version} .] 0 1] .]
description Seahorse is a graphical interface for managing and using encryption keys.
long_description ${description} \
Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to \
provide an easy to use Key Management Tool, along with an easy to use interface \
for encryption operations.
maintainers {devans @dbevans} openmaintainer
homepage https://wiki.gnome.org/Apps/Seahorse
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 7e29e2f961ec020155f2a95cd851890f4f43e47b \
sha256 e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df
depends_build port:pkgconfig \
depends_lib port:desktop-file-utils \
depends_run port:adwaita-icon-theme \
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
configure.cflags-append \
configure.args --disable-sharing \
--disable-schemas-compile \
system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"