okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=8a6b42e776963e4e7ec5102376fbd4b474e42efc

commit 8a6b42e776963e4e7ec5102376fbd4b474e42efc
Author: Ross Vandegrift <[email protected]>
Date:   Wed Oct 2 13:45:13 2019 -0500

    Add Keywords & drop deprecated Encoding from desktop files
    
    Summary:
    For more info see:
    https://specifications.freedesktop.org/desktop-entry-spec/latest/apc.html
    
https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
    https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords
    
    Reviewers: stephenmhouston
    
    Reviewed By: stephenmhouston
    
    Tags: #ephoto
    
    Differential Revision: https://phab.enlightenment.org/D6866
---
 data/desktop/ephoto.desktop    | 2 +-
 data/desktop/slideshow.desktop | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/desktop/ephoto.desktop b/data/desktop/ephoto.desktop
index 2a1172c..06f7fe9 100644
--- a/data/desktop/ephoto.desktop
+++ b/data/desktop/ephoto.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Type=Application
 Name=Ephoto
 Name[ca]=Ephoto
@@ -34,3 +33,4 @@ Exec=ephoto %f
 Terminal=false
 
MimeType=inode/directory;image/png;image/jpeg;image/pjpeg;image/x-xpixmap;image/tiff;image/svg+xml;image/svg+xml-compressed;image/gif;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/bmp;image/x-bmp;image/x-tga;image/vnd.wap.wbmp;image/webp;image/vnd.microsoft.icon;image/ico;image/x-ico;image/x-win-bitmap;image/vnd.adobe.photoshop;image/x-psd;application/pdf;application/x-pdf;image/pdf;application/postscript;image/x-xcf;image/x-compre
 [...]
 Categories=Graphics;Viewer;
+Keywords=Picture;Slideshow;Graphics;
diff --git a/data/desktop/slideshow.desktop b/data/desktop/slideshow.desktop
index fc9ef1f..f355600 100644
--- a/data/desktop/slideshow.desktop
+++ b/data/desktop/slideshow.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Type=Application
 Name=Slideshow
 Icon=ephoto
@@ -7,3 +6,4 @@ Exec=ephoto
 X-Gadget-Version=1.5
 X-Gadget-Bugreport=https://www.enlightenment.org/contrib/report-bug
 X-Gadget-Orientations=None
+Keywords=Picture;Slideshow;Graphics;

-- 


Reply via email to