Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (9fc4cad2dd790711587dc83d6ff6e00d9d2c7cd6)
  • Date: Sun, 22 Sep 2024 09:00:24 +0000

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

devel/iaito/BUILD | 4 ++++
devel/iaito/DEPENDS | 16 +++++++++++-----
devel/iaito/DETAILS | 4 ++--
devel/iaito/HISTORY | 4 ++++
devel/radare2/DETAILS | 6 +++---
devel/radare2/HISTORY | 3 +++
python-pypi/lxml/DETAILS | 4 ++--
python-pypi/lxml/HISTORY | 3 +++
qt5-cmake/sigil/DETAILS | 2 +-
qt5-cmake/sigil/HISTORY | 3 +++
wm-addons/wlroots/DETAILS | 2 +-
wm-addons/wlroots/HISTORY | 3 +++
12 files changed, 40 insertions(+), 14 deletions(-)

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

iaito - qt6 support

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

iaito: => 5.9.4

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

radare2: => 5.9.4

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

lxml: => 5.3.0

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

sigil: => 2.3.1

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

wlroots: => 0.18.1

diff --git a/devel/iaito/BUILD b/devel/iaito/BUILD
new file mode 100755
index 0000000..4773166
--- /dev/null
+++ b/devel/iaito/BUILD
@@ -0,0 +1,4 @@
+if is_depends_enabled $SPELL qt6base;then
+ PATH+=":$QT6DIR/bin"
+fi &&
+default_build
diff --git a/devel/iaito/DEPENDS b/devel/iaito/DEPENDS
index c8e16ce..c5ccc31 100755
--- a/devel/iaito/DEPENDS
+++ b/devel/iaito/DEPENDS
@@ -1,9 +1,15 @@
-depends qtbase &&
+source $GRIMOIRE/QT_DEPENDS &&
+if is_depends_enabled $SPELL qt6base;then
+ depends qt6svg
+else
+ depends qtsvg
+fi &&
depends radare2 &&
optional_depends python3 --with-python '' 'for Python support' &&
if is_depends_enabled "$SPELL" python3; then
- optional_depends shiboken2 --with-python-bindings '' 'for Python bindings'
&&
- if is_depends_enabled "$SPELL" shiboken2; then
- depends pyside2
- fi
+ if is_depends_enabled $SPELL qt6base;then
+# optional_depends pyside6 --with-python-bindings '' 'for Python bindings'
+ else
+ optional_depends pyside2 --with-python-bindings '' 'for Python bindings'
+ fi
fi
diff --git a/devel/iaito/DETAILS b/devel/iaito/DETAILS
index f91de63..ebcf1a9 100755
--- a/devel/iaito/DETAILS
+++ b/devel/iaito/DETAILS
@@ -1,9 +1,9 @@
# Watch: https://github.com/radareorg/iaito/tags /refs/tags/([0-9.]+)[.]tar
SPELL=iaito
- VERSION=5.9.2
+ VERSION=5.9.4
+
SOURCE_HASH=sha512:1625ba17a8fcd3a4fc242faaa6a1d4cd4b4c0285d97cc9f3490df6576771867e1b3afe2ca3f6ae820acaf5be2c4dc854e6bfcd1b6fa07777d6352ce3bd1ce85f
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL=(https://github.com/radareorg/$SPELL/archive/$VERSION.tar.gz)
-
SOURCE_HASH=sha512:e9856f6a63e739fcb8765b588b1e2679d8ce354aba412e04366f776a47b20e3cd6704606cbfeb725f2d87bfdec386931e61111d510aff99e6c45ff20927a6530
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://www.radare.org/n/iaito.html";
LICENSE[0]="GPL-3.0-only"
diff --git a/devel/iaito/HISTORY b/devel/iaito/HISTORY
index 33422e8..6e9ae19 100644
--- a/devel/iaito/HISTORY
+++ b/devel/iaito/HISTORY
@@ -1,3 +1,7 @@
+2024-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.4
+ * BUILD DEPENDS: qt6, pyside6 support
+
2024-06-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.9.2
fixed WEB_SITE
diff --git a/devel/radare2/DETAILS b/devel/radare2/DETAILS
index 75b8a4e..0b92aee 100755
--- a/devel/radare2/DETAILS
+++ b/devel/radare2/DETAILS
@@ -1,13 +1,13 @@
# Watch: https://github.com/radareorg/radare2/tags /refs/tags/([0-9.]+)[.]tar
. "$GRIMOIRE"/FUNCTIONS &&
SPELL=radare2
- VERSION=5.9.2
+ VERSION=5.9.4
+
SOURCE_HASH=sha512:51d42b6d98027d3f3d85570e79ea18a8f220c145e3451fd10d82eea1a0542648f83447bb6cb6f5bbf76241677a2412bf064ffbade75e69b486c6148543aa4b0f
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]="https://github.com/radare/radare2/archive/$VERSION.tar.gz";
-
SOURCE_HASH=sha512:e190ec124c6d48e512939782148b23fb0ef50aeb66763c198fdf7a6329d6882bb49a10641902313045b6802fca233c56fbc0142155b52f915dab4099481923c9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://radare.org";
+ WEB_SITE="https://radare.org";
LICENSE[0]=GPL
ENTERED=20110506
SHORT="open source reverse engineering framework"
diff --git a/devel/radare2/HISTORY b/devel/radare2/HISTORY
index 68a2da9..3c627a4 100644
--- a/devel/radare2/HISTORY
+++ b/devel/radare2/HISTORY
@@ -1,3 +1,6 @@
+2024-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.4
+
2024-06-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.9.2

