summaryrefslogtreecommitdiffstats
path: root/qt5-qmake
diff options
context:
space:
mode:
authorTreeve Jelbert2023-01-18 20:45:56 +0100
committerTreeve Jelbert2023-01-19 10:01:12 +0100
commit1641416788cd22fd05d5da9084f202e5a43f0566 (patch)
tree2d4afafad6bf2e8be4d6645f34f76dbacb159f91 /qt5-qmake
parentf249a9f38258709de7a68ede6459a9835451f4d6 (diff)
qml-box2d - now uses cmake
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-xqt5-qmake/qml-box2d/DEPENDS2
-rwxr-xr-xqt5-qmake/qml-box2d/DETAILS15
-rw-r--r--qt5-qmake/qml-box2d/HISTORY4
3 files changed, 0 insertions, 21 deletions
diff --git a/qt5-qmake/qml-box2d/DEPENDS b/qt5-qmake/qml-box2d/DEPENDS
deleted file mode 100755
index 0b84f29e40..0000000000
--- 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 1e6c3eb612..0000000000
--- 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 7309efc10d..0000000000
--- a/qt5-qmake/qml-box2d/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2021-12-18 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version master
- spell created
-