pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/seahorse-nautilus split out nautilus support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b2d17c28234
branches:  trunk
changeset: 509779:1b2d17c28234
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Mar 14 15:02:38 2006 +0000

description:
split out nautilus support from seahorse

diffstat:

 security/seahorse-nautilus/DESCR    |  10 ++++++++
 security/seahorse-nautilus/Makefile |  42 +++++++++++++++++++++++++++++++++++++
 security/seahorse-nautilus/PLIST    |   3 ++
 3 files changed, 55 insertions(+), 0 deletions(-)

diffs (67 lines):

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



Home | Main Index | Thread Index | Old Index