sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (99bcc0c449f47f95becdc23e2182b8e8b7d0fb4d)
- 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 (99bcc0c449f47f95becdc23e2182b8e8b7d0fb4d)
- Date: Tue, 31 Dec 2024 15:40:53 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
ChangeLog | 3
crypto/blake3/DETAILS | 4 -
crypto/blake3/HISTORY | 3
gnome2-apps/orca/DEPENDS | 2
gnome2-apps/orca/HISTORY | 3
gnome2-libs/at-spi2-atk/CONFIGURE | 1
gnome2-libs/at-spi2-atk/DEPENDS | 19 -----
gnome2-libs/at-spi2-atk/DETAILS | 17 -----
gnome2-libs/at-spi2-atk/HISTORY | 119
-------------------------------------
gnome2-libs/at-spi2-atk/PREPARE | 2
gnome2-libs/at-spi2-core/CONFLICTS | 1
gnome2-libs/at-spi2-core/HISTORY | 3
x11-libs/unity-greeter/DEPENDS | 1
x11-libs/unity-greeter/HISTORY | 3
x11-toolkits/gtk+3/DEPENDS | 1
x11-toolkits/gtk+3/HISTORY | 3
x11-toolkits/gtk+4/DEPENDS | 1
x11-toolkits/gtk+4/HISTORY | 3
18 files changed, 25 insertions(+), 164 deletions(-)
New commits:
commit 99bcc0c449f47f95becdc23e2182b8e8b7d0fb4d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
delete at-spi2-atk
commit 3ee7647190689bdbf53fbb428becdca4a36dc47e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gtk+4 - drop at-spi2-atk dependency
commit 4f70003d1b602ba202e2061e282b08d2cd544436
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
unity-greeter - drop at-spi2-atk dependency
commit 8ba8e86a4f25f628d3052bb56c202191c34ed74a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
orca - drop at-spi2-atk dependency
commit 724c95b20f4993bf9cea74a0533f443caa0da5ab
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gtk+3 - drop depends on at-spi2-atk
commit 2e9eb77e69b8e492abd91a1ed07b4e5056dd8633
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
at-spi2-core - now conflicts with at-spi2-atk
commit e9bfad2d909e21838295444e11d3c3e7d01fcd96
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
blake3: => 1.5.5
diff --git a/ChangeLog b/ChangeLog
index 0b0cb3b..1a5d659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * at-spi2-atk: deleted, now part of at-spi2-core
+
2024-12-29 Ismael Luceno <ismael AT sourcemage.org>
* science/xoscope: new spell, digital oscilloscope
diff --git a/crypto/blake3/DETAILS b/crypto/blake3/DETAILS
index b321bb6..8c84226 100755
--- a/crypto/blake3/DETAILS
+++ b/crypto/blake3/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=blake3
- VERSION=1.5.1
-
SOURCE_HASH=sha512:a2ac662b0e45d1f4c4ee01a5e556a47c49ab5407a6057034033ce6fd0fc6b88f66dd428d80f5e7c4a8413356cb4b5ab655924d96138213499893e0204d7c8d24
+ VERSION=1.5.5
+
SOURCE_HASH=sha512:7b4bdf5b29ec645cb79b13aa79515fbc1569602c64ba00c580c7d696c24202a5f728022f5297bfff0b0fd3e8c10f46f76903351b9292e1db86e7e7763aac6642
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/BLAKE3-$VERSION
WEB_SITE=https://github.com/BLAKE3-team/BLAKE3
diff --git a/crypto/blake3/HISTORY b/crypto/blake3/HISTORY
index ac98e66..457db76 100644
--- a/crypto/blake3/HISTORY
+++ b/crypto/blake3/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.5
+
2024-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.1
diff --git a/gnome2-apps/orca/DEPENDS b/gnome2-apps/orca/DEPENDS
index 4be0571..f8280eb 100755
--- a/gnome2-apps/orca/DEPENDS
+++ b/gnome2-apps/orca/DEPENDS
@@ -6,7 +6,7 @@ depends python &&
depends pygobject3 &&
depends pyxdg &&
depends dbus-python &&
-depends at-spi2-atk &&
+depends at-spi2-core &&
depends pyatspi2 &&
optional_depends speech-dispatcher "" "" "for speech" &&
diff --git a/gnome2-apps/orca/HISTORY b/gnome2-apps/orca/HISTORY
index c397ee7..b18e30d 100644
--- a/gnome2-apps/orca/HISTORY
+++ b/gnome2-apps/orca/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop at-api-atk
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)
diff --git a/gnome2-libs/at-spi2-atk/CONFIGURE
b/gnome2-libs/at-spi2-atk/CONFIGURE
deleted file mode 100755
index 9f48d22..0000000
--- a/gnome2-libs/at-spi2-atk/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
deleted file mode 100755
index 58745bd..0000000
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ /dev/null
@@ -1,19 +0,0 @@
-. "${GRIMOIRE}/MESON_DEPENDS" &&
-. "${GRIMOIRE}/VDEPENDS" &&
-
-vdepends <<< "at-spi2-core >= 2.45.0" &&
-depends dbus &&
-depends dbus-glib &&
-depends glib2 &&
-depends intltool &&
-depends libxml2 &&
-depends util-linux &&
-
-optional_depends libx11 "" "" "for X11 support" &&
-if is_depends_enabled "${SPELL}" "libx11"; then
-depends libice &&
-depends libsm &&
-depends libxau &&
-depends libxcb &&
-depends libxdmcp
-fi
diff --git a/gnome2-libs/at-spi2-atk/DETAILS b/gnome2-libs/at-spi2-atk/DETAILS
deleted file mode 100755
index ea7fdbd..0000000
--- a/gnome2-libs/at-spi2-atk/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-. "${GRIMOIRE}/MESON_FUNCTIONS"
- SPELL=at-spi2-atk
- VERSION=2.38.0
-
SOURCE_HASH=sha256:cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f:UPSTREAM_HASH
- SOURCE=$SPELL-$VERSION.tar.xz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
-# Watch: https://gitlab.gnome.org/GNOME/at-spi2-atk/-/tags
commit-row-message.*">([0-9.]+)</a>
- LICENSE[0]=LGPL
- WEB_SITE=http://projects.gnome.org/accessibility/
- ENTERED=20100613
- KEYWORDS="gnome2 libs"
- SHORT="GNOME Assistive Technology Service Provider Interface."
-cat << EOF
-This is the Gnome Accessibility Project's Assistive Technology Service
-Provider Interface.
-EOF
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
deleted file mode 100644
index 2210da6..0000000
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ /dev/null
@@ -1,119 +0,0 @@
-2023-11-25 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: updated Watch line
-
-2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: handle atk deprecation (half-automated)
-
-2023-05-19 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: added Watch line
- * DEPENDS: moved libice and libsm in X11 camp
-
-2023-02-21 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: X11 support is optional now
-
-2023-01-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: drop pcre
-
-2022-07-13 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: only depends on atk if old at-spi2-core
-
-2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: use grimoire-wide MESON_DEPENDS
-
-2021-07-16 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.38.0
-
-2020-03-01 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 2.34.2
-
-2019-12-05 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.34.1
-
-2019-09-10 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.34.0
-
-2019-08-29 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: devel version 2.33.2
-
-2019-05-31 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: resurrected version 2.32.0 for stable branch
-
-2019-05-23 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.33.1
-
-2019-03-18 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.32.0
-
-2019-02-25 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: versions 2.31.2/2.30.0
-
-2018-07-25 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: depends on devel version of atk if devel branch is selected
- * DETAILS, PREPARE: added stable 2.26 branch, version 2.26.2
-
-2018-06-25 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.29.1, converted to meson build system
- * CONFIGURE, DEPENDS: added meson related files/code
-
-2017-11-01 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.26.1
-
-2017-09-12 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.26.0
-
-2017-05-14 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.24.1, switched to UPSTREAM_HASH, removed BRANCH
-
-2015-05-24 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: updated spell to 2.16.0
-
-2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: removed libffi -- it's not a direct dependency
-
-2015-01-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.14.1
-
-2014-06-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.12.1
-
-2013-05-11 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.8.1
-
-2012-12-27 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: PATCH_LEVEL -> PATCHLEVEL
-
-2012-12-26 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: added dependencies on libffi,
- libice, libsm, libxau, libxcb, libxdmcp, pcre and util-linux
- * DETAILS: bumped PATCH_LEVEL
-
-2012-11-27 Tommy Boatman <tboatman AT sourcemage.org>
- * DEPENDS: removed dconf per Gnome dependency graphs
-
-2012-09-27 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 2.6.0
-
-2012-04-01 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.4.0
-
-2011-11-26 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 2.2.2
- * DEPENDS: removed depends gconf2
- added depends dconf, at-spi2-core
-
-2011-10-07 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.2.0
-
-2010-10-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
- * DEPENDS: removed python, gtk+2, dbus-python, libice, at-spi-core,
- added intltool, gconf2
-
-2010-09-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
- * DETAILS: updated spell to 0.4.0
-
-2010-09-19 Vasil Yonkov <spirtbrat AT sourcemage.org>
- * DETAILS: updated spell to 0.3.91.1
-
-2010-06-13 Robin Cook <rcook AT wyrms.net>
- * new spell: DETAILS, DEPENDS
- * DEPENDS: added at-spi2-core
diff --git a/gnome2-libs/at-spi2-atk/PREPARE b/gnome2-libs/at-spi2-atk/PREPARE
deleted file mode 100755
index 5e35c15..0000000
--- a/gnome2-libs/at-spi2-atk/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch stable devel
diff --git a/gnome2-libs/at-spi2-core/CONFLICTS
b/gnome2-libs/at-spi2-core/CONFLICTS
index 91d021b..814ad93 100755
--- a/gnome2-libs/at-spi2-core/CONFLICTS
+++ b/gnome2-libs/at-spi2-core/CONFLICTS
@@ -1 +1,2 @@
conflicts atk y
+conflicts at-spi2-atk y
diff --git a/gnome2-libs/at-spi2-core/HISTORY
b/gnome2-libs/at-spi2-core/HISTORY
index b17ca05..aa96b75 100644
--- a/gnome2-libs/at-spi2-core/HISTORY
+++ b/gnome2-libs/at-spi2-core/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add at-spi2-atk, now included here
+
2024-09-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.54.0
diff --git a/x11-libs/unity-greeter/DEPENDS b/x11-libs/unity-greeter/DEPENDS
index 71aab79..cb84889 100755
--- a/x11-libs/unity-greeter/DEPENDS
+++ b/x11-libs/unity-greeter/DEPENDS
@@ -1,5 +1,4 @@
depends at-spi2-core &&
-depends at-spi2-atk &&
depends gtk+3 &&
depends lightdm &&
depends libindicator &&
diff --git a/x11-libs/unity-greeter/HISTORY b/x11-libs/unity-greeter/HISTORY
index aa198e2..da81269 100644
--- a/x11-libs/unity-greeter/HISTORY
+++ b/x11-libs/unity-greeter/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop at-spi2-atk
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)
diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 5cd41c0..5b7de57 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -43,7 +43,6 @@ optional_depends libx11 \
if is_depends_enabled "${SPELL}" "libx11"; then
local XLIB_SUB="X" &&
- depends at-spi2-atk &&
depends fontconfig &&
depends libxcursor &&
depends libxext &&
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 933f389..14f7375 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop at-spi2-atk, now part of at-spi2-core
+
2024-07-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.24.43, SECURITY_PATCH++, (CVE-2024-6655)
diff --git a/x11-toolkits/gtk+4/DEPENDS b/x11-toolkits/gtk+4/DEPENDS
index d357222..851a26c 100755
--- a/x11-toolkits/gtk+4/DEPENDS
+++ b/x11-toolkits/gtk+4/DEPENDS
@@ -43,7 +43,6 @@ optional_depends libx11 \
if is_depends_enabled "${SPELL}" "libx11"; then
local XLIB_SUB="X" &&
- depends at-spi2-atk &&
depends fontconfig &&
depends libxcursor &&
depends libxext &&
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index e8a6ce0..8bd44c4 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,6 @@
+2024-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop at-spi2-atk
+
2024-12-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.17.2
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (99bcc0c449f47f95becdc23e2182b8e8b7d0fb4d), Treeve Jelbert, 12/31/2024
Archive powered by MHonArc 2.6.24.