diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2003-07-29 19:33:58 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2003-07-29 19:33:58 +0000 |
commit | db6df99368bc4bf4585b37b5022fba55008ec756 (patch) | |
tree | 42d28a702de8579b91d1b137b8dedc8c42509448 /security/gcipher/files/patch-gcipher.desktop | |
parent | Fix gcc 3.3 compile failure. (diff) |
Add gcipher 1.0, a simple encryption tool.
PR: 53738
Submitted by: Shannon -jj Behrens <jjinux@yahoo.com>
Notes
Notes:
svn path=/head/; revision=85876
Diffstat (limited to 'security/gcipher/files/patch-gcipher.desktop')
-rw-r--r-- | security/gcipher/files/patch-gcipher.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gcipher/files/patch-gcipher.desktop b/security/gcipher/files/patch-gcipher.desktop new file mode 100644 index 000000000000..6027a262a8dd --- /dev/null +++ b/security/gcipher/files/patch-gcipher.desktop @@ -0,0 +1,14 @@ +diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop +--- ../gcipher-1.0.orig/src/gcipher.desktop Wed Jun 25 15:07:51 2003 ++++ ./src/gcipher.desktop Wed Jun 25 15:08:47 2003 +@@ -4,8 +4,8 @@ + Name[en_US.ISO8859-15]=GCipher + Comment[en_US.ISO8859-15]=A simple encryption tool + Exec=gcipher +-Icon=/usr/share/pixmaps/gnome-lockscreen.png ++Icon=/usr/X11R6/share/gnome/pixmaps/gnome-lockscreen.png + Terminal=false + Type=Application + StartupNotify=true +-Categories=GNOME;Application;Utility;X-Red-Hat-Base; ++Categories=Application;Cryptography; |