Skip to Content.
Sympa Menu

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

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 (6101604dd6ec24c2f074ce9e9cc3dc1efd8074d3)
  • Date: Sun, 9 Sep 2018 02:10:51 +0000

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

gnome2-libs/atk/DEPENDS | 28 ++++++++--------------------
gnome2-libs/atk/DETAILS | 4 ++--
gnome2-libs/atk/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 22 deletions(-)

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

gnome2-libs/atk: devel version 2.30.0, unified flags in DEPENDS

diff --git a/gnome2-libs/atk/DEPENDS b/gnome2-libs/atk/DEPENDS
index 5ab3792..1f5f6b0 100755
--- a/gnome2-libs/atk/DEPENDS
+++ b/gnome2-libs/atk/DEPENDS
@@ -4,24 +4,12 @@ depends ninja-build-system &&
depends glib2 &&
depends pcre &&

-if [[ "${ATK_DEVEL}" == "y" ]]; then
- optional_depends gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support" &&
+optional_depends gobject-introspection \
+ "introspection=true" \
+ "introspection=false" \
+ "to enable introspection support" &&

- optional_depends gtk-doc \
- "docs=true" \
- "docs=false" \
- "Build documentation with gtk-doc"
-else
- optional_depends gobject-introspection \
- "disable_introspection=false" \
- "disable_introspection=true" \
- "to enable introspection support" &&
-
- optional_depends gtk-doc \
- "enable_docs=true" \
- "enable_docs=false" \
- "Build documentation with gtk-doc"
-fi
+optional_depends gtk-doc \
+ "docs=true" \
+ "docs=false" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/atk/DETAILS b/gnome2-libs/atk/DETAILS
index c05bbd4..3127cb1 100755
--- a/gnome2-libs/atk/DETAILS
+++ b/gnome2-libs/atk/DETAILS
@@ -1,8 +1,8 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=atk
if [[ $ATK_DEVEL == y ]]; then
- VERSION=2.29.92
-
SOURCE_HASH=sha256:c89b5c0011b7b8a1dff84817f9e582b618676c7ab5274c7d31e58c10b1f38050:UPSTREAM_HASH
+ VERSION=2.30.0
+
SOURCE_HASH=sha256:dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b:UPSTREAM_HASH
else
VERSION=2.30.0

SOURCE_HASH=sha256:dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b:UPSTREAM_HASH
diff --git a/gnome2-libs/atk/HISTORY b/gnome2-libs/atk/HISTORY
index 589f967..88b7920 100644
--- a/gnome2-libs/atk/HISTORY
+++ b/gnome2-libs/atk/HISTORY
@@ -1,3 +1,7 @@
+2018-09-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 2.30.0
+ * DEPENDS: removed the old flags
+
2018-09-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.30.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6101604dd6ec24c2f074ce9e9cc3dc1efd8074d3), Pavel Vinogradov, 09/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page