diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+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.
+
+- Martin Bürge
+ - IRC: kaktuspalme
+ - Email: martin.buerge@gmail.com
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,28 +1,23 @@
name : nitrokey-app
-version : 1.3.2
-release : 1
+version : 1.4.1
+release : 2
source :
- - https://github.com/Nitrokey/nitrokey-app/releases/download/v1.3.2/nitrokey-app-v1.3.2.tar.gz : 21296fcbdee244d7de3960c04ca555f056352c75accbde909a8019ee96a146e3
+ - git|https://github.com/Nitrokey/nitrokey-app.git : v1.4.1
license : GPL-3.0-or-later
component : security
-summary : Nitrokey App is a cross-platform application created to manage Nitrokey devices.
+summary : Nitrokey App is a cross-platform application created to manage Nitrokey devices.
description: |
Nitrokey App is a cross-platform (runs under Windows, Linux and Mac OS) application created to manage Nitrokey devices. Underneath it uses libnitrokey to communicate with the supported devices.
-builddeps :
- - pkgconfig(bash-completion)
- - pkgconfig(cppcodec-1)
- - pkgconfig(libnitrokey-1)
- - pkgconfig(Qt5Concurrent)
+builddeps :
- pkgconfig(Qt5Gui)
- pkgconfig(Qt5Svg)
- pkgconfig(Qt5UiTools)
- - pkgconfig(Qt5Widgets)
- - hicolor-icon-theme
+ - pkgconfig(libnitrokey-1)
setup : |
- %cmake
+ %cmake -DCMAKE_BUILD_TYPE=Release
build : |
%make
install : |
%make_install
rm -rf $installdir/usr/share/icons/ubuntu-mono-dark
rm -rf $installdir/usr/share/icons/ubuntu-mono-light
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
nitrokey-app
- Stefan Weiberg
- sweiberg@suse.com
+ Martin Bürge
+ martin.buerge@gmail.comGPL-3.0-or-latersecurityNitrokey App is a cross-platform application created to manage Nitrokey devices.Nitrokey App is a cross-platform (runs under Windows, Linux and Mac OS) application created to manage Nitrokey devices. Underneath it uses libnitrokey to communicate with the supported devices.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solusnitrokey-app
@@ -34,12 +34,12 @@
-
- 2018-09-24
- 1.3.2
+
+ 2020-08-22
+ 1.4.1Packaging update
- Stefan Weiberg
- sweiberg@suse.com
+ Martin Bürge
+ martin.buerge@gmail.com
\ No newline at end of file