diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-07-22 11:47:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:25:25 -0500 |
commit | b49f59790d1aa16a5b76ab40f9e84c502e34030e (patch) | |
tree | 3abd5c062ba8aa8fb4c1fedfd902fa7c3a0b981b /system/gnomint/patches/06_desktop-file.patch | |
parent | b79cfa33532436436f279a53eec41f437267734b (diff) |
system/gnomint: Apply patches from debian.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnomint/patches/06_desktop-file.patch')
-rw-r--r-- | system/gnomint/patches/06_desktop-file.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/gnomint/patches/06_desktop-file.patch b/system/gnomint/patches/06_desktop-file.patch new file mode 100644 index 0000000000..a6b73b084a --- /dev/null +++ b/system/gnomint/patches/06_desktop-file.patch @@ -0,0 +1,22 @@ +Description: Add code to Exec key, remove Encoding key, add Keywords key. +Author: Yavor Doganov <yavor@gnu.org> +Forwarded: gnomint-devel@lists.sourceforge.net +Last-Update: 2018-09-01 +--- + +--- gnomint-1.3.0.orig/gui/gnomint.desktop.in ++++ gnomint-1.3.0/gui/gnomint.desktop.in +@@ -2,11 +2,11 @@ + _Name=gnoMint X.509 CA Manager + GenericName=gnoMint X.509 CA Manager + _Comment=Manage X.509 certificates and CAs, easily and graphically +-Exec=gnomint ++_Keywords=certificate;x.509;encryption; ++Exec=gnomint %f + Terminal=false + Type=Application + Icon=gnomint + Categories=GNOME;Application;System;Security + MimeType=application/x-gnomint; + StartupNotify=true +-Encoding=UTF-8 |