diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 12:38:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 12:38:18 +0000 |
commit | 182bab7770f1e6bde70a14ec2756560adf68de52 (patch) | |
tree | 3908fbc485443e7c8d48edb2dc93ea5c86651809 /security | |
parent | 1dc446781629bb0ccc025caa5c3ef0020d69a4e6 (diff) | |
download | pkgsrc-182bab7770f1e6bde70a14ec2756560adf68de52.tar.gz |
Fix path to an icon so that the entry in the control center shows up properly.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/distinfo | 3 | ||||
-rw-r--r-- | security/seahorse/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 6fad2cbe8b5..e7c70e081d5 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2003/05/30 15:25:08 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2004/03/11 12:38:18 jmmv Exp $ SHA1 (seahorse-0.7.3.tar.gz) = 1323b2b4b49bca9d9733b1ee38e811238c29e1b2 Size (seahorse-0.7.3.tar.gz) = 706411 bytes SHA1 (patch-aa) = 0fed5d18bed7747ea37ed4ce43ee22501bb2a78e +SHA1 (patch-ab) = 4c99062d2618150cbd4fb94befe54f891db726c2 diff --git a/security/seahorse/patches/patch-ab b/security/seahorse/patches/patch-ab new file mode 100644 index 00000000000..1e16a89379e --- /dev/null +++ b/security/seahorse/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/03/11 12:38:18 jmmv Exp $ + +--- plugins/nautilus/seahorse-pgp-preferences.desktop.in.orig 2003-04-30 02:47:17.000000000 +0200 ++++ plugins/nautilus/seahorse-pgp-preferences.desktop.in +@@ -4,7 +4,7 @@ _Comment=Configure PGP + Exec=seahorse-pgp-preferences + Terminal=false + Type=Application +-Icon=document-icons/gnome-application-pgp-keys.png ++Icon=gnome-mime-application-pgp-keys.png + Categories=Application;Settings;Advanced + StartupNotify=true + X-GNOME-Bugzilla-Bugzilla=GNOME |