diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 15:02:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 15:02:38 +0000 |
commit | e725c58aeaa6ef6b2c46dba0da32b9f2738563b8 (patch) | |
tree | 4e3992fff2b3971c279f82d74a9856f83896587e /security | |
parent | bee397dfa7bad22348df50f56ed742dc0460cccc (diff) | |
download | pkgsrc-e725c58aeaa6ef6b2c46dba0da32b9f2738563b8.tar.gz |
split out nautilus support from seahorse
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-nautilus/DESCR | 10 | ||||
-rw-r--r-- | security/seahorse-nautilus/Makefile | 42 | ||||
-rw-r--r-- | security/seahorse-nautilus/PLIST | 3 |
3 files changed, 55 insertions, 0 deletions
diff --git a/security/seahorse-nautilus/DESCR b/security/seahorse-nautilus/DESCR new file mode 100644 index 00000000000..7c0dd68ba75 --- /dev/null +++ b/security/seahorse-nautilus/DESCR @@ -0,0 +1,10 @@ +Seahorse is a GNOME front-end for GnuGP. It can be used for signing, +encrypting, verifying and decrypting text and files. The text can be +taken from the clipboard, or written directly in the little editor it +has. Seahorse is also a keymanager, which can be used to edit almost +all the properties of the keys stored in your keyrings. + +Seahorse currently consists of two projects. Along with Seahorse +itself, a bonobo component called Seahorse-bonobo is being developed. +This bonobo component will serve as a backend to Seahorse, as the most +gnupg common functions are being implemented in it. diff --git a/security/seahorse-nautilus/Makefile b/security/seahorse-nautilus/Makefile new file mode 100644 index 00000000000..e662dfea27a --- /dev/null +++ b/security/seahorse-nautilus/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 15:02:38 drochner Exp $ + +DISTNAME= seahorse-0.8.1 +PKGNAME= seahorse-nautilus-0.8.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/0.8/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://seahorse.sourceforge.net/ +COMMENT= Seahorse plugin for nautilus + +PATCHDIR= ${.CURDIR}/../seahorse/patches +DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo +BUILD_USES_MSGFMT= yes + +GNU_CONFIGURE= yes +USE_DIRS+= gnome2-1.5 +USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= yes +USE_MSGFMT_PLURALS= yes +USE_PKGLOCALEDIR= yes + +CONFIGURE_ARGS+= --disable-gedit + +BUILDLINK_DEPENDS.gpgme+= gpgme>=1.0.1nb2 + +BUILD_DIRS= plugins/nautilus-ext +INSTALL_DIRS= plugins/nautilus-ext + +.include "../../databases/gnome-mime-data/buildlink3.mk" +.include "../../databases/shared-mime-info/mimedb.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../net/libsoup-devel/buildlink3.mk" +.include "../../security/gpgme/buildlink3.mk" +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../sysutils/nautilus/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/seahorse-nautilus/PLIST b/security/seahorse-nautilus/PLIST new file mode 100644 index 00000000000..fae5faa97f8 --- /dev/null +++ b/security/seahorse-nautilus/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/14 15:02:38 drochner Exp $ +lib/nautilus/extensions-1.0/libnautilus-seahorse.la +@comment in nautilus: @dirrm lib/nautilus/extensions-1.0 |