I'm working on this stdeb configuration, It's really a nice tool !
Build can be configured in* setup.cfg file under a [sdist_dsc]* section.
For exemple, integration of a desktop file is very easy with this option :

> [sdist_dsc]
> MIME-Desktop-Files = leo.desktop
>

And then create a leo.desktop file in leo-editor dir :

> [Desktop Entry]
> Name=Leo
> Type=Application
> Exec=/usr/bin/leo
> Terminal=false
> Icon=/usr/share/icons/leo.gif
> Comment=Leonine Editor with Outlines
> NoDisplay=false
> Categories=Development;IDE
> Name[en]=Leo
>


I've to keep studding for a while to understand how to manage *launcher* 
and indicate to stdeb to copy an* icon* into /usr/share/icons/leo.gif

Then, i'll need your experimented knowledge to figure out which are the 
dependencies, recommended and suggested packages, for both python2 and 
python3 builds.

#Depends =
#Suggests =    
#Recommends =

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to