Skip to Content.
Sympa Menu

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

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 (0ded02a49b5d779fb597e1dff0c66f46c5a77bb8)
  • Date: Wed, 22 Feb 2023 16:47:55 +0000

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

crypto/botan/DEPENDS | 2 +-
crypto/botan/DETAILS | 2 +-
crypto/botan/HISTORY | 5 +++++
crypto/botan/PRE_BUILD | 3 +++
crypto/keepassxc/DEPENDS | 1 +
crypto/keepassxc/DETAILS | 4 ++--
crypto/keepassxc/HISTORY | 4 ++++
qt5-cmake/qt-creator/CONFIGURE | 1 -
qt5-cmake/qt-creator/DETAILS | 11 ++---------
qt5-cmake/qt-creator/HISTORY | 5 +++++
qt5-cmake/qt-creator/INSTALL | 1 -
11 files changed, 24 insertions(+), 15 deletions(-)

New commits:
commit 0ded02a49b5d779fb597e1dff0c66f46c5a77bb8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

botan: => 2.19.3

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

keepassxc: => 2.7.4

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

qt-creator: => 9.0.2

diff --git a/crypto/botan/DEPENDS b/crypto/botan/DEPENDS
index c5ac42e..857da7a 100755
--- a/crypto/botan/DEPENDS
+++ b/crypto/botan/DEPENDS
@@ -1,4 +1,4 @@
-depends PYTHON &&
+depends python3 &&
depends -sub CXX gcc &&

optional_depends python-sphinx \
diff --git a/crypto/botan/DETAILS b/crypto/botan/DETAILS
index ca3d33d..14b8aae 100755
--- a/crypto/botan/DETAILS
+++ b/crypto/botan/DETAILS
@@ -1,5 +1,5 @@
SPELL=botan
- VERSION=2.17.2
+ VERSION=2.19.3

SOURCE=Botan-$VERSION.tar.xz
SOURCE_URL[0]=https://botan.randombit.net/releases/$SOURCE
diff --git a/crypto/botan/HISTORY b/crypto/botan/HISTORY
index 808efc1..11ffa94 100644
--- a/crypto/botan/HISTORY
+++ b/crypto/botan/HISTORY
@@ -1,3 +1,8 @@
+2023-02-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.19.3
+ * PRE_BUILD: added, find python3
+ * DEPENDS: tweak
+
2020-12-24 Ismael Luceno <ismael AT iodev.co.uk>
* BUILD, DEPENDS: Added optional dependency on python-sphinx

diff --git a/crypto/botan/PRE_BUILD b/crypto/botan/PRE_BUILD
new file mode 100755
index 0000000..68b2c58
--- /dev/null
+++ b/crypto/botan/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '1s/python/python3/' configure.py
diff --git a/crypto/keepassxc/DEPENDS b/crypto/keepassxc/DEPENDS
index 3bef1f4..849fff6 100755
--- a/crypto/keepassxc/DEPENDS
+++ b/crypto/keepassxc/DEPENDS
@@ -1,4 +1,5 @@
source $GRIMOIRE/QT5_DEPENDS &&
+depends botan &&
depends libargon2 &&
depends libgcrypt &&
depends libgpg-error &&
diff --git a/crypto/keepassxc/DETAILS b/crypto/keepassxc/DETAILS
index 52ac0ef..3ceafd8 100755
--- a/crypto/keepassxc/DETAILS
+++ b/crypto/keepassxc/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=keepassxc
- VERSION=2.6.6
+ VERSION=2.7.4
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/keepassxreboot/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:fb41d25b9b4ac97feddf9632e7a26140d7a9fbba4256ac0394814fd9097d0d30f810cb48939325b4b858cac1378747aadd1987eb468657c929e0008b736eddd7
+
SOURCE_HASH=sha512:85202c1c270757bc9ef47b58d8fb3801c35dd55298b8304dca326bec104ddb6da2b4050b22edddac453bb9a0b507a9dee07e842f1b8e957d96fd9337d5efdf38
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://keepassxc.org/";
LICENSE[0]=GPL
diff --git a/crypto/keepassxc/HISTORY b/crypto/keepassxc/HISTORY
index aee9836..7aad044 100644
--- a/crypto/keepassxc/HISTORY
+++ b/crypto/keepassxc/HISTORY
@@ -1,3 +1,7 @@
+2023-02-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.4
+ * DEPENDS: add botan
+
2022-02-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.6.6
* DEPENDS: update
diff --git a/qt5-cmake/qt-creator/CONFIGURE b/qt5-cmake/qt-creator/CONFIGURE
index 97a1417..b2f02c3 100755
--- a/qt5-cmake/qt-creator/CONFIGURE
+++ b/qt5-cmake/qt-creator/CONFIGURE
@@ -1,2 +1 @@
source $GRIMOIRE/CMAKE_CONFIGURE
-config_query QTCREATOR_DEVEL "Do you want to build the development branch?" n
diff --git a/qt5-cmake/qt-creator/DETAILS b/qt5-cmake/qt-creator/DETAILS
index adf98ab..50246e8 100755
--- a/qt5-cmake/qt-creator/DETAILS
+++ b/qt5-cmake/qt-creator/DETAILS
@@ -1,15 +1,8 @@
SPELL=qt-creator
-if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then
- VERSION=9.0.0
-
SOURCE_HASH=sha512:3aae3e6836c9e3967dbda3044b1dc4f9c6f01194dc1535c07bd7999f955ce04047ca7ca21202a1770d876a71026b62eafbc66093526bfdba88beef79de687750
- SOURCE=$SPELL-opensource-src-$VERSION.tar.xz
-
SOURCE_URL[0]=http://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
-else
- VERSION=9.0.0
-
SOURCE_HASH=sha512:3aae3e6836c9e3967dbda3044b1dc4f9c6f01194dc1535c07bd7999f955ce04047ca7ca21202a1770d876a71026b62eafbc66093526bfdba88beef79de687750
+ VERSION=9.0.2
+
SOURCE_HASH=sha512:9a1695463177f5ec8eb4605a6202157780ab0defe01f8aab16b94a947755a8eec04345f6a503b786bba72159cd2a02fc53f7b3892a8902bfd87598fe78d42d57
SOURCE=$SPELL-opensource-src-$VERSION.tar.xz

SOURCE_URL[0]=https://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
-fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-src-$VERSION
WEB_SITE=httpS://www.qt.io/developers
LICENSE[0]=LGPL
diff --git a/qt5-cmake/qt-creator/HISTORY b/qt5-cmake/qt-creator/HISTORY
index 54370a0..9f051ec 100644
--- a/qt5-cmake/qt-creator/HISTORY
+++ b/qt5-cmake/qt-creator/HISTORY
@@ -1,3 +1,8 @@
+2023-02-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.2
+ * CONFIGURE: drop devel version
+ * INSTALL: delete unused file
+
2022-11-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.0.0

diff --git a/qt5-cmake/qt-creator/INSTALL b/qt5-cmake/qt-creator/INSTALL
deleted file mode 100644
index 12550e5..0000000
--- a/qt5-cmake/qt-creator/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make INSTALL_ROOT=${INSTALL_ROOT}/usr install



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ded02a49b5d779fb597e1dff0c66f46c5a77bb8), Treeve Jelbert, 02/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page