From 00f78483615ab1259e7cf16f3b71acbc4f15756f Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Tue, 18 Apr 2017 22:29:14 +0100 Subject: [PATCH 1/1] yubikey-manager-qt: initial inclusion --- Makefile | 1 + abi_used_libs | 9 +++++++++ package.yml | 30 ++++++++++++++++++++++++++++++ pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..45b4c6b --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,9 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Qml.so.5 +libQt5Widgets.so.5 +libc.so.6 +libgcc_s.so.1 +libpthread.so.0 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..920cd1f --- /dev/null +++ b/package.yml @@ -0,0 +1,30 @@ +name : yubikey-manager-qt +version : 0.3.0 +release : 1 +source : + - git|https://github.com/Yubico/yubikey-manager-qt.git : 0.3.0 +networking : yes +license : BSD-2-Clause +component : security +summary : Cross-platform application for configuring any YubiKey over all USB transports. +description: | + Cross-platform application for configuring any YubiKey over all USB transports. +builddeps : + - pkgconfig(gl) + - pkgconfig(libpcsclite) + - pkgconfig(python-3.5) + - pkgconfig(Qt5Qml) + - swig +rundeps : + - python-pyotherside + - qt5-quickcontrols + - yubikey-manager +setup : | + %qmake +build : | + %make +install : | + %make_install INSTALL_ROOT=$installdir + install -Dm0644 $workdir/resources/ykman-gui.desktop $installdir/usr/share/applications/ykman-gui.desktop + install -Dm0644 $workdir/resources/icons/ykman.png $installdir/usr/share/pixmaps/ykman.png + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..9b52e0d --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + yubikey-manager-qt + + Joey Riches + josephriches@gmail.com + + BSD-2-Clause + security + Cross-platform application for configuring any YubiKey over all USB transports. + Cross-platform application for configuring any YubiKey over all USB transports. + + https://solus-project.com/sources/README.Solus + + + yubikey-manager-qt + Cross-platform application for configuring any YubiKey over all USB transports. + Cross-platform application for configuring any YubiKey over all USB transports. + + security + + /usr/bin + /usr/share/applications/ykman-gui.desktop + /usr/share/pixmaps/ykman.png + + + + + 2017-04-23 + 0.3.0 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file -- 2.12.2