Skip to Content.
Sympa Menu

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

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 (f15e6b3f95a97a8e746796be37a3f38c4308f1fe)
  • Date: Thu, 26 Jul 2018 01:49:09 +0000

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

gnome2-libs/at-spi2-atk/DEPENDS | 6 +++++-
gnome2-libs/at-spi2-atk/DETAILS | 5 +++++
gnome2-libs/at-spi2-atk/HISTORY | 3 ++-
gnome2-libs/at-spi2-atk/PREPARE | 2 ++
4 files changed, 14 insertions(+), 2 deletions(-)

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

gnome2-libs/at-spi2-atk: added stable 2.26 branch, version 2.26.2

diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
index 7b45c2b..fa00fd6 100755
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ b/gnome2-libs/at-spi2-atk/DEPENDS
@@ -2,7 +2,11 @@ depends meson &&
depends python3 &&
depends ninja-build-system &&
depends at-spi2-core &&
-depends -sub "ATK_DEVEL" atk &&
+if [[ "${AT_SPI2_ATK_BRANCH}" == "devel" ]]; then
+ depends -sub "ATK_DEVEL" atk
+else
+ depends atk
+fi &&
depends dbus &&
depends dbus-glib &&
depends glib2 &&
diff --git a/gnome2-libs/at-spi2-atk/DETAILS b/gnome2-libs/at-spi2-atk/DETAILS
index 86e4c95..09c1421 100755
--- a/gnome2-libs/at-spi2-atk/DETAILS
+++ b/gnome2-libs/at-spi2-atk/DETAILS
@@ -1,7 +1,12 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=at-spi2-atk
+if [[ "${AT_SPI2_ATK_BRANCH}" == "devel" ]]; then
VERSION=2.29.1

SOURCE_HASH=sha256:c2f152496f09984ca204b11dc9390be5807b772a67dcce5564e18904eb26c93c:UPSTREAM_HASH
+else
+ VERSION=2.26.2
+
SOURCE_HASH=sha256:61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e:UPSTREAM_HASH
+fi
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 0f69405..def1651 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,5 +1,6 @@
2018-07-25 Pavel Vinogradov <public AT sourcemage.org>
- * DEPENDS: depends on devel version of atk
+ * 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
diff --git a/gnome2-libs/at-spi2-atk/PREPARE b/gnome2-libs/at-spi2-atk/PREPARE
new file mode 100755
index 0000000..5e35c15
--- /dev/null
+++ b/gnome2-libs/at-spi2-atk/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable devel



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f15e6b3f95a97a8e746796be37a3f38c4308f1fe), Pavel Vinogradov, 07/25/2018

Archive powered by MHonArc 2.6.24.

Top of Page