python skeleton: added FDO stuff

.desktop and icons
This commit is contained in:
Davide Andreoli 2017-06-02 09:51:14 +02:00
parent 7f39682980
commit 6180bf1acf
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=${Edi_Name}
Name[fr]=${Edi_Name}
GenericName=${Edi_Name}
Comment=Efl Application ${Edi_Name}
Icon=${edi_name}
TryExec=${edi_name}
Exec=${edi_name}
Categories=Development;Utility;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -50,15 +50,15 @@ setup(
author = '${Edi_User}',
author_email = '${Edi_Email}',
url = '${Edi_Url}',
license = "GNU GPL",
license = "3-Clause BSD",
package_dir = {'${Edi_Name}': 'src'},
packages = ['${Edi_Name}'],
requires = ['efl'],
scripts = ['bin/${Edi_Name}'],
cmdclass = {
'build': build_extra,
'build_fdo': build_fdo,
# 'build_edc': build_edc,
# 'build_fdo': build_fdo,
# 'build_i18n': build_i18n,
'run': run_in_tree,
'uninstall': uninstall,