pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/seahorse-gedit add pkg to build gedit plugin ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daa781e9b123
branches:  trunk
changeset: 509780:daa781e9b123
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Mar 14 15:03:44 2006 +0000

description:
add pkg to build gedit plugin part of seahorse

diffstat:

 security/seahorse-gedit/DESCR    |  10 ++++++++
 security/seahorse-gedit/Makefile |  48 ++++++++++++++++++++++++++++++++++++++++
 security/seahorse-gedit/PLIST    |   5 ++++
 3 files changed, 63 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 1b2d17c28234 -r daa781e9b123 security/seahorse-gedit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse-gedit/DESCR     Tue Mar 14 15:03:44 2006 +0000
@@ -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 -r 1b2d17c28234 -r daa781e9b123 security/seahorse-gedit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse-gedit/Makefile  Tue Mar 14 15:03:44 2006 +0000
@@ -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@localhost
+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 -r 1b2d17c28234 -r daa781e9b123 security/seahorse-gedit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse-gedit/PLIST     Tue Mar 14 15:03:44 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index