Skip to Content.
Sympa Menu

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

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 (f437483c439aa69c86c301d19e6b62a852e84c48)
  • Date: Thu, 20 Apr 2023 10:03:49 +0000

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

kde-gear/khealthcertificate/DETAILS | 4 ++--
kde-gear/khealthcertificate/HISTORY | 4 ++++
kde-gear/tokodon/CONFIGURE | 1 +
kde-gear/tokodon/DEPENDS | 18 ++++++++++++++++++
kde-gear/tokodon/DETAILS | 20 ++++++++++++++++++++
kde-gear/tokodon/HISTORY | 10 ++++++++++
kde5-extra/tokodon/CONFIGURE | 1 -
kde5-extra/tokodon/DEPENDS | 18 ------------------
kde5-extra/tokodon/DETAILS | 15 ---------------
kde5-extra/tokodon/HISTORY | 7 -------
10 files changed, 55 insertions(+), 43 deletions(-)

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

move tokodon to kde-gear

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

tokodon: => 23.04.0

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

khealthcertificate: => 23.01.0

diff --git a/kde-gear/khealthcertificate/DETAILS
b/kde-gear/khealthcertificate/DETAILS
index edd16c6..48ebaac 100755
--- a/kde-gear/khealthcertificate/DETAILS
+++ b/kde-gear/khealthcertificate/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/KDE_VERSIONS
SPELL=khealthcertificate
- VERSION=$KDE_VERSION
+ VERSION=23.01.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
-
SOURCE_URL=https://download.kde.org/$KDE_BRANCH/release-service/$KDE_VERSION/src/$SOURCE
+
SOURCE_URL=https://download.kde.org/$KDE_BRANCH/plasma-mobile/$VERSION/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/kde-gear/khealthcertificate/HISTORY
b/kde-gear/khealthcertificate/HISTORY
index e164b1c..caac2b7 100644
--- a/kde-gear/khealthcertificate/HISTORY
+++ b/kde-gear/khealthcertificate/HISTORY
@@ -1,3 +1,7 @@
+2023-04-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 23.01.0
+ was not included in release-service
+
2023-04-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 23.04.0

diff --git a/kde-gear/tokodon/CONFIGURE b/kde-gear/tokodon/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde-gear/tokodon/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde-gear/tokodon/DEPENDS b/kde-gear/tokodon/DEPENDS
new file mode 100755
index 0000000..9da9dc6
--- /dev/null
+++ b/kde-gear/tokodon/DEPENDS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/KDE_DEPENDS &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6declarative &&
+ depends qt6multimedia &&
+ depends qt6svg &&
+ depends qt6websockets
+else
+ depends qtdeclarative &&
+ depends qtmultimedia &&
+ depends qtquickcontrols2 &&
+ depends qtsvg &&
+ depends qtwebsockets
+fi &&
+depends kconfig &&
+depends kcoreaddons &&
+depends ki18n &&
+depends kirigami2 &&
+depends knotifications
diff --git a/kde-gear/tokodon/DETAILS b/kde-gear/tokodon/DETAILS
new file mode 100755
index 0000000..8787008
--- /dev/null
+++ b/kde-gear/tokodon/DETAILS
@@ -0,0 +1,20 @@
+source $GRIMOIRE/KDE_VERSIONS
+ SPELL=tokodon
+ VERSION=$KDE_VERSION
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.sig
+
SOURCE_URL=https://download.kde.org/$KDE_BRANCH/release-service/$KDE_VERSION/src/$SOURCE
+ 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/network/tokodon
+ ENTERED=20230223
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL3
+ KEYWORDS="kde5/6"
+ SHORT="Mastodon client"
+cat << EOF
+okodon is a Mastodon client for Plasma and Plasma Mobile
+EOF
diff --git a/kde-gear/tokodon/HISTORY b/kde-gear/tokodon/HISTORY
new file mode 100644
index 0000000..9a6ae36
--- /dev/null
+++ b/kde-gear/tokodon/HISTORY
@@ -0,0 +1,10 @@
+2023-04-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 23.04.0
+
+2023-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: fix typo
+
+2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 23.02.0
+ spell created
+
diff --git a/kde5-extra/tokodon/CONFIGURE b/kde5-extra/tokodon/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-extra/tokodon/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/tokodon/DEPENDS b/kde5-extra/tokodon/DEPENDS
deleted file mode 100755
index 9da9dc6..0000000
--- a/kde5-extra/tokodon/DEPENDS
+++ /dev/null
@@ -1,18 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-if is_depends_enabled $SPELL qt6base;then
- depends qt6declarative &&
- depends qt6multimedia &&
- depends qt6svg &&
- depends qt6websockets
-else
- depends qtdeclarative &&
- depends qtmultimedia &&
- depends qtquickcontrols2 &&
- depends qtsvg &&
- depends qtwebsockets
-fi &&
-depends kconfig &&
-depends kcoreaddons &&
-depends ki18n &&
-depends kirigami2 &&
-depends knotifications
diff --git a/kde5-extra/tokodon/DETAILS b/kde5-extra/tokodon/DETAILS
deleted file mode 100755
index e2f7394..0000000
--- a/kde5-extra/tokodon/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=tokodon
- VERSION=23.02.0
-
SOURCE_HASH=sha512:72fe4372b8e90ff6b2c47b30c473b083a38fc4349b1dbca241d6966734bbb0cafe2a761c6424a2f47f59325b0d84779b80b0769a0a51b9820713466ffff8b581
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://invent.kde.org/network/tokodon
- ENTERED=20230223
-# SECURITY_PATCH=1
- LICENSE[0]=GPL3
- KEYWORDS="kde5/6"
- SHORT="Mastodon client"
-cat << EOF
-okodon is a Mastodon client for Plasma and Plasma Mobile
-EOF
diff --git a/kde5-extra/tokodon/HISTORY b/kde5-extra/tokodon/HISTORY
deleted file mode 100644
index 1fc21ff..0000000
--- a/kde5-extra/tokodon/HISTORY
+++ /dev/null
@@ -1,7 +0,0 @@
-2023-03-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: fix typo
-
-2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 23.02.0
- spell created
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f437483c439aa69c86c301d19e6b62a852e84c48), Treeve Jelbert, 04/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page