Skip to Content.
Sympa Menu

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

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 (93ab725de4d3173854cb67a3dd59e722125bb1f0)
  • Date: Thu, 23 Feb 2023 13:11:35 +0000

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

ChangeLog | 3 +++
kde5-extra/tokodon/CONFIGURE | 1 +
kde5-extra/tokodon/DEPENDS | 18 ++++++++++++++++++
kde5-extra/tokodon/DETAILS | 15 +++++++++++++++
kde5-extra/tokodon/HISTORY | 4 ++++
5 files changed, 41 insertions(+)

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

tokodon-23.02.0

diff --git a/ChangeLog b/ChangeLog
index 2da0817..48ae7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-extra/tokodon: added, Mastadon client
+
2023-02-19 Pavel Vinogradov <public AT sourcemage.org>
* graphics/imv: new spell, a simple image viewer for tiling window
managers

diff --git a/kde5-extra/tokodon/CONFIGURE b/kde5-extra/tokodon/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-extra/tokodon/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/tokodon/DEPENDS b/kde5-extra/tokodon/DEPENDS
new file mode 100755
index 0000000..e3ac83e
--- /dev/null
+++ b/kde5-extra/tokodon/DEPENDS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/KDE5_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
new file mode 100755
index 0000000..4e728b5
--- /dev/null
+++ b/kde5-extra/tokodon/DETAILS
@@ -0,0 +1,15 @@
+ 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"
+Tcat << EOF
+okodon is a Mastodon client for Plasma and Plasma Mobile
+EOF
diff --git a/kde5-extra/tokodon/HISTORY b/kde5-extra/tokodon/HISTORY
new file mode 100644
index 0000000..85ecd28
--- /dev/null
+++ b/kde5-extra/tokodon/HISTORY
@@ -0,0 +1,4 @@
+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 (93ab725de4d3173854cb67a3dd59e722125bb1f0), Treeve Jelbert, 02/23/2023

Archive powered by MHonArc 2.6.24.

Top of Page