summaryrefslogtreecommitdiffstats
path: root/plasma-mobile
diff options
context:
space:
mode:
authorTreeve Jelbert2021-10-22 16:24:45 +0200
committerTreeve Jelbert2021-10-22 16:24:45 +0200
commitfb7d82055a0a85cd1f065eb672486b8970a92b42 (patch)
tree52abcc018281975c98068f06c7d26bcc5fd219b2 /plasma-mobile
parentdb2f41a5d0f804116c12bb8fa474073c29b71dfe (diff)
move keysmith
Diffstat (limited to 'plasma-mobile')
-rwxr-xr-xplasma-mobile/FUNCTIONS1
-rwxr-xr-xplasma-mobile/keysmith/CONFIGURE1
-rwxr-xr-xplasma-mobile/keysmith/DEPENDS5
-rwxr-xr-xplasma-mobile/keysmith/DETAILS18
-rw-r--r--plasma-mobile/keysmith/HISTORY4
5 files changed, 29 insertions, 0 deletions
diff --git a/plasma-mobile/FUNCTIONS b/plasma-mobile/FUNCTIONS
new file mode 100755
index 0000000000..3e0b0899ee
--- /dev/null
+++ b/plasma-mobile/FUNCTIONS
@@ -0,0 +1 @@
+. $GRIMOIRE/KDE5_FUNCTIONS
diff --git a/plasma-mobile/keysmith/CONFIGURE b/plasma-mobile/keysmith/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/plasma-mobile/keysmith/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/keysmith/DEPENDS b/plasma-mobile/keysmith/DEPENDS
new file mode 100755
index 0000000000..f2f75aea91
--- /dev/null
+++ b/plasma-mobile/keysmith/DEPENDS
@@ -0,0 +1,5 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtquickcontrols2 &&
+depends kirigami2 &&
+depends oath-toolkit
diff --git a/plasma-mobile/keysmith/DETAILS b/plasma-mobile/keysmith/DETAILS
new file mode 100755
index 0000000000..742e454779
--- /dev/null
+++ b/plasma-mobile/keysmith/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=keysmith
+ VERSION=0.1
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://invent.kde.org/kde/keysmith
+ ENTERED=20191218
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT=" Two-factor code generator"
+cat << EOF
+Keysmith is Two-factor code generator for Plasma Mobile and Desktop
+EOF
diff --git a/plasma-mobile/keysmith/HISTORY b/plasma-mobile/keysmith/HISTORY
new file mode 100644
index 0000000000..7898406091
--- /dev/null
+++ b/plasma-mobile/keysmith/HISTORY
@@ -0,0 +1,4 @@
+2019-12-18 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.1
+ * DETAILS: add gpg checking
+ spell created