Skip to Content.
Sympa Menu

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

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 (95ec130ad52f20b5401979dbf46ce591b961e855)
  • Date: Thu, 19 Jan 2023 09:32:04 +0000

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

editors/nano/DETAILS | 2 +-
editors/nano/HISTORY | 3 +++
kde5-apps/gcompris/DEPENDS | 2 ++
kde5-apps/gcompris/DETAILS | 2 +-
kde5-apps/gcompris/HISTORY | 4 ++++
qt5-cmake/qml-box2d/DEPENDS | 6 ++++++
qt5-cmake/qml-box2d/DETAILS | 15 +++++++++++++++
qt5-cmake/qml-box2d/HISTORY | 9 +++++++++
qt5-qmake/qml-box2d/DEPENDS | 2 --
qt5-qmake/qml-box2d/DETAILS | 15 ---------------
qt5-qmake/qml-box2d/HISTORY | 4 ----
11 files changed, 41 insertions(+), 23 deletions(-)

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

nano: => 7.2

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

qml-box2d - now uses cmake

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

gcompris: => 3.0

diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index aeefe80..1fd916d 100755
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,5 +1,5 @@
SPELL=nano
- VERSION=7.1
+ VERSION=7.2
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1`
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index bc576bb..9f6b788 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2023-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 7.2
+
2022-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.1

diff --git a/kde5-apps/gcompris/DEPENDS b/kde5-apps/gcompris/DEPENDS
index bf3e20f..b44fc5d 100755
--- a/kde5-apps/gcompris/DEPENDS
+++ b/kde5-apps/gcompris/DEPENDS
@@ -1,5 +1,7 @@
source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtcharts &&
depends qtdeclarative &&
+depends qtquickcontrols2
depends qtmultimedia &&
depends qtsensors &&
depends qtsvg &&
diff --git a/kde5-apps/gcompris/DETAILS b/kde5-apps/gcompris/DETAILS
index 5f49bc5..a1ce8bc 100755
--- a/kde5-apps/gcompris/DETAILS
+++ b/kde5-apps/gcompris/DETAILS
@@ -1,5 +1,5 @@
SPELL=gcompris
- VERSION=2.4
+ VERSION=3.0
SOURCE=$SPELL-qt-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-qt-$VERSION
WEB_SITE=https://gcompris.net
diff --git a/kde5-apps/gcompris/HISTORY b/kde5-apps/gcompris/HISTORY
index b81ac28..0bd975d 100644
--- a/kde5-apps/gcompris/HISTORY
+++ b/kde5-apps/gcompris/HISTORY
@@ -1,3 +1,7 @@
+2023-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0
+ * DEPENDS: add qtcharts, qtquickcontrols
+
2022-04-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4

diff --git a/qt5-cmake/qml-box2d/DEPENDS b/qt5-cmake/qml-box2d/DEPENDS
new file mode 100755
index 0000000..c87f047
--- /dev/null
+++ b/qt5-cmake/qml-box2d/DEPENDS
@@ -0,0 +1,6 @@
+source $GRIMOIRE/QT_DEPENDS &&
+if [[ -f /etc/KDE_USE_QT6 ]];then
+ depends qt6declarative
+else
+ depends qtdeclarative
+fi
diff --git a/qt5-cmake/qml-box2d/DETAILS b/qt5-cmake/qml-box2d/DETAILS
new file mode 100755
index 0000000..7ec268e
--- /dev/null
+++ b/qt5-cmake/qml-box2d/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qml-box2d
+ VERSION=master
+
SOURCE_HASH=sha512:86d286f7599af2760414f994397b99938b3ad93e3ba6600e8187f0821a147f305ebfb8798d47cef8e00e70d5c6c656db199e11e1b69d07c4992d43eef0556f9c
+ 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-cmake/qml-box2d/HISTORY b/qt5-cmake/qml-box2d/HISTORY
new file mode 100644
index 0000000..bba8e56
--- /dev/null
+++ b/qt5-cmake/qml-box2d/HISTORY
@@ -0,0 +1,9 @@
+2023-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * move spell to qt5-cmake
+ * DEPENDS: add cmake and 1t6 support
+ * DETAILS: update hash
+
+2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
+
diff --git a/qt5-qmake/qml-box2d/DEPENDS b/qt5-qmake/qml-box2d/DEPENDS
deleted file mode 100755
index 0b84f29..0000000
--- a/qt5-qmake/qml-box2d/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends qtbase &&
-depends qtdeclarative
diff --git a/qt5-qmake/qml-box2d/DETAILS b/qt5-qmake/qml-box2d/DETAILS
deleted file mode 100755
index 1e6c3eb..0000000
--- a/qt5-qmake/qml-box2d/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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
deleted file mode 100644
index 7309efc..0000000
--- a/qt5-qmake/qml-box2d/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2021-12-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version master
- spell created
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (95ec130ad52f20b5401979dbf46ce591b961e855), Treeve Jelbert, 01/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page