Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- CMake and AppStream meta-info fixes (by Orcan Ogerbil, thanks).
  • Loading branch information
rncbc committed Dec 6, 2018
1 parent 8beb021 commit 4f293c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -15,6 +15,8 @@ configure_file ( cmakeconfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )

set ( ac_prefix ${CMAKE_INSTALL_PREFIX} )

configure_file ( qsynth.desktop ${CMAKE_CURRENT_BINARY_DIR}/qsynth.desktop )

set ( HEADERS
qsynthKnob.h
qsynthMeter.h
Expand Down
6 changes: 3 additions & 3 deletions src/appdata/qsynth.appdata.xml
Expand Up @@ -14,11 +14,11 @@
</description>
<launchable type="desktop-id">qsynth.desktop</launchable>
<provides>
<binary>qsynth</binary>
</provides>
<binary>qsynth</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>http://qsynth.sourceforge.net/qsynthMainForm1.png</image>
<image>http://qsynth.sourceforge.io/image/qsynthMainForm1.png</image>
<caption>The main window showing the application in action</caption>
</screenshot>
</screenshots>
Expand Down
5 changes: 4 additions & 1 deletion src/cmakeconfig.cmake
Expand Up @@ -110,6 +110,9 @@
#cmakedefine CONFIG_FLUID_SETTINGS_FOREACH_OPTION @CONFIG_FLUID_SETTINGS_FOREACH_OPTION@

/* Define if new_fluid_server function is available. */
#cmakedefine CONFIG_NEW_FLUID_SERVER CONFIG_NEW_FLUID_SERVER@
#cmakedefine CONFIG_NEW_FLUID_SERVER @CONFIG_NEW_FLUID_SERVER@

/* Define if system tray is enabled. */
#cmakedefine CONFIG_SYSTEM_TRAY @CONFIG_SYSTEM_TRAY@

#endif /* CONFIG_H */

0 comments on commit 4f293c2

Please sign in to comment.