Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4c68b2797a25f5d51747ab53a48fa90008d72d23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4c68b2797a25f5d51747ab53a48fa90008d72d23)
  • Date: Fri, 24 Jun 2022 18:57:20 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
plasma-mobile/khealthcertificate/CONFIGURE | 1 +
plasma-mobile/khealthcertificate/DEPENDS | 13 +++++++++++++
plasma-mobile/khealthcertificate/DETAILS | 17 +++++++++++++++++
plasma-mobile/khealthcertificate/HISTORY | 8 ++++++++
5 files changed, 42 insertions(+)

New commits:
commit 4c68b2797a25f5d51747ab53a48fa90008d72d23
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

khealthcertificate-22.06

diff --git a/ChangeLog b/ChangeLog
index e0e7ed8..541ff49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * plasma-mobile/khealthcertificate: added
+
2022-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* devel/xsimd$: added, simd optimized intrinsics

diff --git a/plasma-mobile/khealthcertificate/CONFIGURE
b/plasma-mobile/khealthcertificate/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma-mobile/khealthcertificate/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/khealthcertificate/DEPENDS
b/plasma-mobile/khealthcertificate/DEPENDS
new file mode 100755
index 0000000..2a1cdd6
--- /dev/null
+++ b/plasma-mobile/khealthcertificate/DEPENDS
@@ -0,0 +1,13 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6declarative
+else
+ depends qtdeclarative
+fi &&
+depends karchive &&
+depends kcodecs &&
+#depends ki18n &&
+depends SSL &&
+#depends python3 &&
+#depends requests &&
+depends zlib
diff --git a/plasma-mobile/khealthcertificate/DETAILS
b/plasma-mobile/khealthcertificate/DETAILS
new file mode 100755
index 0000000..5125155
--- /dev/null
+++ b/plasma-mobile/khealthcertificate/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=khealthcertificate
+ VERSION=22.06
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$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
+ ENTERED=20210801
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS="kde5"
+ SHORT="Digital vaccination certificate parsing"
+cat << EOF
+Digital vaccination, test and recovery certificate parsing
+EOF
diff --git a/plasma-mobile/khealthcertificate/HISTORY
b/plasma-mobile/khealthcertificate/HISTORY
new file mode 100644
index 0000000..bd00da8
--- /dev/null
+++ b/plasma-mobile/khealthcertificate/HISTORY
@@ -0,0 +1,8 @@
+2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 22.06
+
+2021-08-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4c68b2797a25f5d51747ab53a48fa90008d72d23), Treeve Jelbert, 06/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page