GARNAME = seahorse
GARVERSION = 2.22.1
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/gtk+ platform/libgnome platform/libgnomeui \
  desktop/gnome-keyring desktop/libsoup desktop/nautilus desktop/gedit \
  desktop/libnotify

DESCRIPTION = seahorse
define BLURB
Seahorse is a graphical interface for managing and using encryption keys.
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.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)  # --disable-sharing

BUILD_ARGS = -j1

include ../category.mk

# cheap hack to fix INCLUDE search path
CFLAGS += -I$(includedir)/gnome-vfs-2.0
