diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-02 11:57:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-02 11:57:40 +0000 |
commit | 400a04bd8077229f1619f91649e79a13c052f722 (patch) | |
tree | 82726969f6ea443779890f7237d086d1621df477 | |
parent | a15f195140823d1a2cf352b4eac8529a3cfa3144 (diff) | |
download | pkgsrc-400a04bd8077229f1619f91649e79a13c052f722.tar.gz |
Update to 0.4.1:
This release includes some HIG compliance improvements to the dialogs and
other fixes (like a working .desktop file).
-rw-r--r-- | security/gpass/Makefile | 4 | ||||
-rw-r--r-- | security/gpass/distinfo | 10 | ||||
-rw-r--r-- | security/gpass/patches/patch-aa | 11 | ||||
-rw-r--r-- | security/gpass/patches/patch-ab | 31 |
4 files changed, 20 insertions, 36 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 8ac2edfe400..c4aef49e607 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/02 11:57:40 jmmv Exp $ # -DISTNAME= gpass-0.4 +DISTNAME= gpass-0.4.1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/} diff --git a/security/gpass/distinfo b/security/gpass/distinfo index 6d1da6edd5c..667c17c4475 100644 --- a/security/gpass/distinfo +++ b/security/gpass/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2004/05/02 11:57:40 jmmv Exp $ -SHA1 (gpass-0.4.tar.gz) = c5e1497931db694429b02f55b049142f0bb13cf3 -Size (gpass-0.4.tar.gz) = 412756 bytes -SHA1 (patch-aa) = 08586015b1d2896675be55666e6259cdc14e5c69 -SHA1 (patch-ab) = 65890bf6d675c2a3e769d01c7f59dc1c26612f0a +SHA1 (gpass-0.4.1.tar.gz) = 1f54b8e3a6f33791db7c383147af525b48316616 +Size (gpass-0.4.1.tar.gz) = 433563 bytes +SHA1 (patch-aa) = 773b024a7a217efbafabe35fbe81e325f9c93589 +SHA1 (patch-ab) = cf158163b5141632e7272820f54bfc48529018cf diff --git a/security/gpass/patches/patch-aa b/security/gpass/patches/patch-aa index 254311059b9..d2aef49aeda 100644 --- a/security/gpass/patches/patch-aa +++ b/security/gpass/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2004/05/02 11:57:40 jmmv Exp $ --- Makefile.in.orig 2004-04-27 04:32:44.000000000 +0200 +++ Makefile.in @@ -11,12 +11,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $ gpassdoc_DATA = \ README\ COPYING\ -@@ -143,7 +143,7 @@ gpassdoc_DATA = \ - - EXTRA_DIST = $(gpassdoc_DATA) - --gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications -+gnomemenudir = $(datadir)/applications - gnomemenu_DATA = gpass.desktop - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/security/gpass/patches/patch-ab b/security/gpass/patches/patch-ab index 2fe9aaf8e3f..2efab2e2506 100644 --- a/security/gpass/patches/patch-ab +++ b/security/gpass/patches/patch-ab @@ -1,20 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2004/05/02 11:57:40 jmmv Exp $ ---- gpass.desktop.in.orig 2004-04-27 01:58:41.000000000 +0200 -+++ gpass.desktop.in -@@ -1,10 +1,10 @@ -- - [Desktop Entry] - Name=Password Manager --Comment=Password Manager Version 0.1 --Exec=passwordmanager --Icon=@PACKAGE_PIXMAPS_DIR@/ -+Comment=Manages your password collection -+Exec=gpass -+#Icon= Not available yet - Terminal=false - MultipleArgs=false - Type=Application -- -+StartupNotify=true -+Categories=GNOME;Application;Utility; +--- po/Makefile.in.in.orig 2004-04-27 01:58:47.000000000 +0200 ++++ po/Makefile.in.in +@@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + MKINSTALLDIRS = @MKINSTALLDIRS@ +-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` ++mkinstalldirs = @MKINSTALLDIRS@ + + CC = @CC@ + GMSGFMT = @GMSGFMT@ |