Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F17488
0001-yubikey-manager-qt-initial-inclusion.patch
joebonrichie (Joey Riches)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
joebonrichie
Mar 30 2017, 2:22 PM
2017-03-30 14:22:56 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-yubikey-manager-qt-initial-inclusion.patch
View Options
From 4993a019ca68abd70411ab31fc0f1cdbe7753c3a Mon Sep 17 00:00:00 2001
From: Joey Riches <josephriches@gmail.com>
Date: Thu, 30 Mar 2017 15:21:16 +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..2a20281
--- /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(Qt5Core)
+ - pkgconfig(Qt5Qml)
+ - qt5-declarative
+ - swig
+rundeps :
+ - python-pyotherside
+ - yubikey-manager
+build : |
+ %qmake
+ %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..5f65b31
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>yubikey-manager-qt</Name>
+ <Packager>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>security</PartOf>
+ <Summary xml:lang="en">Cross-platform application for configuring any YubiKey over all USB transports.</Summary>
+ <Description xml:lang="en">Cross-platform application for configuring any YubiKey over all USB transports.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>yubikey-manager-qt</Name>
+ <Summary xml:lang="en">Cross-platform application for configuring any YubiKey over all USB transports.</Summary>
+ <Description xml:lang="en">Cross-platform application for configuring any YubiKey over all USB transports.
+</Description>
+ <PartOf>security</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/ykman-gui.desktop</Path>
+ <Path fileType="data">/usr/share/pixmaps/ykman.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-03-30</Date>
+ <Version>0.3.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.12.2
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11892
Default Alt Text
0001-yubikey-manager-qt-initial-inclusion.patch (3 KB)
Attached To
Mode
T3100: yubikey-manager-qt
Attached
Detach File
Event Timeline
Log In to Comment