Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fe27c889e9a9152ef5d9ef7a62cb7f9b078c1b6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fe27c889e9a9152ef5d9ef7a62cb7f9b078c1b6d)
  • Date: Sat, 20 May 2023 02:08:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/at-spi2-atk/DEPENDS | 4 ++--
gnome2-libs/at-spi2-atk/DETAILS | 1 +
gnome2-libs/at-spi2-atk/HISTORY | 4 ++++
gnome2-libs/at-spi2-core/DEPENDS | 3 ++-
gnome2-libs/at-spi2-core/DETAILS | 9 +++++----
gnome2-libs/at-spi2-core/HISTORY | 4 ++++
6 files changed, 18 insertions(+), 7 deletions(-)

New commits:
commit fe27c889e9a9152ef5d9ef7a62cb7f9b078c1b6d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/at-spi2-atk: added Watch line, only needs libice and libsm
for X11 support

commit 170ad2e3ba72099f0bbc5dcd72faca8ee6383edd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/at-spi2-core: version 2.48.2

diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
index f060cd6..141efce 100755
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ b/gnome2-libs/at-spi2-atk/DEPENDS
@@ -8,13 +8,13 @@ depends dbus &&
depends dbus-glib &&
depends glib2 &&
depends intltool &&
-depends libice &&
-depends libsm &&
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
diff --git a/gnome2-libs/at-spi2-atk/DETAILS b/gnome2-libs/at-spi2-atk/DETAILS
index 74f20b8..10aee75 100755
--- a/gnome2-libs/at-spi2-atk/DETAILS
+++ b/gnome2-libs/at-spi2-atk/DETAILS
@@ -5,6 +5,7 @@
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 "wrap">([0-9.]+)
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
WEB_SITE=http://projects.gnome.org/accessibility/
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
index 1b0de96..2eb9325 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,3 +1,7 @@
+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

diff --git a/gnome2-libs/at-spi2-core/DEPENDS
b/gnome2-libs/at-spi2-core/DEPENDS
index 585f9c9..dba3d23 100755
--- a/gnome2-libs/at-spi2-core/DEPENDS
+++ b/gnome2-libs/at-spi2-core/DEPENDS
@@ -8,5 +8,6 @@ if is_depends_enabled "${SPELL}" "libx11"; then
depends libxtst
fi &&
optional_depends GETTEXT '' '' 'NLS support' &&
-optional_depends gobject-introspection 'introspection=yes'
'introspection=no' 'enable GObject introspection' &&
+optional_depends gobject-introspection 'introspection=enabled' \
+ 'introspection=disabled' 'enable GObject introspection' &&
optional_depends gtk-doc 'docs=true' 'docs=false' 'build documents'
diff --git a/gnome2-libs/at-spi2-core/DETAILS
b/gnome2-libs/at-spi2-core/DETAILS
index 4df29dc..e94cb36 100755
--- a/gnome2-libs/at-spi2-core/DETAILS
+++ b/gnome2-libs/at-spi2-core/DETAILS
@@ -1,15 +1,16 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=at-spi2-core
if [[ "${AT_SPI2_CORE_BRANCH}" == "devel" ]]; then
- VERSION=2.46.0
-
SOURCE_HASH=sha256:aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0:UPSTREAM_HASH
+ VERSION=2.48.2
+
SOURCE_HASH=sha256:86ebcb55f678381d7ed7825736add42dfccb70ad3b981dfd65d72e58f87828ee:UPSTREAM_HASH
else
- VERSION=2.46.0
-
SOURCE_HASH=sha256:aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0:UPSTREAM_HASH
+ VERSION=2.48.2
+
SOURCE_HASH=sha256:86ebcb55f678381d7ed7825736add42dfccb70ad3b981dfd65d72e58f87828ee:UPSTREAM_HASH
fi
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-core/-/tags "wrap">([0-9.]+)
LICENSE[0]=LGPL
WEB_SITE=https://projects.gnome.org/accessibility/
ENTERED=20100613
diff --git a/gnome2-libs/at-spi2-core/HISTORY
b/gnome2-libs/at-spi2-core/HISTORY
index eff1715..a5cd69c 100644
--- a/gnome2-libs/at-spi2-core/HISTORY
+++ b/gnome2-libs/at-spi2-core/HISTORY
@@ -1,3 +1,7 @@
+2023-05-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.48.2
+ * DEPENDS: updated gobject-introspection flags
+
2023-02-21 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: X11 support is optional now




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fe27c889e9a9152ef5d9ef7a62cb7f9b078c1b6d), Pavel Vinogradov, 05/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page