Merge branch 'master' of https://gitlab.com/rastersoft/devedeng
This commit is contained in:
commit
f395c550c2
3 changed files with 942 additions and 681 deletions
19
data/devedeng.appdata.xml
Normal file
19
data/devedeng.appdata.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.rastersoft.devedeng</id>
|
||||
<launchable type="desktop-id">devede_ng.py.desktop</launchable>
|
||||
<name>DevedeNG</name>
|
||||
<summary>Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<description>
|
||||
<p>DevedeNG is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://rastersoft.com/imagen/devede.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="bugtracker">https://gitlab.com/rastersoft/devedeng/issues</url>
|
||||
<url type="homepage">https://rastersoft.com/programas/devede.html</url>
|
||||
</component>
|
||||
1
setup.py
1
setup.py
|
|
@ -14,6 +14,7 @@ except:
|
|||
def get_data_files():
|
||||
data_files = [
|
||||
(os.path.join('share', 'applications'), ['data/devede_ng.py.desktop']),
|
||||
(os.path.join('share', 'metainfo'), ['data/devedeng.appdata.xml']),
|
||||
(os.path.join('share', 'pixmaps'), ['data/devedeng.svg']),
|
||||
(os.path.join('share', 'icons', 'hicolor',
|
||||
'scalable', 'apps'), ['data/devedeng_icon.svg']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue