summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-27 17:17:38 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-27 17:17:38 +0000
commitba5542bd0a6bcfbe4eed842f6211b64e350630ac (patch)
tree67dda04ff59b91375aa5eb09d8b16e740ffb88e5 /security/seahorse
parent1034c2272da043a0f3d90831da25466de2eb9faa (diff)
downloadpkgsrc-ba5542bd0a6bcfbe4eed842f6211b64e350630ac.tar.gz
Update to 0.7.1:
* Changed File menu to Key menu * Added context menu for keys * Added buttons/menu items for possible, but not-yet-implemented features * Sign an entire key * Add a revoker to a key * Bug fix when setting Ascii Armor Preferences * Removed File Manager, replaced with file operations in Tools * Key pairs initially listed first * Performance improvements with large key rings, especially in loading preferences * Progress display at startup for listing of keys * Can delete subkeys of non key-pairs * General interface cleanups
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile23
-rw-r--r--security/seahorse/PLIST11
-rw-r--r--security/seahorse/distinfo7
-rw-r--r--security/seahorse/patches/patch-aa13
4 files changed, 29 insertions, 25 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 5133721fb16..647949c5ffc 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/05/27 15:50:04 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/27 17:17:38 jmmv Exp $
-DISTNAME= seahorse-0.7.0
-PKGREVISION= 2
+DISTNAME= seahorse-0.7.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/}
@@ -9,17 +8,29 @@ MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://seahorse.sourceforge.net/
COMMENT= GnuPG front end and bonobo component for Gnome
-DEPENDS= gnupg>=1.2.1:../../security/gnupg
-DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs
+BUILD_USES_MSGFMT= yes
+DEPENDS= gnupg>=1.2.1:../../security/gnupg
+DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_X11BASE= yes
+USE_X11= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GCONF2_SCHEMAS= seahorse.schemas
+post-patch:
+.for f in Makefile.in seahorse-context.c seahorse-marshal.c seahorse-marshal.h
+ ${MV} ${WRKSRC}/src/$f ${WRKSRC}/src/$f.orig
+ ${SED} -e 's/seahorse-marshal/seahorse_marshal/g' \
+ < ${WRKSRC}/src/$f.orig > ${WRKSRC}/src/$f
+.endfor
+ ${MV} ${WRKSRC}/src/seahorse-marshal.c ${WRKSRC}/src/seahorse_marshal.c
+ ${MV} ${WRKSRC}/src/seahorse-marshal.h ${WRKSRC}/src/seahorse_marshal.h
+ ${MV} ${WRKSRC}/src/seahorse-marshal.list \
+ ${WRKSRC}/src/seahorse_marshal.list
+
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libglade2/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
diff --git a/security/seahorse/PLIST b/security/seahorse/PLIST
index 061b270037a..2b93d99a4db 100644
--- a/security/seahorse/PLIST
+++ b/security/seahorse/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/02/18 14:56:02 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/05/27 17:17:38 jmmv Exp $
bin/seahorse
share/applications/seahorse.desktop
share/gconf/schemas/seahorse.schemas
@@ -25,6 +25,7 @@ ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/seahorse.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/seahorse.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/seahorse.mo
@@ -35,8 +36,11 @@ share/omf/seahorse/seahorse-C.omf
share/pixmaps/seahorse.png
share/seahorse/glade/seahorse-add-subkey.glade2
share/seahorse/glade/seahorse-add-uid.glade2
+share/seahorse/glade/seahorse-decrypt-file.glade2
+share/seahorse/glade/seahorse-decrypt-verify-file.glade2
+share/seahorse/glade/seahorse-encrypt-file.glade2
+share/seahorse/glade/seahorse-encrypt-sign-file.glade2
share/seahorse/glade/seahorse-export.glade2
-share/seahorse/glade/seahorse-file-manager.glade2
share/seahorse/glade/seahorse-generate.glade2
share/seahorse/glade/seahorse-import.glade2
share/seahorse/glade/seahorse-key-manager.glade2
@@ -44,8 +48,11 @@ share/seahorse/glade/seahorse-key-properties.glade2
share/seahorse/glade/seahorse-preferences.glade2
share/seahorse/glade/seahorse-recipients.glade2
share/seahorse/glade/seahorse-revoke.glade2
+share/seahorse/glade/seahorse-sign-file.glade2
+share/seahorse/glade/seahorse-sign.glade2
share/seahorse/glade/seahorse-signatures.glade2
share/seahorse/glade/seahorse-text-editor.glade2
+share/seahorse/glade/seahorse-verify-file.glade2
@dirrm share/seahorse/glade
@dirrm share/seahorse
@dirrm share/omf/seahorse
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo
index b0eb551313b..4307fc4f7c9 100644
--- a/security/seahorse/distinfo
+++ b/security/seahorse/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/02/18 20:52:07 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/05/27 17:17:38 jmmv Exp $
-SHA1 (seahorse-0.7.0.tar.gz) = 237cfad85023b65c646befb2731aa4a97de87edf
-Size (seahorse-0.7.0.tar.gz) = 629183 bytes
-SHA1 (patch-aa) = 43bd79a324d2a654af8e9a6f80ebd11857223f51
+SHA1 (seahorse-0.7.1.tar.gz) = 5b73b647c057336ec9ea485bff7d6448536454fc
+Size (seahorse-0.7.1.tar.gz) = 683022 bytes
diff --git a/security/seahorse/patches/patch-aa b/security/seahorse/patches/patch-aa
deleted file mode 100644
index f20bfcb92f1..00000000000
--- a/security/seahorse/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:07 jmmv Exp $
-
---- data/Makefile.in.orig 2003-02-15 11:33:21.000000000 +0100
-+++ data/Makefile.in
-@@ -118,7 +118,7 @@ am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
-
--schemasdir = $(sysconfdir)/gconf/schemas
-+schemasdir = $(datadir)/gconf/schemas
- schemas_in_files = seahorse.schemas.in
- schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
-