Skip to Content.
Sympa Menu

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

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 (82d769c83969ceb5d99b4e45ed37d07b9894a899)
  • Date: Sun, 19 Dec 2021 16:06:41 +0000

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

ChangeLog | 4 ++++
kde5-apps/gcompris/CONFIGURE | 1 +
kde5-apps/gcompris/DEPENDS | 9 +++++++++
kde5-apps/gcompris/DETAILS | 18 ++++++++++++++++++
kde5-apps/gcompris/HISTORY | 6 ++++++
kde5-apps/gcompris/PRE_BUILD | 3 +++
kde5-apps/gcompris/gcompris.gpg |binary
kde5-apps/kid3/DETAILS | 2 +-
kde5-apps/kid3/HISTORY | 3 +++
kde5-apps/latte-dock/DETAILS | 2 +-
kde5-apps/latte-dock/HISTORY | 3 +++
kde5-sdk/heaptrack/DETAILS | 2 +-
kde5-sdk/heaptrack/HISTORY | 3 +++
qt5-qmake/qml-box2d/DEPENDS | 2 ++
qt5-qmake/qml-box2d/DETAILS | 15 +++++++++++++++
qt5-qmake/qml-box2d/HISTORY | 4 ++++
16 files changed, 74 insertions(+), 3 deletions(-)

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

gcompris-2.0

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

qml-box2d - added

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

heaptrack: => 1.3.0

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

kid3: => 3.9.0

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

latte-dock: => 0.10.6

diff --git a/ChangeLog b/ChangeLog
index adb14d1..9a0cbd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5-qmake/qml-box2d: added, qml support for box2d
+ * kde5-apps/gcompris: added, educational software
+
2021-12-17 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-extra/libkvkontakte: delete

diff --git a/kde5-apps/gcompris/CONFIGURE b/kde5-apps/gcompris/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-apps/gcompris/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/gcompris/DEPENDS b/kde5-apps/gcompris/DEPENDS
new file mode 100755
index 0000000..bf3e20f
--- /dev/null
+++ b/kde5-apps/gcompris/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtmultimedia &&
+depends qtsensors &&
+depends qtsvg &&
+depends qttools &&
+depends kdoctools &&
+depends qml-box2d &&
+depends SSL
diff --git a/kde5-apps/gcompris/DETAILS b/kde5-apps/gcompris/DETAILS
new file mode 100755
index 0000000..1a84f85
--- /dev/null
+++ b/kde5-apps/gcompris/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gcompris
+ VERSION=2.0
+ SOURCE=$SPELL-qt-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-qt-$VERSION
+ WEB_SITE=https://gcompris.net
+ SOURCE_URL[0]=$WEB_SITE/download/qt/src/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gcompris.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ LICENSE[0]=AGPL
+ ENTERED=20211218
+ KEYWORDS=""
+ SHORT="high quality educational software suite"
+cat << EOF
+GCompris is a high quality educational software suite, including a large
number of
+activities for children aged 2 to 10.
+EOF
diff --git a/kde5-apps/gcompris/HISTORY b/kde5-apps/gcompris/HISTORY
new file mode 100644
index 0000000..b8ca9ea
--- /dev/null
+++ b/kde5-apps/gcompris/HISTORY
@@ -0,0 +1,6 @@
+2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * gcompris.gpg: add "Timoth�e Giet <animtim AT gmail.com>"
+ * DETAILS: version 2.0
+ spell created
+
diff --git a/kde5-apps/gcompris/PRE_BUILD b/kde5-apps/gcompris/PRE_BUILD
new file mode 100755
index 0000000..a749305
--- /dev/null
+++ b/kde5-apps/gcompris/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+rm -r po
diff --git a/kde5-apps/gcompris/gcompris.gpg b/kde5-apps/gcompris/gcompris.gpg
new file mode 100644
index 0000000..e2ad92c
Binary files /dev/null and b/kde5-apps/gcompris/gcompris.gpg differ
diff --git a/kde5-apps/kid3/DETAILS b/kde5-apps/kid3/DETAILS
index 2c3ba39..6655f9d 100755
--- a/kde5-apps/kid3/DETAILS
+++ b/kde5-apps/kid3/DETAILS
@@ -1,5 +1,5 @@
SPELL=kid3
- VERSION=3.8.7
+ VERSION=3.9.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://download.kde.org/stable/kid3/$VERSION/$SOURCE
diff --git a/kde5-apps/kid3/HISTORY b/kde5-apps/kid3/HISTORY
index fe3172c..de565e5 100644
--- a/kde5-apps/kid3/HISTORY
+++ b/kde5-apps/kid3/HISTORY
@@ -1,3 +1,6 @@
+2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.0
+
2021-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.8.7

