diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacob Alzén + - Email: jacob.alzen@gmail.com diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : qsynth -version : 0.5.7 -release : 4 +version : 0.6.0 +release : 5 source : - - https://github.com/rncbc/qsynth/archive/qsynth_0_5_7.tar.gz : 37cd7ad7fa26592bb64bbddaa85b54386c1cfad6f3875eab23bedea8104d7a3b + - https://github.com/rncbc/qsynth/archive/qsynth_0_6_0.tar.gz : fa82ce459313352d1dbbb44a98774dd966534734a298f58aede7218f21a02221 license : GPL-2.0-or-later component : multimedia.audio summary : Fluidsynth GUI frontend @@ -11,12 +11,9 @@ builddeps : - pkgconfig(fluidsynth) - pkgconfig(Qt5Help) -rundeps : - - fluidsynth setup : | - %cmake - %qmake QMAKE_CFLAGS_ISYSTEM=-I + %cmake_ninja build : | - %make + %ninja_build install : | - %make_install INSTALL_ROOT=$installdir + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -21,8 +21,10 @@ /usr/bin/qsynth /usr/share/applications/qsynth.desktop + /usr/share/icons/hicolor/32x32/apps/qsynth.png + /usr/share/man/fr/man1/qsynth.1 + /usr/share/man/man1/qsynth.1 /usr/share/metainfo/qsynth.appdata.xml - /usr/share/pixmaps/qsynth.png /usr/share/qsynth/translations/qsynth_cs.qm /usr/share/qsynth/translations/qsynth_de.qm /usr/share/qsynth/translations/qsynth_es.qm @@ -32,12 +34,12 @@ - - 2019-07-12 - 0.5.7 + + 2019-10-17 + 0.6.0 Packaging update Jacob Alzén jacob.alzen@gmail.com \ No newline at end of file