Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f83f6a3cffdc24f49acc123fd2356a56b4f33be2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f83f6a3cffdc24f49acc123fd2356a56b4f33be2)
  • Date: Fri, 4 Nov 2011 17:26:03 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
x11-toolkits/gtk+3/DEPENDS | 12 +++++++++---
x11-toolkits/gtk+3/HISTORY | 3 +++
4 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 0419839627a0dfe009243a9b6f4c62176e376c04
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtk+3: corrected glib2 dependency

commit 6614cbf9624be926581584046dce728f9cade694
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated devel to 1.3.32

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 2e7774c..961e4e5 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.3.31
+ VERSION=1.3.32
else
VERSION=1.2.3
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index eea5f97..c8bb323 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2011-11-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated devel to 1.3.32
+
2011-10-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated devel to 1.3.31

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index f19855e..bf1572f 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -1,6 +1,11 @@
. "$GRIMOIRE/FUNCTIONS" &&

-depends -sub GLIB_DEVEL glib2 &&
+if [[ "$GTK_VER" == "devel" ]]; then
+ depends -sub GLIB_DEVEL glib2
+else
+ depends glib2
+fi
+
depends gdk-pixbuf2 &&
simple_version_check_force_depends gdk-pixbuf2 223 3 &&
depends atk &&
@@ -14,8 +19,9 @@ depends libxcursor &&
depends libxrender &&

optional_depends -sub GOBJ_DEVEL gobject-introspection \
- "--enable-introspection=yes" "--enable-introspection=no" \
- "to enable introspection support" &&
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection support" &&

optional_depends gtk+2 \
"--enable-gtk2-dependency" \
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index db2f960..57bd5a4 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2011-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: devel glib2 isn't required for stable gtk+3 anymore
+
2011-10-31 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated devel to 3.3.2




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (f83f6a3cffdc24f49acc123fd2356a56b4f33be2), Vlad Glagolev, 11/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page