| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d4a28ef commit 616792b
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,7 @@ | |||
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> | |
| 2 | - <!-- Copyright 2014-2015 bpython authors --> | ||
| 3 | - | ||
| 4 | - <component type="desktop"> | ||
| 5 | - <id>bpython.desktop</id> | ||
| 2 | + <!-- Copyright 2014-2018 bpython authors --> | ||
| 3 | + <component type="desktop-application"> | ||
| 4 | + <id>org.bpython-interpreter.bpython</id> | ||
| 6 | 5 | <metadata_license>CC0-1.0</metadata_license> | |
| 7 | 6 | <project_license>MIT</project_license> | |
| 8 | 7 | <name>bpython interpreter</name> | |
@@ -22,6 +21,7 @@ | |||
| 22 | 21 | <li>Auto-indentation.</li> | |
| 23 | 22 | </ul> | |
| 24 | 23 | </description> | |
| 24 | + <launchable type="desktop-id">org.bpython-interpreter.bpython.desktop</launchable> | ||
| 25 | 25 | <url type="homepage">http://www.bpython-interpreter.org/</url> | |
| 26 | 26 | <url type="bugtracker">https://github.com/bpython/bpython/issues</url> | |
| 27 | 27 | <screenshots> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -197,9 +197,9 @@ def initialize_options(self): | |||
| 197 | 197 | ||
| 198 | 198 | data_files = [ | |
| 199 | 199 | # desktop shortcut | |
| 200 | - (os.path.join('share', 'applications'), ['data/bpython.desktop']), | ||
| 200 | + (os.path.join('share', 'applications'), ['data/org.bpython-interpreter.bpython.desktop']), | ||
| 201 | 201 | # AppData | |
| 202 | - (os.path.join('share', 'appinfo'), ['data/bpython.appdata.xml']), | ||
| 202 | + (os.path.join('share', 'appinfo'), ['data/org.bpython-interpreter.bpython.appdata.xml']), | ||
| 203 | 203 | # icon | |
| 204 | 204 | (os.path.join('share', 'pixmaps'), ['data/bpython.png']) | |
| 205 | 205 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments