# HG changeset patch # User Jeandet Alexis # Date 2014-06-28 21:22:20 # Node ID 531aa28c6a12691306f736baaa982addd0d89e4d # Parent b3ebdaaf24d538d2692424dc6cac1a085886bc04 Some cleanup and test for gnome-software visibility. diff --git a/SocExplorer.pro b/SocExplorer.pro --- a/SocExplorer.pro +++ b/SocExplorer.pro @@ -21,9 +21,9 @@ socexplorercfg.files = \ unix{ SocExplorerLauncher.path = /usr/share/applications/ - SocExplorerLauncher.files = unixcfg/SocExplorer.desktop + SocExplorerLauncher.files = unixcfg/socexplorer.desktop SocExplorerAppData.path = /usr/share/appdata/ - SocExplorerAppData.files = unixcfg/SocExplorer.appdata.xml + SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/ PluginConfPath.files = unixcfg/plugins.conf share.path = /usr/share/SocExplorer diff --git a/unixcfg/SocExplorer.appdata.xml b/unixcfg/SocExplorer.appdata.xml deleted file mode 100644 --- a/unixcfg/SocExplorer.appdata.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - SocExplorer.desktop - CC0-1.0 - GPL-2.0 - SocExplorer - SocExplorer is an open source generic System On Chip testing software/framework. - -

- SocExplorer is an open source generic System On Chip testing software/framework. -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. 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. -

-
- - https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png - - http://www.gnome.org/projects/en_US/gnome-power-manager - alexis.jeandet@member.fsf.org -
diff --git a/unixcfg/SocExplorer.desktop b/unixcfg/SocExplorer.desktop deleted file mode 100644 --- a/unixcfg/SocExplorer.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=SocExplorer -Type=Application -GenericName=SocExplorer - -Comment=Software to monitor and explore Soc devices. - -Exec=socexplorer -Icon=/usr/share/SocExplorer/Indiana_Jones_cappello.png -Terminal=false -Type=Application -Categories=Application;Programming; -Name[fr_FR]=SocExplorer diff --git a/unixcfg/socexplorer.appdata.xml b/unixcfg/socexplorer.appdata.xml new file mode 100644 --- /dev/null +++ b/unixcfg/socexplorer.appdata.xml @@ -0,0 +1,25 @@ + + + + socexplorer.desktop + CC0-1.0 + GPL-2.0+ + SocExplorer + SocExplorer is an open source generic System On Chip testing software/framework + +

+ SocExplorer is an open source generic System On Chip testing software/framework. +

+

+ 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. +

+

+ 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. +

+
+ + https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png + + http://www.gnome.org/projects/en_US/gnome-power-manager + alexis.jeandet@member.fsf.org +
diff --git a/unixcfg/socexplorer.desktop b/unixcfg/socexplorer.desktop new file mode 100644 --- /dev/null +++ b/unixcfg/socexplorer.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Name=SocExplorer +Type=Application +GenericName=SocExplorer + +Comment=Software to monitor and explore Soc devices. + +Exec=socexplorer +Icon=/usr/share/SocExplorer/Indiana_Jones_cappello.png +Terminal=false +Type=Application +Categories=Application;Programming; +Name[en_US]=socexplorer.desktop