Skip to Content.
Sympa Menu

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

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 (d88a9aeaaa7917cc36f35000575d83ec29ad36a8)
  • Date: Wed, 25 Apr 2018 22:50: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 ++++
xorg/xserver/DETAILS | 2 +-
xorg/xserver/HISTORY | 4 ++++
xorg/xserver/PRE_BUILD | 5 ++++-
6 files changed, 35 insertions(+), 12 deletions(-)

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

xorg/xserver: version 1.19.99.905

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

gnome2-libs/atk: devel version 2.29.1

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

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

-optional_depends gtk-doc \
- "enable_docs=true" \
- "enable_docs=false" \
- "Build documentation with gtk-doc"
+ 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
diff --git a/gnome2-libs/atk/DETAILS b/gnome2-libs/atk/DETAILS
index c7e9cba..f69a85c 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.28.1
-
SOURCE_HASH=sha256:cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc:UPSTREAM_HASH
+ VERSION=2.29.1
+
SOURCE_HASH=sha256:1aa7707c6297c1797fe4d79a22a57ede4d5586b0f7a3b30e886d7ca9d75f20da:UPSTREAM_HASH
else
VERSION=2.28.1

SOURCE_HASH=sha256:cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc:UPSTREAM_HASH
diff --git a/gnome2-libs/atk/HISTORY b/gnome2-libs/atk/HISTORY
index 1e30af2..514779d 100644
--- a/gnome2-libs/atk/HISTORY
+++ b/gnome2-libs/atk/HISTORY
@@ -1,3 +1,7 @@
+2018-04-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 2.29.1
+ * DEPENDS: adjusted
+
2018-03-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, DEPENDS, CONFIGURE: version 2.28.1, switched to meson build
system
diff --git a/xorg/xserver/DETAILS b/xorg/xserver/DETAILS
index 9ae9af8..e3ed432 100755
--- a/xorg/xserver/DETAILS
+++ b/xorg/xserver/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xserver
SPELLX=xorg-server
- VERSION=1.19.99.904
+ VERSION=1.19.99.905
SOURCE=$SPELLX-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/xserver/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index baa8a75..974cde1 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,7 @@
+2018-04-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.19.99.905
+ * PRE_BUILD: tweaked
+
2018-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.19.99.904

diff --git a/xorg/xserver/PRE_BUILD b/xorg/xserver/PRE_BUILD
index 922c0ab..386aae9 100755
--- a/xorg/xserver/PRE_BUILD
+++ b/xorg/xserver/PRE_BUILD
@@ -1,3 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
+apply_patch_dir patches &&
+
+# Dirty hack for 1.19.99.905
+cp include/xwayland-config.h.in include/xwayland-config.h.meson.in



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

Archive powered by MHonArc 2.6.24.

Top of Page