Skip to Content.
Sympa Menu

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

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 (f983181459884bd528df0a4c08f54c83440c22e1)
  • Date: Fri, 16 Jul 2021 20:40:13 +0000

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

gnome2-libs/at-spi2-atk/DETAILS | 9 ++-------
gnome2-libs/at-spi2-atk/HISTORY | 3 +++
gnome2-libs/atk/DETAILS | 5 -----
gnome2-libs/atk/HISTORY | 3 +++
x11-toolkits/gtk+3/DEPENDS | 21 ++++++---------------
x11-toolkits/gtk+3/HISTORY | 3 +++
6 files changed, 17 insertions(+), 27 deletions(-)

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

x11-toolkits/gtk+3: removed devel subdependencies

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

gnome2-libs/at-spi2-atk: version 2.38.0

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

gnome2-libs/atk: removed devel version

diff --git a/gnome2-libs/at-spi2-atk/DETAILS b/gnome2-libs/at-spi2-atk/DETAILS
index 485b0e9..74f20b8 100755
--- a/gnome2-libs/at-spi2-atk/DETAILS
+++ b/gnome2-libs/at-spi2-atk/DETAILS
@@ -1,12 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=at-spi2-atk
-if [[ "${AT_SPI2_ATK_BRANCH}" == "devel" ]]; then
- VERSION=2.34.2
-
SOURCE_HASH=sha256:901323cee0eef05c01ec4dee06c701aeeca81a314a7d60216fa363005e27f4f0:UPSTREAM_HASH
-else
- VERSION=2.34.2
-
SOURCE_HASH=sha256:901323cee0eef05c01ec4dee06c701aeeca81a314a7d60216fa363005e27f4f0:UPSTREAM_HASH
-fi
+ 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
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
index 1c239b8..48daaf2 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,3 +1,6 @@
+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

diff --git a/gnome2-libs/atk/DETAILS b/gnome2-libs/atk/DETAILS
index dec55f9..b2eddf4 100755
--- a/gnome2-libs/atk/DETAILS
+++ b/gnome2-libs/atk/DETAILS
@@ -1,12 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=atk
-if [[ $ATK_DEVEL == y ]]; then
- VERSION=2.35.1
-
SOURCE_HASH=sha256:be9360fa3f845e91f001c20e73b3a0315b38983411b1dc008195f779ac543884:UPSTREAM_HASH
-else
VERSION=2.36.0

SOURCE_HASH=sha256:fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788:UPSTREAM_HASH
-fi
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=${GNOME_URL}/sources/${SPELL}/${VERSION:0:4}/${SOURCE}
diff --git a/gnome2-libs/atk/HISTORY b/gnome2-libs/atk/HISTORY
index af2a5fc..c95b622 100644
--- a/gnome2-libs/atk/HISTORY
+++ b/gnome2-libs/atk/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: removed devel version
+
2020-04-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.36.0

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 872d78e..7036c08 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -3,21 +3,12 @@ depends meson &&
depends python3 &&
depends ninja-build-system &&

-if [[ "$GTK_VER" == "devel" ]]; then
- depends -sub GLIB_DEVEL glib2 &&
- depends -sub "CAIRO_DEVEL PDF PS SVG X GOBJ" cairo &&
- optional_depends -sub GOBJ_DEVEL gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support"
-else
- depends glib2 &&
- depends -sub "PDF PS SVG X GOBJ" cairo &&
- optional_depends gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support"
-fi
+depends glib2 &&
+depends -sub "PDF PS SVG X GOBJ" cairo &&
+optional_depends gobject-introspection \
+ "introspection=true" \
+ "introspection=false" \
+ "to enable introspection support" &&

vdepends << ! &&
gdk-pixbuf2 >= 2.30
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 874bf77..2d5d084 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: removed devel subdependencies
+
2021-07-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.14.30




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f983181459884bd528df0a4c08f54c83440c22e1), Pavel Vinogradov, 07/16/2021

Archive powered by MHonArc 2.6.24.

Top of Page