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/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,3 @@
-libGL.so.1
libQt5Core.so.5
libQt5DBus.so.5
libQt5Gui.so.5
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,23 +1,22 @@
name : qjackctl
-version : 0.5.9
-release : 12
+version : 0.6.0
+release : 13
source :
- - https://sourceforge.net/projects/qjackctl/files/qjackctl/0.5.9/qjackctl-0.5.9.tar.gz/download : f3fa7b3c1e28d56632de10c32e978a54f94c29b0239e2b6b2622d4a49ae65ee9
+ - https://github.com/rncbc/qjackctl/archive/qjackctl_0_6_0.tar.gz : 229339dd59977712393412317b6c6d1d6130f4902c20a4b48cf75de48c46131f
license : GPL-2.0-or-later
component : multimedia.audio
summary : QjackCtl is a simple Qt application to control the JACK sound server
description: |
QjackCtl is a simple Qt application to control the JACK sound server
builddeps :
+ - pkgconfig(Qt5Help)
- pkgconfig(alsa)
- pkgconfig(gl)
- pkgconfig(jack)
- pkgconfig(portaudio-2.0)
- - pkgconfig(Qt5Help)
setup : |
- %configure
- %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
@@ -22,16 +22,27 @@
/usr/bin/qjackctl
/usr/share/applications/qjackctl.desktop
/usr/share/icons/hicolor/32x32/apps/qjackctl.png
+ /usr/share/man/fr/man1/qjackctl.1
+ /usr/share/man/man1/qjackctl.1
/usr/share/metainfo/qjackctl.appdata.xml
+ /usr/share/qjackctl/translations/qjackctl_cs.qm
+ /usr/share/qjackctl/translations/qjackctl_de.qm
+ /usr/share/qjackctl/translations/qjackctl_es.qm
+ /usr/share/qjackctl/translations/qjackctl_fr.qm
+ /usr/share/qjackctl/translations/qjackctl_it.qm
+ /usr/share/qjackctl/translations/qjackctl_ja.qm
+ /usr/share/qjackctl/translations/qjackctl_nl.qm
+ /usr/share/qjackctl/translations/qjackctl_pt.qm
+ /usr/share/qjackctl/translations/qjackctl_ru.qm
-
- 2019-07-13
- 0.5.9
+
+ 2019-10-17
+ 0.6.0
Packaging update
Jacob Alzén
jacob.alzen@gmail.com
\ No newline at end of file