Skip to Content.
Sympa Menu

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

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 (9a3c73e18ea92460e7d942a0549d8c2fcb941b96)
  • Date: Wed, 25 Jul 2018 20:24:54 +0000

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

gnome2-libs/at-spi2-atk/DEPENDS | 2 +-
gnome2-libs/at-spi2-atk/HISTORY | 3 +++
gnome2-libs/atk/HISTORY | 3 +++
gnome2-libs/atk/PRE_SUB_DEPENDS | 4 ++++
gnome2-libs/atk/SUB_DEPENDS | 5 +++++
5 files changed, 16 insertions(+), 1 deletion(-)

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

gnome2-libs/at-spi2-atk: needs devel version of atk

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

gnome2-libs/atk: added subdependency for selecting devel branch

diff --git a/gnome2-libs/at-spi2-atk/DEPENDS b/gnome2-libs/at-spi2-atk/DEPENDS
index 775084f..7b45c2b 100755
--- a/gnome2-libs/at-spi2-atk/DEPENDS
+++ b/gnome2-libs/at-spi2-atk/DEPENDS
@@ -2,7 +2,7 @@ depends meson &&
depends python3 &&
depends ninja-build-system &&
depends at-spi2-core &&
-depends atk &&
+depends -sub "ATK_DEVEL" atk &&
depends dbus &&
depends dbus-glib &&
depends glib2 &&
diff --git a/gnome2-libs/at-spi2-atk/HISTORY b/gnome2-libs/at-spi2-atk/HISTORY
index dabe6fa..0f69405 100644
--- a/gnome2-libs/at-spi2-atk/HISTORY
+++ b/gnome2-libs/at-spi2-atk/HISTORY
@@ -1,3 +1,6 @@
+2018-07-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: depends on devel version of atk
+
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
diff --git a/gnome2-libs/atk/HISTORY b/gnome2-libs/atk/HISTORY
index f8ede23..a940b4a 100644
--- a/gnome2-libs/atk/HISTORY
+++ b/gnome2-libs/atk/HISTORY
@@ -1,3 +1,6 @@
+2018-07-25 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: added for devel branch subdependency
+
2018-06-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 2.29.2

diff --git a/gnome2-libs/atk/PRE_SUB_DEPENDS b/gnome2-libs/atk/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..f36b0c6
--- /dev/null
+++ b/gnome2-libs/atk/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case "${THIS_SUB_DEPENDS}" in
+ ATK_DEVEL) [[ "${ATK_DEVEL}" == "y" ]] && return 0 ;;
+esac
+return 1
diff --git a/gnome2-libs/atk/SUB_DEPENDS b/gnome2-libs/atk/SUB_DEPENDS
new file mode 100755
index 0000000..4a23f45
--- /dev/null
+++ b/gnome2-libs/atk/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case "${THIS_SUB_DEPENDS}" in
+ ATK_DEVEL) message "${MESSAGE_COLOR}Devel release needed, forcing
it.${DEFAULT_COLOR}" &&
+ ATK_DEVEL="y" ;;
+ *) message "${PROBLEM_COLOR}Unknown subdepends!${DEFAULT_COLOR}"
&& return 1 ;;
+esac



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

Archive powered by MHonArc 2.6.24.

Top of Page