Skip to Content.
Sympa Menu

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

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 (3a6849807214b0ef4479bc01d636dcf4e7645fda)
  • Date: Fri, 1 Apr 2022 21:32:26 +0000

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

gnome2-libs/at-spi2-atk/DEPENDS | 4 +---
gnome2-libs/at-spi2-atk/HISTORY | 3 +++
gnome2-libs/at-spi2-core/BUILD | 3 ---
gnome2-libs/at-spi2-core/DEPENDS | 3 +--
gnome2-libs/at-spi2-core/DETAILS | 6 +++---
gnome2-libs/at-spi2-core/HISTORY | 5 +++++
6 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit 3a6849807214b0ef4479bc01d636dcf4e7645fda
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

gnome2-libs/at-spi2-atk: use MESON_DEPENDS

commit b60425917840c744c12f242dca68836844f53951
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

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

diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
index fa00fd6..f2bf559 100755
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ b/gnome2-libs/at-spi2-atk/DEPENDS
@@ -1,6 +1,4 @@
-depends meson &&
-depends python3 &&
-depends ninja-build-system &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends at-spi2-core &&
if [[ "${AT_SPI2_ATK_BRANCH}" == "devel" ]]; then
depends -sub "ATK_DEVEL" atk
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
index 48daaf2..fa103dd 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,3 +1,6 @@
+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

diff --git a/gnome2-libs/at-spi2-core/BUILD b/gnome2-libs/at-spi2-core/BUILD
deleted file mode 100755
index 47c8193..0000000
--- a/gnome2-libs/at-spi2-core/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-check_tmp_noexec /tmp &&
-default_build &&
-check_tmp_noexec /tmp
diff --git a/gnome2-libs/at-spi2-core/DEPENDS
b/gnome2-libs/at-spi2-core/DEPENDS
index 6f05ca1..1432ab5 100755
--- a/gnome2-libs/at-spi2-core/DEPENDS
+++ b/gnome2-libs/at-spi2-core/DEPENDS
@@ -1,5 +1,4 @@
-depends ninja-build-system &&
-depends meson &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends dbus &&
depends glib2 &&
depends libx11 &&
diff --git a/gnome2-libs/at-spi2-core/DETAILS
b/gnome2-libs/at-spi2-core/DETAILS
index 504d5fb..9ea1369 100755
--- a/gnome2-libs/at-spi2-core/DETAILS
+++ b/gnome2-libs/at-spi2-core/DETAILS
@@ -1,11 +1,11 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=at-spi2-core
if [[ "${AT_SPI2_CORE_BRANCH}" == "devel" ]]; then
- VERSION=2.42.0
+ VERSION=2.44.0
else
- VERSION=2.42.0
+ VERSION=2.44.0
fi
-
SOURCE_HASH=sha256:4b5da10e94fa3c6195f95222438f63a0234b99ef9df772c7640e82baeaa6e386:UPSTREAM_HASH
+
SOURCE_HASH=sha256:7eee3cf285b089060fd6b6e51b3eb2cacf752cca3a082c7f4c2c5ab841e51353:UPSTREAM_HASH
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE
diff --git a/gnome2-libs/at-spi2-core/HISTORY
b/gnome2-libs/at-spi2-core/HISTORY
index d38a341..2c0d81d 100644
--- a/gnome2-libs/at-spi2-core/HISTORY
+++ b/gnome2-libs/at-spi2-core/HISTORY
@@ -1,3 +1,8 @@
+2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.44.0
+ * BUILD: dropped, not needed anymore
+ * DEPENDS: use grimoire-wide MESON_DEPENDS
+
2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.42.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3a6849807214b0ef4479bc01d636dcf4e7645fda), Pavel Vinogradov, 04/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page