diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 15:03:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 15:03:44 +0000 |
commit | 8b2fe8c6909e80861fd5bfe2130fb9b5c8c517ee (patch) | |
tree | 0f6ec9d6b481d9fcdd549cf693a1c6e712dc3263 | |
parent | e725c58aeaa6ef6b2c46dba0da32b9f2738563b8 (diff) | |
download | pkgsrc-8b2fe8c6909e80861fd5bfe2130fb9b5c8c517ee.tar.gz |
add pkg to build gedit plugin part of seahorse
-rw-r--r-- | security/seahorse-gedit/DESCR | 10 | ||||
-rw-r--r-- | security/seahorse-gedit/Makefile | 48 | ||||
-rw-r--r-- | security/seahorse-gedit/PLIST | 5 |
3 files changed, 63 insertions, 0 deletions
diff --git a/security/seahorse-gedit/DESCR b/security/seahorse-gedit/DESCR new file mode 100644 index 00000000000..7c0dd68ba75 --- /dev/null +++ b/security/seahorse-gedit/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-gedit/Makefile b/security/seahorse-gedit/Makefile new file mode 100644 index 00000000000..2f986c005ae --- /dev/null +++ b/security/seahorse-gedit/Makefile @@ -0,0 +1,48 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 15:03:44 drochner Exp $ + +DISTNAME= seahorse-0.8.1 +PKGNAME= seahorse-gedit-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 gedit + +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-nautilus + +GCONF2_SCHEMAS= seahorse-gedit.schemas + +BUILDLINK_DEPENDS.gpgme+= gpgme>=1.0.1nb2 + +BUILD_DIRS= plugins/gedit +INSTALL_DIRS= plugins/gedit + +.include "../../databases/gnome-mime-data/buildlink3.mk" +.include "../../databases/shared-mime-info/mimedb.mk" +.include "../../devel/GConf2/schemas.mk" +.include "../../devel/libbonobo/buildlink3.mk" +.include "../../devel/libbonoboui/buildlink3.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../net/libsoup-devel/buildlink3.mk" +.include "../../security/seahorse/buildlink3.mk" +.include "../../security/gpgme/buildlink3.mk" +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../editors/gedit/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-gedit/PLIST b/security/seahorse-gedit/PLIST new file mode 100644 index 00000000000..098ce65b355 --- /dev/null +++ b/security/seahorse-gedit/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/14 15:03:44 drochner Exp $ +lib/gedit-2/plugins/libseahorse-pgp.la +lib/gedit-2/plugins/seahorse-pgp.gedit-plugin +share/gconf/schemas/seahorse-gedit.schemas +@comment in GConf2: @dirrm share/gconf/schemas |