On Wed, 5 Dec 2018 at 11:27, Rui Nuno Capela <rn...@rncbc.org> wrote: > > Hi everyone, > > There are no excuses: upgrade! > > Qsynth 0.5.4 (end-od-autumn'18) is out! >
Hi Rui, Thank you for the new release. I wanted to send you these 3 patches that fix a number of things. Two of them fix issues with the cmake build. One fixes the appdata file (the current one has spurious _ characters, and a broken link to a screenshot) Sorry for being a lil late. Best, Orcan
diff -rupN qsynth-0.5.3.org/src/CMakeLists.txt qsynth-0.5.3/src/CMakeLists.txt --- qsynth-0.5.3.org/src/CMakeLists.txt 2018-10-10 10:35:48.831872737 -0400 +++ qsynth-0.5.3/src/CMakeLists.txt 2018-11-25 15:24:09.821083887 -0500 @@ -15,6 +15,8 @@ configure_file ( cmakeconfig.cmake ${CMA set ( ac_prefix ${CMAKE_INSTALL_PREFIX} ) +configure_file ( qsynth.desktop ${CMAKE_CURRENT_BINARY_DIR}/qsynth.desktop ) + set ( HEADERS qsynthKnob.h qsynthMeter.h
diff -rupN qsynth-0.5.4.org/src/cmakeconfig.cmake qsynth-0.5.4/src/cmakeconfig.cmake --- qsynth-0.5.4.org/src/cmakeconfig.cmake 2018-12-05 11:10:36.345638996 -0500 +++ qsynth-0.5.4/src/cmakeconfig.cmake 2018-12-05 23:34:53.958838448 -0500 @@ -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 */
diff -rupN qsynth-0.5.3.org/src/appdata/qsynth.appdata.xml qsynth-0.5.3/src/appdata/qsynth.appdata.xml --- qsynth-0.5.3.org/src/appdata/qsynth.appdata.xml 2018-10-10 10:35:48.831872737 -0400 +++ qsynth-0.5.3/src/appdata/qsynth.appdata.xml 2018-11-25 15:40:06.969479809 -0500 @@ -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>
_______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev