mirror of
https://abf.rosa.ru/djam/codelite.git
synced 2025-02-23 14:42:55 +00:00
16 lines
869 B
Diff
16 lines
869 B
Diff
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 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
|
||
+Comment[ru]=Свободная, кроссплатформенная среда разработки программного обеспечения для языков С/С++ с открытым исходным кодом
|
||
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;
|