mirror of
https://abf.rosa.ru/djam/codelite.git
synced 2025-02-23 14:42:55 +00:00
Fix menu category in desktop file
This commit is contained in:
parent
2b0a4ff0b2
commit
acfa9d2b0a
2 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
diff -urN codelite-6.0.1/Runtime/codelite.desktop.template codelite-6.0.1-patched/Runtime/codelite.desktop.template
|
||||
--- codelite-6.0.1/Runtime/codelite.desktop.template 2014-06-04 15:10:09.000000000 +1100
|
||||
+++ codelite-6.0.1-patched/Runtime/codelite.desktop.template 2014-08-07 13:31:23.807202954 +1100
|
||||
@@ -1,5 +1,7 @@
|
||||
+++ codelite-6.0.1-patched/Runtime/codelite.desktop.template 2014-08-07 22:42:36.777820470 +1100
|
||||
@@ -1,9 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=CodeLite
|
||||
+Comment=Оpen-source, cross platform IDE for the C/C++ programming languages
|
||||
|
@ -9,3 +9,8 @@ diff -urN codelite-6.0.1/Runtime/codelite.desktop.template codelite-6.0.1-patche
|
|||
Exec=codelite %f
|
||||
Icon=%%PREFIX%%/share/codelite/images/cubes.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
-Categories=Development;
|
||||
+Categories=Development;IDE;
|
||||
StartupNotify=true
|
||||
Keywords=IDE;development;programming;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A powerful open-source, cross platform code editor for C/C++
|
||||
Name: codelite
|
||||
Version: 6.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
Url: http://www.codelite.org
|
||||
|
|
Loading…
Add table
Reference in a new issue