Skip to Content.
Sympa Menu

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

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 (6314cb444f060f7efed8b89eff8bfdc40e991b48)
  • Date: Sun, 12 May 2024 15:59:16 +0000

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

openprinting/pycups/DEPENDS | 1 +
openprinting/pycups/HISTORY | 3 +++
python-pypi/gramps5/DEPENDS | 20 ++++++--------------
python-pypi/gramps5/DETAILS | 4 ++--
python-pypi/gramps5/HISTORY | 4 ++++
python-pypi/pyicu/DETAILS | 6 +++---
python-pypi/pyicu/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
windowmanagers/labwc/DETAILS | 4 ++--
windowmanagers/labwc/HISTORY | 3 +++
11 files changed, 32 insertions(+), 23 deletions(-)

New commits:
commit 6314cb444f060f7efed8b89eff8bfdc40e991b48
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pycups - tweak depends

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

setuptools: => 69.5.1

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

labwc: => 0.7.2

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

gramps5 - depends ++

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

pyicu: => 2.13.1

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

gramps5: => 5.2.2

diff --git a/openprinting/pycups/DEPENDS b/openprinting/pycups/DEPENDS
index 1e685bb..afb497e 100755
--- a/openprinting/pycups/DEPENDS
+++ b/openprinting/pycups/DEPENDS
@@ -1,2 +1,3 @@
depends python3 &&
+depends setuptoola &&
depends cups
diff --git a/openprinting/pycups/HISTORY b/openprinting/pycups/HISTORY
index 4625184..f30c799 100644
--- a/openprinting/pycups/HISTORY
+++ b/openprinting/pycups/HISTORY
@@ -1,3 +1,6 @@
+2024-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add setuptools
+
2024-04-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.4
* PRE_BUILD: deleted
diff --git a/python-pypi/gramps5/DEPENDS b/python-pypi/gramps5/DEPENDS
index 60c6790..74a5dec 100755
--- a/python-pypi/gramps5/DEPENDS
+++ b/python-pypi/gramps5/DEPENDS
@@ -1,18 +1,10 @@
depends python3 &&
+depends setuptools &&
depends sqlite &&
+depends pycairo &&
depends pygobject3 &&
-#depends gobject-introspection &&
-#depends bsddb3 &&
-depends pyicu &&
-#depends librsvg2 &&
+depends pyicu &&
depends xdg-utils &&
-#runtime_depends gobject-introspection
-#runtime_depends librsvg2
-#runtime_depends pango
-runtime_depends cairo
-#runtime_depends gtk+3
-suggest_depends freefont-ttf '' '' 'additional font support'
-#suggest_depends gtkspell '' '' 'spell checking in the notes' &&
-#suggest_depends gnome-python-desktop '' '' 'print/preview PS/PDF docs' &&
-#suggest_depends kgraphviewer4 '' '' 'view graphs in KDE4' &&
-#suggest_depends graphviz "" "" "create graphs"
+suggest_depends freefont-ttf '' '' 'additional font support' &&
+suggest_depends gtkspell3 '' '' 'spell checking in the notes' &&
+optional_depends pillow '' '' 'display images'
diff --git a/python-pypi/gramps5/DETAILS b/python-pypi/gramps5/DETAILS
index 2815183..7a58edd 100755
--- a/python-pypi/gramps5/DETAILS
+++ b/python-pypi/gramps5/DETAILS
@@ -1,7 +1,7 @@
SPELL=gramps5
SPELLX=gramps
- VERSION=5.1.5
-
SOURCE_HASH=sha512:8e36e8da7cfb41cc0c77881993cfc212a15bf9775dad3c8be131889b70360117e023b6837b91dad28fc03198080290a08c8089856c753246ff14c7fc3bca38be
+ VERSION=5.2.2
+
SOURCE_HASH=sha512:4e2480081c16a61e9b0d4b0bbecccf4e6af6a40498d6994d8103ac37a7f3ce7993359fc0a9ee72cb06173ab82e17029e1a731bcf4af360cfc73e3c44c9800ef5
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//-?}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
diff --git a/python-pypi/gramps5/HISTORY b/python-pypi/gramps5/HISTORY
index b3c2347..7d755c3 100644
--- a/python-pypi/gramps5/HISTORY
+++ b/python-pypi/gramps5/HISTORY
@@ -1,3 +1,7 @@
+2024-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.2.2
+ * DEPENDS: update
+
2022-03-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.1.5

