Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (3809fcc95b851d8d7ef3b62f90d97cf6af0ca0d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (3809fcc95b851d8d7ef3b62f90d97cf6af0ca0d1)
  • Date: Sun, 14 Feb 2010 23:32:39 -0600

GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov
<spirtbrat AT sourcemage.org>:

gnome2-libs/glibmm/BUILD | 4 ++--
gnome2-libs/glibmm/HISTORY | 3 +++
gnome2-libs/gnome-devel-docs/DEPENDS | 8 ++++++--
gnome2-libs/gnome-devel-docs/HISTORY | 3 +++
gnome2-libs/gnome-games2/CONFIGURE | 6 ------
gnome2-libs/gnome-games2/DEPENDS | 28 ++++++++++------------------
gnome2-libs/gnome-games2/HISTORY | 5 +++++
gnome2-libs/gtkhtml2/DEPENDS | 1 -
gnome2-libs/gtkhtml2/HISTORY | 3 +++
gnome2-libs/libgweather/DEPENDS | 12 +++++++++++-
gnome2-libs/libgweather/HISTORY | 3 +++
gnome2-libs/vte/HISTORY | 3 +++
gnome2-libs/vte/SUB_DEPENDS | 2 +-
http/webkitgtk/DEPENDS | 2 +-
14 files changed, 51 insertions(+), 32 deletions(-)

New commits:
commit 3809fcc95b851d8d7ef3b62f90d97cf6af0ca0d1
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome-games2: removed dependency on libgnome. libgnomeui, check,
made rarian optional, made libgcrypt a hard dependency

commit bd2383d41164607f395f365f0e01e2417924e122
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome-devel-docs: made rarian optional

commit 22dd55ffba9d86d7446d8e802845ebbc4597b19a
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

vte: corrected the option to enable python

commit b31256b165aa179873172a64c78f856b347e6a12
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

libgweather: added optional dependency on python and gtk-doc

commit 283fb2cc85c9e39351ae4e50333b9bd14d56b06b
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gtkhtml: removed dependency on libgnomeui

commit c7312da4ef7e8c4380ce6aef40541ebfe439d70f
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

glibmm: changed the FULLDOCS options

diff --git a/gnome2-libs/glibmm/BUILD b/gnome2-libs/glibmm/BUILD
index f296616..cdd036a 100755
--- a/gnome2-libs/glibmm/BUILD
+++ b/gnome2-libs/glibmm/BUILD
@@ -1,7 +1,7 @@
if [[ $FULLDOCS == y ]]; then
- OPTS="$OPTS --enable-fulldocs"
+ OPTS="$OPTS --enable-documentation"
else
- OPTS="$OPTS --disable-fulldocs"
+ OPTS="$OPTS --disable-documentation"
fi &&

default_build
diff --git a/gnome2-libs/glibmm/HISTORY b/gnome2-libs/glibmm/HISTORY
index ee93725..f379009 100644
--- a/gnome2-libs/glibmm/HISTORY
+++ b/gnome2-libs/glibmm/HISTORY
@@ -1,3 +1,6 @@
+2010-02-13 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD: changed the FULLDOCS options
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.23.1

diff --git a/gnome2-libs/gnome-devel-docs/DEPENDS
b/gnome2-libs/gnome-devel-docs/DEPENDS
index 5092354..2f46429 100755
--- a/gnome2-libs/gnome-devel-docs/DEPENDS
+++ b/gnome2-libs/gnome-devel-docs/DEPENDS
@@ -1,2 +1,6 @@
-depends rarian &&
-depends gnome-doc-utils
+depends gnome-doc-utils &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian"
diff --git a/gnome2-libs/gnome-devel-docs/HISTORY
b/gnome2-libs/gnome-devel-docs/HISTORY
index c08287e..005c6e4 100644
--- a/gnome2-libs/gnome-devel-docs/HISTORY
+++ b/gnome2-libs/gnome-devel-docs/HISTORY
@@ -1,3 +1,6 @@
+2010-02-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: made rarian optional
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.1

diff --git a/gnome2-libs/gnome-games2/CONFIGURE
b/gnome2-libs/gnome-games2/CONFIGURE
index c650db5..7ccf480 100755
--- a/gnome2-libs/gnome-games2/CONFIGURE
+++ b/gnome2-libs/gnome-games2/CONFIGURE
@@ -1,10 +1,4 @@
# remove old sound choices, not supported anymore
persistent_remove GGAMES_SOUND GGAMES_SNDLIB

-config_query_list GGAMES_TLS "Which TLS library?" \
- openssl gnutls &&
-
-config_query_option GGAMES_ANL "Enable asynchronous hostname lookups?" n \
- "--enable-anl" "--disable-anl" &&
-
config_query HISCORES "Backup and restore high scores?" y
diff --git a/gnome2-libs/gnome-games2/DEPENDS
b/gnome2-libs/gnome-games2/DEPENDS
index 5c835f6..be6feb5 100755
--- a/gnome2-libs/gnome-games2/DEPENDS
+++ b/gnome2-libs/gnome-games2/DEPENDS
@@ -4,38 +4,30 @@ depends gtk+2 &&
depends pygtk2 &&
depends gconf2 &&
depends libxml2 &&
-depends libgnome &&
-depends libgnomeui &&
depends gnome-python-desktop &&
-depends rarian &&
depends libggz "" "" "games" &&
depends ggz-client-libs "" "" "games" &&
-depends $GGAMES_TLS "--with-tls=$GGAMES_TLS" &&
depends guile &&
depends clutter &&
depends clutter-gtk &&
-
-optional_depends check \
- "" \
- "--disable-tests" \
- "enable building test apps" &&
+depends libgcrypt &&

optional_depends librsvg2 \
"" \
"" \
"Enable scalable graphics?" &&

-optional_depends libgcrypt \
- "--with-gcrypt" \
- "--without-gcrypt" \
- "Enable encryption support?" &&
-
optional_depends gobject-introspection \
"--enable-introspection=yes" \
"--enable-introspection=no" \
"to enable introspection for this build" &&

-optional_depends -sub GTK libcanberra \
- "--with-sound=libcanberra" \
- "--without-sound" \
- "for sound support"
+optional_depends -sub GTK libcanberra \
+ "--enable-sound" \
+ "--disable-sound" \
+ "for sound support" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian"
diff --git a/gnome2-libs/gnome-games2/HISTORY
b/gnome2-libs/gnome-games2/HISTORY
index 4b937c2..7dc98ea 100644
--- a/gnome2-libs/gnome-games2/HISTORY
+++ b/gnome2-libs/gnome-games2/HISTORY
@@ -1,3 +1,8 @@
+2010-02-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * CONFIGURE: removed GGAMES_TLS, GGAMES_ANL
+ * DEPENDS: removed libgnome. libgnomeui, '--with-tls=', check,
+ made rarian optional, made libgcrypt a hard dependency
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.6

diff --git a/gnome2-libs/gtkhtml2/DEPENDS b/gnome2-libs/gtkhtml2/DEPENDS
index d7adfc6..16a7f94 100755
--- a/gnome2-libs/gtkhtml2/DEPENDS
+++ b/gnome2-libs/gtkhtml2/DEPENDS
@@ -4,7 +4,6 @@ depends libtool &&
depends glib2 &&
depends gtk+2 &&
depends gconf2 &&
-depends libgnomeui &&
depends enchant &&
depends iso-codes &&
depends gnome-icon-theme &&
diff --git a/gnome2-libs/gtkhtml2/HISTORY b/gnome2-libs/gtkhtml2/HISTORY
index c7ad4a6..a88c9a2 100644
--- a/gnome2-libs/gtkhtml2/HISTORY
+++ b/gnome2-libs/gtkhtml2/HISTORY
@@ -1,3 +1,6 @@
+2010-02-13 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: removed libgnomeui
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 3.29.6

diff --git a/gnome2-libs/libgweather/DEPENDS b/gnome2-libs/libgweather/DEPENDS
index aa8b583..28fcaf7 100755
--- a/gnome2-libs/libgweather/DEPENDS
+++ b/gnome2-libs/libgweather/DEPENDS
@@ -2,4 +2,14 @@ depends glib2 &&
depends gtk+2 &&
depends libxml2 &&
depends libsoup &&
-depends gconf2
+depends gconf2 &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "to build libgweather python bindings" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/gnome2-libs/libgweather/HISTORY b/gnome2-libs/libgweather/HISTORY
index e03d45a..10d9e37 100644
--- a/gnome2-libs/libgweather/HISTORY
+++ b/gnome2-libs/libgweather/HISTORY
@@ -1,3 +1,6 @@
+2010-02-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added optional python, gtk-doc
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.5

diff --git a/gnome2-libs/vte/HISTORY b/gnome2-libs/vte/HISTORY
index a2a4474..491942d 100644
--- a/gnome2-libs/vte/HISTORY
+++ b/gnome2-libs/vte/HISTORY
@@ -1,3 +1,6 @@
+2010-02-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * SUB_DEPENDS: corrected the option to enable python
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.23.5

diff --git a/gnome2-libs/vte/SUB_DEPENDS b/gnome2-libs/vte/SUB_DEPENDS
index c1d4ea1..b68f754 100755
--- a/gnome2-libs/vte/SUB_DEPENDS
+++ b/gnome2-libs/vte/SUB_DEPENDS
@@ -1,6 +1,6 @@
case $THIS_SUB_DEPENDS in
pygtk2) echo "pygtk2 bindings requested, forcing them."
- depends pygtk2 '--with-python'
+ depends pygtk2 '--enable-python'
;;
*) echo "unknown sub-depends!"
return 1
diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 99010c2..07a4f7f 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -43,7 +43,7 @@ if [[ WEBKITGTK_NIGHT == "y" ]]; then
optional_depends gobject-introspection \
"--enable-introspection" \
"--disable-introspection" \
- "to enable introspection" \
+ "to enable introspection"
fi &&

optional_depends geoclue \



  • [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (3809fcc95b851d8d7ef3b62f90d97cf6af0ca0d1), Vasil Yonkov, 02/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page