Skip to Content.
Sympa Menu

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

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 (1818d8499159da72f8b1eb4e9adddd342a86b487)
  • Date: Fri, 22 Oct 2021 15:06:41 +0000

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

ChangeLog | 4 ++++
kde5-apps/keysmith/CONFIGURE | 1 -
kde5-apps/keysmith/DEPENDS | 5 -----
kde5-apps/keysmith/DETAILS | 18 ------------------
kde5-apps/keysmith/HISTORY | 4 ----
plasma-mobile/FUNCTIONS | 1 +
plasma-mobile/keysmith/CONFIGURE | 1 +
plasma-mobile/keysmith/DEPENDS | 9 +++++++++
plasma-mobile/keysmith/DETAILS | 18 ++++++++++++++++++
plasma-mobile/keysmith/HISTORY | 8 ++++++++
plasma-mobile/koko/CONFIGURE | 1 +
plasma-mobile/koko/DEPENDS | 15 +++++++++++++++
plasma-mobile/koko/DETAILS | 18 ++++++++++++++++++
plasma-mobile/koko/HISTORY | 8 ++++++++
14 files changed, 83 insertions(+), 28 deletions(-)

New commits:
commit 1818d8499159da72f8b1eb4e9adddd342a86b487
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

koko-21.08

commit 6207085f5c754b2fbeec56d388dc55916a8e4639
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

keysmith: => 21.08

commit fb7d82055a0a85cd1f065eb672486b8970a92b42
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

move keysmith

diff --git a/ChangeLog b/ChangeLog
index b5dba35..725e8ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-22 Treeve Jelbert <t: addedreeve AT sourcemage.org>
+ * move keysmith to plasma-mobile
+ * plasma-mobile/koko
+
2021-10-14 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: update kde.gpg Jonathan Esk-Riddell

diff --git a/kde5-apps/keysmith/CONFIGURE b/kde5-apps/keysmith/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-apps/keysmith/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/keysmith/DEPENDS b/kde5-apps/keysmith/DEPENDS
deleted file mode 100755
index f2f75ae..0000000
--- a/kde5-apps/keysmith/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-source $GRIMOIRE/KDE5_DEPENDS &&
-depends qtdeclarative &&
-depends qtquickcontrols2 &&
-depends kirigami2 &&
-depends oath-toolkit
diff --git a/kde5-apps/keysmith/DETAILS b/kde5-apps/keysmith/DETAILS
deleted file mode 100755
index 742e454..0000000
--- a/kde5-apps/keysmith/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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/kde5-apps/keysmith/HISTORY b/kde5-apps/keysmith/HISTORY
deleted file mode 100644
index 7898406..0000000
--- a/kde5-apps/keysmith/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2019-12-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.1
- * DETAILS: add gpg checking
- spell created
diff --git a/plasma-mobile/FUNCTIONS b/plasma-mobile/FUNCTIONS
new file mode 100755
index 0000000..3e0b089
--- /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 0000000..b2f02c3
--- /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 0000000..8cada82
--- /dev/null
+++ b/plasma-mobile/keysmith/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtquickcontrols2 &&
+depends qtsvg &&
+depends kdbusaddons &&
+depends ki18n &&
+depends kirigami2 &&
+depends kwindowsystem &&
+depends libsodium
diff --git a/plasma-mobile/keysmith/DETAILS b/plasma-mobile/keysmith/DETAILS
new file mode 100755
index 0000000..232dff4
--- /dev/null
+++ b/plasma-mobile/keysmith/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=keysmith
+ VERSION=21.08
+ 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
+ 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 0000000..39b92be
--- /dev/null
+++ b/plasma-mobile/keysmith/HISTORY
@@ -0,0 +1,8 @@
+2021-10-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.08
+ * DEPENDS: various updates
+
+2019-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1
+ * DETAILS: add gpg checking
+ spell created
diff --git a/plasma-mobile/koko/CONFIGURE b/plasma-mobile/koko/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/plasma-mobile/koko/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/koko/DEPENDS b/plasma-mobile/koko/DEPENDS
new file mode 100755
index 0000000..59e5000
--- /dev/null
+++ b/plasma-mobile/koko/DEPENDS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtlocation &&
+depends qtsvg &&
+depends kconfig &&
+depends kdeclarative &&
+depends kdbusaddons &&
+depends kfilemetadata5 &&
+depends kguiaddons &&
+depends ki18n &&
+depends kio &&
+depends exiv2 &&
+depends kquickimageeditor &&
+runtime_depends kirigami2 &&
+runtime_depends qtgraphicaleffects
diff --git a/plasma-mobile/koko/DETAILS b/plasma-mobile/koko/DETAILS
new file mode 100755
index 0000000..88550a4
--- /dev/null
+++ b/plasma-mobile/koko/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=koko
+ VERSION=21.08
+ 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
+ WEB_SITE=https://cgi.kde.org/koko.git/about
+ ENTERED=20150317
+# SECURITY_PATCH=1
+ LICENSE[0]=CCO
+ KEYWORDS="kde5"
+ SHORT="An Image Gallery application"
+cat << EOF
+An Image Gallery application
+EOF
diff --git a/plasma-mobile/koko/HISTORY b/plasma-mobile/koko/HISTORY
new file mode 100644
index 0000000..6ebb8b0
--- /dev/null
+++ b/plasma-mobile/koko/HISTORY
@@ -0,0 +1,8 @@
+2021-10-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.08
+ * DETAILS: add gpg checking
+
+2015-03-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1818d8499159da72f8b1eb4e9adddd342a86b487), Treeve Jelbert, 10/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page