diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 15:46:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 15:46:02 +0000 |
commit | 05c19c9e61a90a7a45af9028d13563c2de40db2c (patch) | |
tree | 9a5433f0f2744a04797e4b403c954133a967ef2a /app-editors | |
parent | Fix LICENSE, see doc/README, bug 447456. (diff) | |
download | gentoo-2-05c19c9e61a90a7a45af9028d13563c2de40db2c.tar.gz gentoo-2-05c19c9e61a90a7a45af9028d13563c2de40db2c.tar.bz2 gentoo-2-05c19c9e61a90a7a45af9028d13563c2de40db2c.zip |
Fix .desktop validation
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/files/scite.desktop | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 10a2172e3933..5ea6e557653e 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.145 2012/12/16 14:09:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.146 2012/12/16 15:46:02 ago Exp $ + + 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> files/scite.desktop: + Fix .desktop validation 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, #95685 diff --git a/app-editors/scite/files/scite.desktop b/app-editors/scite/files/scite.desktop index be78ed053342..757e9f4e71d0 100644 --- a/app-editors/scite/files/scite.desktop +++ b/app-editors/scite/files/scite.desktop @@ -1,9 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Name=SciTE Text Editor Comment=Text Editor Exec=scite -Icon=Sci48M.png +Icon=Sci48M Terminal=false Type=Application -Categories=Application;Development; +Categories=Development; |