Skip to Content.
Sympa Menu

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

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 (96293e2b627150ac2eb63c552f46fcc889b12d9e)
  • Date: Tue, 13 Dec 2011 11:20:33 -0600

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

gnome2-libs/librsvg2/DEPENDS | 6 +-----
gnome2-libs/librsvg2/DETAILS | 5 +++--
gnome2-libs/librsvg2/HISTORY | 4 ++++
http/seamonkey/CONFIGURE | 16 +++++++++++++---
http/seamonkey/HISTORY | 3 +++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
7 files changed, 29 insertions(+), 12 deletions(-)

New commits:
commit 070f11bb476e9d2829ab40e563c30c037400ee34
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: corrected configure options

commit 2a3b34e3d49f6fe8bff699bcdacbfde5bdea2700
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

librsvg2: => 2.35.0

commit 03001f5213158c869790236d790bbe487038837e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 0.7.4

diff --git a/gnome2-libs/librsvg2/DEPENDS b/gnome2-libs/librsvg2/DEPENDS
index 2cc8ae9..2227d46 100755
--- a/gnome2-libs/librsvg2/DEPENDS
+++ b/gnome2-libs/librsvg2/DEPENDS
@@ -6,17 +6,13 @@ depends freetype2 &&
depends -sub PNG cairo &&
depends pango &&
depends libxml2 &&
+depends libcroco &&

optional_depends libgsf \
"--with-svgz" \
"--without-svgz" \
"For .svgz support" &&

-optional_depends libcroco \
- "--with-croco" \
- "--without-croco" \
- "For croco css parsing" &&
-
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/librsvg2/DETAILS b/gnome2-libs/librsvg2/DETAILS
index 282d61d..c2dac52 100755
--- a/gnome2-libs/librsvg2/DETAILS
+++ b/gnome2-libs/librsvg2/DETAILS
@@ -1,11 +1,12 @@
SPELL=librsvg2
- VERSION=2.34.2
+ VERSION=2.35.0
+
SOURCE_HASH=sha512:8a8510140cb6317617f1d2123170742fc27af592569dd332a069590191403f57211df5c7fa34771a535916a723653caade5440885334042ef5066c64691c717e
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig
SECURITY_PATCH=1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL%?}-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL%?}-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/${SPELL%?}/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/projects/nautilus
ENTERED=20020509
diff --git a/gnome2-libs/librsvg2/HISTORY b/gnome2-libs/librsvg2/HISTORY
index 38f4726..8cddf17 100644
--- a/gnome2-libs/librsvg2/HISTORY
+++ b/gnome2-libs/librsvg2/HISTORY
@@ -1,3 +1,7 @@
+2011-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.35.0
+ * DEPENDS: libcroco is now required
+
2011-12-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: remove gtk+2, not needed

diff --git a/http/seamonkey/CONFIGURE b/http/seamonkey/CONFIGURE
index 27361c7..238dfe4 100755
--- a/http/seamonkey/CONFIGURE
+++ b/http/seamonkey/CONFIGURE
@@ -16,9 +16,19 @@ if list_find "$SEAMONKEY_OPTS" "--disable-mailnews"; then
list_add "SEAMONKEY_OPTS" "--enable-mailnews"
fi &&

-config_query_option SEAMONKEY_OPTS "Build Composer component?" n \
- "--enable-composer" \
- "--disable-composer" &&
+if list_find "$SEAMONKEY_OPTS" "--enable-mailnews"; then
+ message "${MESSAGE_COLOR}"
+ message "SeaMonkey's mail & news component doesn't work when built without
composer"
+ message "support at the moment. Forcing '--enable-composer' configure
option."
+ message "${DEFAULT_COLOR}"
+
+ list_add "SEAMONKEY_OPTS" "--enable-composer" &&
+ list_remove "SEAMONKEY_OPTS" "--disable-composer"
+else
+ config_query_option SEAMONKEY_OPTS "Build Composer component?" y \
+ "--enable-composer" \
+ "--disable-composer"
+fi &&

config_query_option SEAMONKEY_OPTS "Build Lightning calendar extension?" n \
"--enable-calendar" \
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 432f8ed..e08817a 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2011-12-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: continue handling of the legacy
+
2011-12-11 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: switched to MOZCONFIG var, corrected multijob build; added
missing configure options (pthreads support)
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index f990c6a..7b25be6 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.7.3
-
SOURCE_HASH=sha512:42171cb066a5806b586f2131f4ba3acdf86f396c191f4255ed37ba5b869577564ae4ca7b595328e53265da57ce9244e08e375b04699994c9996f6e639fd94131
+ VERSION=0.7.4
+
SOURCE_HASH=sha512:9ec00288a08bb4cc0ef8afc74c488fdff6db692eb86805b70ca4d0ed79b5fa2533b296dbfccf4a61f94272871010fd5530caec66f241a54431a2ca36e5f243cf
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 321eb73..91064e3 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2011-12-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.4
+
2011-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.3




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (96293e2b627150ac2eb63c552f46fcc889b12d9e), Vlad Glagolev, 12/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page