diff --git a/kde5-apps/latte-dock/DETAILS b/kde5-apps/latte-dock/DETAILS
index a2e1a35..2943d45 100755
--- a/kde5-apps/latte-dock/DETAILS
+++ b/kde5-apps/latte-dock/DETAILS
@@ -1,5 +1,5 @@
SPELL=latte-dock
- VERSION=0.10.5
+ VERSION=0.10.6
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/psifidotos/$SPELLX
diff --git a/kde5-apps/latte-dock/HISTORY b/kde5-apps/latte-dock/HISTORY
index de5ccfa..e82d849 100644
--- a/kde5-apps/latte-dock/HISTORY
+++ b/kde5-apps/latte-dock/HISTORY
@@ -1,3 +1,6 @@
+2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.10.6
+
2021-12-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.5

diff --git a/kde5-sdk/heaptrack/DETAILS b/kde5-sdk/heaptrack/DETAILS
index ccfacae..63d45d8 100755
--- a/kde5-sdk/heaptrack/DETAILS
+++ b/kde5-sdk/heaptrack/DETAILS
@@ -1,5 +1,5 @@
SPELL=heaptrack
- VERSION=1.2.0
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-sdk/heaptrack/HISTORY b/kde5-sdk/heaptrack/HISTORY
index 12263e7..1ed50ad 100644
--- a/kde5-sdk/heaptrack/HISTORY
+++ b/kde5-sdk/heaptrack/HISTORY
@@ -1,3 +1,6 @@
+2021-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0
+
2020-09-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0

diff --git a/qt5-qmake/qml-box2d/DEPENDS b/qt5-qmake/qml-box2d/DEPENDS
new file mode 100755
index 0000000..0b84f29
--- /dev/null
+++ b/qt5-qmake/qml-box2d/DEPENDS
@@ -0,0 +1,2 @@
+depends qtbase &&
+depends qtdeclarative
diff --git a/qt5-qmake/qml-box2d/DETAILS b/qt5-qmake/qml-box2d/DETAILS
new file mode 100755
index 0000000..1e6c3eb
--- /dev/null
+++ b/qt5-qmake/qml-box2d/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qml-box2d
+ VERSION=master
+
SOURCE_HASH=sha512:f93a554b37a68684837a6bb6ac5f749af236d590cc2c58aff2f24629d508bc3fce7c7f8296c9175fe70913b6ff45cd531e48c5836caf22361de99b464675fd1b
+ SOURCE=$SPELL.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/qml-box2d/qml-box2d
+ SOURCE_URL=$WEB_SITE/archive/refs/heads/master.zip
+ LICENSE[0]=ZLIB
+ ENTERED=20211218
+ KEYWORDS=""
+ SHORT="QML plugin for Box2D"
+cat << EOF
+The goal of the qml-box2d plugin is to expose the functionality of Box2D
(C++)
+as a QML plugin in order to make it easier to write physics based software
in QML.
+EOF
diff --git a/qt5-qmake/qml-box2d/HISTORY b/qt5-qmake/qml-box2d/HISTORY
new file mode 100644
index 0000000..7309efc
--- /dev/null
+++ b/qt5-qmake/qml-box2d/HISTORY
@@ -0,0 +1,4 @@
+2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (82d769c83969ceb5d99b4e45ed37d07b9894a899), Treeve Jelbert, 12/19/2021

Archive powered by MHonArc 2.6.24.

Top of Page