diff --git a/python-pypi/pyicu/DETAILS b/python-pypi/pyicu/DETAILS
index 45a702d..6c80213 100755
--- a/python-pypi/pyicu/DETAILS
+++ b/python-pypi/pyicu/DETAILS
@@ -1,8 +1,8 @@
SPELL=pyicu
SPELLX=PyICU
- VERSION=2.8.1
-
VX=5c/d0/50e4319f07b0514a9da5dfdf65aa36c0782120c13b1d194a9c1a54cdc537
-
SOURCE_HASH=sha512:9edd2f5f8755d06e70a9889f1129bdf53eec50d2948a54edfd2142573447774b0767a329092436c9bc7045c8e8e81043bf4e68d0990a0d8427b18542c5b44727
+ VERSION=2.13.1
+
VX=60/b8/1540a0a0cd74aa878749d442e19916df946e3b187c9965a991ddc77cc39c
+
SOURCE_HASH=sha512:77e941c26b409dbb39714514add5a61d45751791ced337cdaa489e5a44043565e6fa0a79fbe8174e92af4566f086840f86c24510bde71d075a13193af28aa3a4
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/pyicu/HISTORY b/python-pypi/pyicu/HISTORY
index 0cf7327..0881fdb 100644
--- a/python-pypi/pyicu/HISTORY
+++ b/python-pypi/pyicu/HISTORY
@@ -1,3 +1,6 @@
+2024-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.13.1
+
2022-03-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.8.1

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 5705dce..51bf0f7 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=68.2.2
-
SOURCE_HASH=sha512:ed3138a39e8ae47d695e71835024d66d63b8de51aa336bd8524de81a5036aa26cf587caca5d6b46c833f77a6e9c8c1ae6b64e8310f712bd9c4e760196778b2ca
+ VERSION=69.5.1
+
SOURCE_HASH=sha512:81f4a5184976a0d4aa070261bb56458c54ec6a479786fa469e98cb336e9a1691b281ae771abe41bc5398fac15b2dd039c07cf014ee00572f46908ce6830fcb6a
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/s/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 140250c..228e961 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2024-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 69.5.1
+
2023-10-03 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 68.2.2

diff --git a/windowmanagers/labwc/DETAILS b/windowmanagers/labwc/DETAILS
index 52fc1c1..a964108 100755
--- a/windowmanagers/labwc/DETAILS
+++ b/windowmanagers/labwc/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=labwc
- VERSION=0.7.1
+ VERSION=0.7.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/labwc/labwc/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha256:1810ec55e287708e7a3cd44c726aa887db02480704db82b3d0bd550a6c4bfb76
+
SOURCE_HASH=sha256:b00119451a91a75cc063cfa753f956623acdde4b93bbf78b2b6d5fe7f94c597e
LICENSE[0]=GPL
WEB_SITE=https://github.com/labwc/labwc/
ENTERED=20230227
diff --git a/windowmanagers/labwc/HISTORY b/windowmanagers/labwc/HISTORY
index 9631677..af81133 100644
--- a/windowmanagers/labwc/HISTORY
+++ b/windowmanagers/labwc/HISTORY
@@ -1,3 +1,6 @@
+2024-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.2
+
2024-03-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.1



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6314cb444f060f7efed8b89eff8bfdc40e991b48), Treeve Jelbert, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page