##// END OF EJS Templates
Some cleanup and test for gnome-software visibility.
Jeandet Alexis -
r68:531aa28c6a12 default
parent child
Show More
@@ -0,0 +1,25
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> -->
3 <application>
4 <id type="desktop">socexplorer.desktop</id>
5 <metadata_license>CC0-1.0</metadata_license>
6 <project_license>GPL-2.0+</project_license>
7 <name>SocExplorer</name>
8 <summary>SocExplorer is an open source generic System On Chip testing software/framework</summary>
9 <description>
10 <p>
11 SocExplorer is an open source generic System On Chip testing software/framework.
12 </p>
13 <p>
14 We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals.
15 </p>
16 <p>
17 To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device.
18 </p>
19 </description>
20 <screenshots>
21 <screenshot type="default" width="800" height="600">https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png</screenshot>
22 </screenshots>
23 <url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url>
24 <updatecontact>alexis.jeandet@member.fsf.org</updatecontact>
25 </application>
@@ -0,0 +1,14
1 [Desktop Entry]
2 Version=1.0
3 Name=SocExplorer
4 Type=Application
5 GenericName=SocExplorer
6
7 Comment=Software to monitor and explore Soc devices.
8
9 Exec=socexplorer
10 Icon=/usr/share/SocExplorer/Indiana_Jones_cappello.png
11 Terminal=false
12 Type=Application
13 Categories=Application;Programming;
14 Name[en_US]=socexplorer.desktop
@@ -21,9 +21,9 socexplorercfg.files = \
21
21
22 unix{
22 unix{
23 SocExplorerLauncher.path = /usr/share/applications/
23 SocExplorerLauncher.path = /usr/share/applications/
24 SocExplorerLauncher.files = unixcfg/SocExplorer.desktop
24 SocExplorerLauncher.files = unixcfg/socexplorer.desktop
25 SocExplorerAppData.path = /usr/share/appdata/
25 SocExplorerAppData.path = /usr/share/appdata/
26 SocExplorerAppData.files = unixcfg/SocExplorer.appdata.xml
26 SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml
27 PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/
27 PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/
28 PluginConfPath.files = unixcfg/plugins.conf
28 PluginConfPath.files = unixcfg/plugins.conf
29 share.path = /usr/share/SocExplorer
29 share.path = /usr/share/SocExplorer
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now