diff --git a/python-pypi/lxml/DETAILS b/python-pypi/lxml/DETAILS
index 014e1d6..64d301e 100755
--- a/python-pypi/lxml/DETAILS
+++ b/python-pypi/lxml/DETAILS
@@ -1,6 +1,6 @@
SPELL=lxml
- VERSION=5.2.2
-
SOURCE_HASH=sha512:20b87a2d6e7ac82b6979d6fd18ecd5c224fec6eeee6b69d47a5bf2947ce53e6a517d1b86ab68836a5974f78ce86551ddc2317c1a7255932b418b98dc64d59376
+ VERSION=5.3.0
+
SOURCE_HASH=sha512:514477bf4c865541233d73f20de816b51d265dbd75c56a0d13779e14527c73e85ca890718d06c08728da228d410459016e9cb8abdad4d03b44a81a04a198fb54
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/lxml/lxml/archive/$SOURCE
SECURITY_PATCH=2
diff --git a/python-pypi/lxml/HISTORY b/python-pypi/lxml/HISTORY
index 48c76a7..757c0f4 100644
--- a/python-pypi/lxml/HISTORY
+++ b/python-pypi/lxml/HISTORY
@@ -1,3 +1,6 @@
+2024-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.3.0
+
2024-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.2.2
* PRE_BUILDS: deleted
diff --git a/qt5-cmake/sigil/DETAILS b/qt5-cmake/sigil/DETAILS
index ae10991..e3611cd 100755
--- a/qt5-cmake/sigil/DETAILS
+++ b/qt5-cmake/sigil/DETAILS
@@ -1,5 +1,5 @@
SPELL=sigil
- VERSION=1.9.20
+ VERSION=2.3.1
SOURCE=Sigil-$VERSION.tar.gz
WEB_SITE=https://github.com/Sigil-Ebook/Sigil
SOURCE_URL=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
diff --git a/qt5-cmake/sigil/HISTORY b/qt5-cmake/sigil/HISTORY
index 0801965..23c186d 100644
--- a/qt5-cmake/sigil/HISTORY
+++ b/qt5-cmake/sigil/HISTORY
@@ -1,3 +1,6 @@
+2024-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.1
+
2022-12-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.20

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 0b069cb..68981e3 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -18,7 +18,7 @@ case "${WLROOTS_BRANCH}" in

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${WLROOTS_COMMIT}/${SOURCE}.tar.gz";
;;
(*)
- VERSION=0.18.0
+ VERSION=0.18.1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$VERSION/downloads/$SOURCE";
SOURCE2=$SOURCE.sig
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index cd3bd6d..00b7f7c 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2024-09-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18.1
+
2024-08-31 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: libdrm >= 2.4.122, wayland >= 1.23,
wayland-protocols >= 1.35


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (9fc4cad2dd790711587dc83d6ff6e00d9d2c7cd6), Treeve Jelbert, 09/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page